pom.xml 672 B

1234567891011121314151617
  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. <parent>
  6. <artifactId>integrated-platform</artifactId>
  7. <groupId>com.persagy</groupId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <packaging>pom</packaging>
  12. <description>FM组件项目,只提供jar,不提供服务</description>
  13. <artifactId>fm-basics</artifactId>
  14. <modules>
  15. <module>fm-common</module>
  16. </modules>
  17. </project>