pom.xml 996 B

1234567891011121314151617181920212223242526272829303132
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>com.platomix</groupId>
  5. <artifactId>platomix-pom</artifactId>
  6. <version>1.0.0-cloud</version>
  7. </parent>
  8. <artifactId>platomix-gmetry-system</artifactId>
  9. <packaging>pom</packaging>
  10. <modules>
  11. <module>platomix-gmetry-system-api</module>
  12. <module>platomix-gmetry-system-client</module>
  13. </modules>
  14. <repositories>
  15. <repository>
  16. <id>alimaven</id>
  17. <name>aliyun maven</name>
  18. <url>https://maven.aliyun.com/repository/public/</url>
  19. <snapshots>
  20. <enabled>false</enabled>
  21. </snapshots>
  22. </repository>
  23. <repository>
  24. <id>platomix-release</id>
  25. <name>NexusReleases</name>
  26. <url>https://windata.platomix.net/nexus/repository/maven-public/</url>
  27. </repository>
  28. </repositories>
  29. </project>