Skip to content

Commit

Permalink
fixed phase-name "generate-sources"
Browse files Browse the repository at this point in the history
  • Loading branch information
pekola committed Mar 7, 2024
1 parent 6593fdd commit 8339217
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,14 +403,14 @@
<goals>
<goal>install-node-and-npm</goal>
</goals>
<phase>generate-resources</phase>
<phase>generate-sources</phase>
</execution>
<execution>
<id>install angular and other dependencies</id>
<goals>
<goal>npm</goal>
</goals>
<phase>generate-resources</phase>
<phase>generate-sources</phase>
<configuration>
<arguments>install</arguments>
</configuration>
Expand Down Expand Up @@ -713,11 +713,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${maven-exec-plugin.version}</version>
<version>3.1.0</version>
<executions>
<execution>
<id>npm-install</id>
<phase>generate-resources</phase>
<id>npm-install-2</id>
<phase>generate-sources</phase>
<goals>
<goal>exec</goal>
</goals>
Expand Down

0 comments on commit 8339217

Please sign in to comment.