mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
37 lines
1.1 KiB
XML
37 lines
1.1 KiB
XML
<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/maven-v4_0_0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.gsport</groupId>
|
|
<artifactId>doc</artifactId>
|
|
<version>0.31</version>
|
|
<name>GSport</name>
|
|
<url>http://maven.apache.org/maven2</url>
|
|
<inceptionYear>2010</inceptionYear>
|
|
<organization>
|
|
<name>GSport Contributors</name>
|
|
</organization>
|
|
<distributionManagement>
|
|
<site>
|
|
<id>website</id>
|
|
<url>scp://webhost.company.com/www/website</url>
|
|
</site>
|
|
</distributionManagement>
|
|
<build>
|
|
</build>
|
|
<reporting>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
<version>2.6</version>
|
|
<reportSets>
|
|
<reportSet>
|
|
<reports><!-- select reports -->
|
|
</reports>
|
|
</reportSet>
|
|
</reportSets>
|
|
</plugin>
|
|
</plugins>
|
|
</reporting>
|
|
</project>
|