Revision: 625
          http://svn.sourceforge.net/jwebunit/?rev=625&view=rev
Author:   henryju
Date:     2006-11-23 02:01:43 -0800 (Thu, 23 Nov 2006)

Log Message:
-----------
Fine configuration of Javadoc report.
Disable cobertura report as it doesn't work anymore (see 
http://jira.codehaus.org/browse/MCOBERTURA-53)

Modified Paths:
--------------
    branches/1.x/pom.xml

Modified: branches/1.x/pom.xml
===================================================================
--- branches/1.x/pom.xml        2006-11-23 09:58:45 UTC (rev 624)
+++ branches/1.x/pom.xml        2006-11-23 10:01:43 UTC (rev 625)
@@ -252,10 +252,10 @@
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>taglist-maven-plugin</artifactId>
             </plugin>
-            <plugin>
+            <!--plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
-            </plugin>
+            </plugin-->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
@@ -286,18 +286,18 @@
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
                     <aggregate>true</aggregate>
-                    
<excludePackageNames>net.sourceforge.jwebunit.tests.*</excludePackageNames>
+                    
<excludePackageNames>net.sourceforge.jwebunit.javacc:net.sourceforge.jwebunit.tests</excludePackageNames>
                     <links>
                         <link>http://java.sun.com/j2se/1.4.2/docs/api</link>
                     </links>
                     <groups>
                         <group>
                             <title>User Packages</title>
-                            
<packages>net.sourceforge.jwebunit.junit.*:net.sourceforge.jwebunit.exception.*:net.sourceforge.jwebunit.html.*:net.sourceforge.jwebunit.javascript.*:net.sourceforge.jwebunit.util.*</packages>
+                            
<packages>net.sourceforge.jwebunit.junit*:net.sourceforge.jwebunit.exception*:net.sourceforge.jwebunit.html*:net.sourceforge.jwebunit.javascript*:net.sourceforge.jwebunit.util*</packages>
                         </group>
                         <group>
                             <title>Developper Packages</title>
-                            
<packages>net.sourceforge.jwebunit.api.*:net.sourceforge.jwebunit.htmlunit.*</packages>
+                            
<packages>net.sourceforge.jwebunit.api*:net.sourceforge.jwebunit.htmlunit*</packages>
                         </group>
                     </groups>
                 </configuration>
@@ -362,4 +362,4 @@
             </name>
         </snapshotRepository>
     </distributionManagement>
-</project>
\ No newline at end of file
+</project>


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