Skip to content

Commit

Permalink
Fix script name in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Dec 12, 2022
1 parent 44730ed commit 5d32dc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@
</goals>
<phase>test</phase>
<configuration>
<arguments>run webpack:test</arguments>
<arguments>run webapp:test</arguments>
<yarnInheritsProxyConfigFromMaven>false</yarnInheritsProxyConfigFromMaven>
</configuration>
</execution>
Expand All @@ -1062,7 +1062,7 @@
</goals>
<phase>generate-resources</phase>
<configuration>
<arguments>run webpack:prod</arguments>
<arguments>run webapp:prod</arguments>
<environmentVariables>
<APP_VERSION>${project.version}</APP_VERSION>
</environmentVariables>
Expand Down Expand Up @@ -1148,7 +1148,7 @@
</goals>
<phase>test</phase>
<configuration>
<arguments>run webpack:test</arguments>
<arguments>run webapp:test</arguments>
<yarnInheritsProxyConfigFromMaven>false</yarnInheritsProxyConfigFromMaven>
</configuration>
</execution>
Expand All @@ -1159,7 +1159,7 @@
</goals>
<phase>generate-resources</phase>
<configuration>
<arguments>run webpack:prod</arguments>
<arguments>run webapp:prod</arguments>
<environmentVariables>
<APP_VERSION>${project.version}</APP_VERSION>
</environmentVariables>
Expand Down

0 comments on commit 5d32dc4

Please sign in to comment.