Skip to content

Commit

Permalink
Merge pull request #3001 from NationalSecurityAgency/t#2988/npm_build…
Browse files Browse the repository at this point in the history
…_phase

T#2988/npm build phase
  • Loading branch information
sudo-may authored Nov 20, 2024
2 parents a1b08ee + b0abe09 commit ea66ad1
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,27 +110,6 @@
<!-- </executions>-->

<!-- </plugin>-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<id>exec-npm-install</id>
<phase>install</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>npm</executable>
<arguments>
<argument>run</argument>
<argument>build</argument>
</arguments>
<workingDirectory>${basedir}</workingDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<!-- mvn com.mycila:license-maven-plugin:3.0:check
mvn com.mycila:license-maven-plugin:3.0:format-->
Expand Down Expand Up @@ -182,6 +161,27 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<id>exec-npm-install</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>npm</executable>
<arguments>
<argument>run</argument>
<argument>build</argument>
</arguments>
<workingDirectory>${basedir}</workingDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit ea66ad1

Please sign in to comment.