Skip to content

Commit

Permalink
Merge pull request #2750 from ControlSystemStudio/mvn_antrun
Browse files Browse the repository at this point in the history
mvn antrun parameters
  • Loading branch information
shroffk authored Jul 28, 2023
2 parents 68486ae + 39510ba commit 53cf79c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phoebus-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,15 +277,16 @@
-->
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<phase>verify</phase>
<configuration>
<failOnError>true</failOnError>
<tasks>
<target>
<echo message="Copying doc/" />
<ant antfile="build.xml" target="copy-doc" />
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down

0 comments on commit 53cf79c

Please sign in to comment.