Modified:
/trunk/jjson/pom.xml
=======================================
--- /trunk/jjson/pom.xml Fri Jul 1 03:33:32 2011
+++ /trunk/jjson/pom.xml Fri Oct 14 02:13:24 2011
@@ -29,6 +29,20 @@
<version>0.1.0-SNAPSHOT</version>
<name>jjson</name>
<url>http://code.google.com/p/jjson</url>
+ <mailingLists>
+ <mailingList>
+ <name>JJSON-Dev</name>
+ <post>jjso...@googlegroups.com</post>
+ <archive>http://groups.google.com/group/jjson-dev</archive>
+ </mailingList>
+ </mailingLists>
+ <licenses>
+ <license>
+ <name>Apache License 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ </license>
+ </licenses>
+
<developers>
<developer>
<id>grobmeier</id>
@@ -76,6 +90,32 @@
<argLine>'-Dfile.encoding=UTF-8'</argLine>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.0</version>
+ <configuration>
+ <reportPlugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.4</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>mailing-list</report>
+ <report>index</report>
+ <report>license</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </reportPlugins>
+ </configuration>
+ </plugin>
+
+
</plugins>
</build>
<dependencies>