pom.xml 604 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>io.jpress</groupId>
  8. <artifactId>jpress</artifactId>
  9. <version>1.0</version>
  10. </parent>
  11. <artifactId>jpress-web-template-jblog</artifactId>
  12. <url>http://jpress.io</url>
  13. <packaging>war</packaging>
  14. <name>jpress-web-template-jblog Template</name>
  15. <build>
  16. <finalName>template-jblog</finalName>
  17. </build>
  18. </project>