
archetype-resources.pom.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.github.rutledgepaulv</groupId> <artifactId>maven</artifactId> <version>1.1</version> </parent> <version>${version}</version> <groupId>${groupId}</groupId> <artifactId>${artifactId}</artifactId> <name>${artifactId}</name> <url>https://github.com/rutledgepaulv/${artifactId}</url> <description><!-- A riveting description --></description> <scm> <url>https://github.com/rutledgepaulv/${artifactId}</url> <connection>scm:git:[email protected]:rutledgepaulv/${artifactId}.git</connection> </scm> <ciManagement> <system>travis</system> <url>https://travis-ci.org/rutledgepaulv/${artifactId}</url> </ciManagement> <issueManagement> <system>github</system> <url>https://github.com/rutledgepaulv/${artifactId}/issues</url> </issueManagement> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy