[jjson] r80 committed - added issue tracking and source repository to pom.xml

5 views
Skip to first unread message

jj...@googlecode.com

unread,
Oct 15, 2011, 2:32:40 AM10/15/11
to jjso...@googlegroups.com
Revision: 80
Author: grobmeier
Date: Fri Oct 14 23:32:13 2011
Log: added issue tracking and source repository to pom.xml
http://code.google.com/p/jjson/source/detail?r=80

Modified:
/trunk/jjson/pom.xml

=======================================
--- /trunk/jjson/pom.xml Fri Oct 14 02:13:24 2011
+++ /trunk/jjson/pom.xml Fri Oct 14 23:32:13 2011
@@ -29,6 +29,15 @@
<version>0.1.0-SNAPSHOT</version>
<name>jjson</name>
<url>http://code.google.com/p/jjson</url>
+ <issueManagement>
+ <system>GoogleCode</system>
+ <url>http://code.google.com/p/jjson/issues/list</url>
+ </issueManagement>
+ <scm>
+ <url>http://code.google.com/p/jjson/source/browse</url>
+ <connection>scm:svn:svn://jjson.googlecode.com/svn/trunk</connection>
+
<developerConnection>scm:svn:svn+ssh://jjson.googlecode.com/svn/trunk</developerConnection>
+ </scm>
<mailingLists>
<mailingList>
<name>JJSON-Dev</name>
@@ -86,7 +95,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.9</version>
<configuration>
- <encoding>UTF-8</encoding>
<argLine>'-Dfile.encoding=UTF-8'</argLine>
</configuration>
</plugin>
@@ -105,8 +113,9 @@
<reportSet>
<reports>
<report>mailing-list</report>
- <report>index</report>
<report>license</report>
+ <report>issue-tracking</report>
+ <report>scm</report>
</reports>
</reportSet>
</reportSets>

Reply all
Reply to author
Forward
0 new messages