summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authormcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-05-07 14:54:05 +0000
committermcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-05-07 14:54:05 +0000
commitb43405cdb052201de6ef66d44e473cb74c55d4b0 (patch)
tree255834ca283d9876a6ed8dce4c96312d2d083333 /pom.xml
parent05f3154d9f0f78646a8b2b51593e7ebdbac9faca (diff)
downloadmocca-b43405cdb052201de6ef66d44e473cb74c55d4b0.tar.gz
mocca-b43405cdb052201de6ef66d44e473cb74c55d4b0.tar.bz2
mocca-b43405cdb052201de6ef66d44e473cb74c55d4b0.zip
Updated project documentation.
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@730 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d5b8f6fe..4197a375 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,7 @@
<module>smccSTALExt</module>
<module>BKUFonts</module>
</modules>
+ <inceptionYear>2007</inceptionYear>
<developers>
<developer>
<id>mcentner</id>
@@ -55,6 +56,13 @@
<name>E-Government Innovation Center (EGIZ)</name>
<url>http://www.egiz.gv.at</url>
</organization>
+ <licenses>
+ <license>
+ <name>Apache 2</name>
+ <url>LICENSE.txt</url>
+ <distribution>manually</distribution>
+ </license>
+ </licenses>
<build>
<pluginManagement>
<plugins>
@@ -180,11 +188,18 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.1.2</version>
+ <configuration>
+ <dependencyDetailsEnabled>true</dependencyDetailsEnabled>
+ <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+ </configuration>
<reportSets>
<reportSet>
<reports>
<report>index</report>
<report>summary</report>
+ <report>license</report>
+ <report>dependencies</report>
+ <report>dependency-management</report>
</reports>
</reportSet>
</reportSets>
@@ -334,4 +349,5 @@
<url>scp://egovlabs.gv.at/var/lib/gforge/chroot/home/groups/mocca/htdocs</url>
</site>
</distributionManagement>
+
</project> \ No newline at end of file