Revision: 537
Author:   henryju
Date:     2006-07-28 00:46:30 -0700 (Fri, 28 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/jwebunit/?rev=537&view=rev

Log Message:
-----------
Update report plugins in pom.xml

Modified Paths:
--------------
    branches/1.x/pom.xml
Modified: branches/1.x/pom.xml
===================================================================
--- branches/1.x/pom.xml        2006-07-27 07:36:46 UTC (rev 536)
+++ branches/1.x/pom.xml        2006-07-28 07:46:30 UTC (rev 537)
@@ -256,9 +256,21 @@
                 <artifactId>cobertura-maven-plugin</artifactId>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>changes-maven-plugin</artifactId>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-changes-plugin</artifactId>
                 <inherited>false</inherited>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>changes-report</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+                <configuration>
+                    <issueLinkTemplate>
+                        
%URL%/index.php?func=detail&amp;aid=%ISSUE%&amp;group_id=61302&amp;atid=497982
+                    </issueLinkTemplate>
+                </configuration>
             </plugin>
             <!--plugin>
                 <groupId>org.codehaus.mojo</groupId>
@@ -295,6 +307,7 @@
                             <report>license</report>
                             <report>issue-tracking</report>
                             <report>scm</report>
+                            <report>summary</report>
                        </reports>
                    </reportSet>
                </reportSets>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to