POM文件内容: |
<!--
Apache Maven 2 POM generated by Apache Ivy and Jerkar
http://ant.apache.org/ivy/
Apache Ivy version: 2.4.0-rc1 20140315220245
http://jerkar.org
https://github.com/jerkar/jerkar
Jerkar version: Development version
-->
<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>
<groupId>org.jerkar</groupId>
<artifactId>core</artifactId>
<packaging>jar</packaging>
<version>0.4.5</version>
<name>Jerkar</name>
<description>Build simpler, stronger, faster</description>
<url>http://jerkar.github.io</url>
<licenses>
<license>
<name>Apache License V2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>
<developers>
<developer>
<name>djeang</name>
<email>djeangdev@yahoo.fr</email>
<organization>GitHub</organization>
<organizationUrl>https://github.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>https://github.com/jerkar/jerkar.git</connection>
<developerConnection>https://github.com/jerkar/jerkar.git</developerConnection>
<url>https://github.com/jerkar/jerkar.git</url>
</scm>
</project>
|