POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.fge</groupId>
<artifactId>btf</artifactId>
<version>1.1</version>
<name>null</name>
<description>null</description>
<url>https://github.com/fge/btf</url>
<licenses>
<license>
<name>Lesser General Public License, version 3 or greater</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
<distribution>repo</distribution>
</license>
<license>
<name>Apache Software License, version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>fge</id>
<name>Francis Galiegue</name>
<email>fgaliegue@gmail.com</email>
</developer>
</developers>
<scm>
<connection>git@github.com:fge/btf</connection>
<developerConnection>https://github.com/fge/btf.git</developerConnection>
<url>git@github.com:fge/btf</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|