pom.xml 1.0 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <groupId>com.aivfo</groupId>
  6. <artifactId>ability</artifactId>
  7. <version>stable</version>
  8. <packaging>pom</packaging>
  9. <modules>
  10. <module>aivfo-framework-build</module>
  11. <module>aivfo-supreme</module>
  12. </modules>
  13. <modelVersion>4.0.0</modelVersion>
  14. <distributionManagement>
  15. <repository>
  16. <id>nexus</id>
  17. <name>releases</name>
  18. <url>http://maven.aivfo.com:36000/repository/maven-releases/</url>
  19. </repository>
  20. <snapshotRepository>
  21. <id>nexus</id>
  22. <name>snapshots</name>
  23. <url>http://maven.aivfo.com:36000/repository/maven-snapshots/</url>
  24. </snapshotRepository>
  25. </distributionManagement>
  26. </project>