Guest User

Untitled

a guest
Jul 22nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <project>
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>NPanday.ITs</groupId>
  7. <artifactId>NPanday.ITs.Parent</artifactId>
  8. <version>1-SNAPSHOT</version>
  9. </parent>
  10. <groupId>NPandayIT0001</groupId>
  11. <artifactId>NPandayIT0001</artifactId>
  12. <packaging>pom</packaging>
  13. <build>
  14. <sourceDirectory>./</sourceDirectory>
  15. <plugins>
  16. <plugin>
  17. <groupId>npanday.plugin</groupId>
  18. <artifactId>maven-compile-plugin</artifactId>
  19. <extensions>true</extensions>
  20. </plugin>
  21. </plugins>
  22. </build>
  23. </project>
Add Comment
Please, Sign In to add comment