Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <build>
  2. <plugins>
  3. <plugin>
  4. <artifactId>maven-antrun-plugin</artifactId>
  5. <version>1.6</version>
  6. <executions>
  7. <execution>
  8. <phase>package</phase>
  9. <configuration>
  10. <target>
  11. <property name="maven.compile.classpath" refid="maven.compile.classpath" />
  12. <ant antfile="build.xml" />
  13. </target>
  14. </configuration>
  15. <goals>
  16. <goal>run</goal>
  17. </goals>
  18. </execution>
  19. </executions>
  20. </plugin>
  21. </plugins>
  22. </build>
Add Comment
Please, Sign In to add comment