pom.xml 623 B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <project
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
  4. xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.usoftchina</groupId>
  8. <artifactId>usoftchina-cms</artifactId>
  9. <version>1.0</version>
  10. </parent>
  11. <artifactId>jpress-web-template-mallcms</artifactId>
  12. <url>http://jpress.io</url>
  13. <packaging>war</packaging>
  14. <name>jpress-web-template-mallcms Template</name>
  15. <build>
  16. <finalName>template-mallcms</finalName>
  17. </build>
  18. </project>