Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Mar 8, 2024
1 parent 1840edb commit 9276d6f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend-maven-plugin/src/it/example project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@
<arguments>run build</arguments>
</configuration>
</execution>
<execution>
<id>npm run test2</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>run test2</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 9276d6f

Please sign in to comment.