More metadata; mandatory for maven repository

git-svn-id: https://sitemapgen4j.googlecode.com/svn/trunk@17 aa787bee-eda5-11dd-ada0-abde575de245
This commit is contained in:
DanFabulich 2009-02-03 23:17:20 +00:00
parent 39dc7827c9
commit 80d7aa7ba1
1 changed files with 13 additions and 0 deletions

13
pom.xml
View File

@ -7,6 +7,19 @@
<version>1.1-SNAPSHOT</version>
<name>SitemapGen4J</name>
<url>http://code.google.com/p/sitemapgen4j/</url>
<description>SitemapGen4j is an XML sitemap generator written in Java.</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://sitemapgen4j.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://sitemapgen4j.googlecode.com/svn/trunk/</developerConnection>
<url>http://code.google.com/p/sitemapgen4j/source/browse/</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>
<plugins>