pom.xml 1003 B

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