Commit 80d7aa7b authored by DanFabulich's avatar DanFabulich
Browse files

More metadata; mandatory for maven repository


git-svn-id: https://sitemapgen4j.googlecode.com/svn/trunk@17 aa787bee-eda5-11dd-ada0-abde575de245
parent 39dc7827
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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>