funkemunky

Example POM for new Atlas

Apr 9th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <repositories>
  2. <repository>
  3. <id>funkemunky-releases</id>
  4. <url>http://funkemunky.cc:8080/nexus/content/repositories/releases/</url>
  5. </repository>
  6. </repositories>
  7.  
  8. <dependencies>
  9. <dependency>
  10. <groupId>cc.funkemunky.plugins</groupId>
  11. <artifactId>Atlas</artifactId>
  12. <version>1.2-PRE-b2</version>
  13. <scope>provided</scope>
  14. </dependency>
  15. </dependencies>
Advertisement
Add Comment
Please, Sign In to add comment