Revision: 784
http://jwebunit.svn.sourceforge.net/jwebunit/?rev=784&view=rev
Author: henryju
Date: 2008-12-12 18:11:57 +0000 (Fri, 12 Dec 2008)
Log Message:
-----------
[2352559,2367400] Updated Javadoc configuration and used latest SNAPSHOT of
maven Javadoc plugin to fix issue with WebTestCase javadoc generation.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-12-11 08:24:30 UTC (rev 783)
+++ trunk/pom.xml 2008-12-12 18:11:57 UTC (rev 784)
@@ -262,6 +262,7 @@
</build>
<properties>
<topDirectoryLocation>.</topDirectoryLocation>
+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencyManagement>
<dependencies>
@@ -378,59 +379,53 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <aggregate>true</aggregate>
- <excludePackageNames>
-
net.sourceforge.jwebunit.javacc:net.sourceforge.jwebunit.tests
- </excludePackageNames>
- <links>
- <link>
-
http://java.sun.com/j2se/1.4.2/docs/api
- </link>
- <link>
-
http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/
- </link>
- <link>
-
http://jakarta.apache.org/commons/dbcp/apidocs/
- </link>
- <link>
-
http://jakarta.apache.org/commons/fileupload/apidocs/
- </link>
- <link>
-
http://jakarta.apache.org/commons/httpclient/apidocs/
- </link>
- <link>
-
http://jakarta.apache.org/commons/logging/apidocs/
- </link>
- <link>
-
http://jakarta.apache.org/commons/pool/apidocs/
- </link>
-
<link>http://www.junit.org/junit/javadoc/</link>
- <link>
-
http://logging.apache.org/log4j/docs/api/
- </link>
- <link>
-
http://jakarta.apache.org/regexp/apidocs/
- </link>
- <link>
-
http://htmlunit.sourceforge.net/apidocs/
- </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>
- </group>
- <group>
- <title>Developer
Packages</title>
- <packages>
-
net.sourceforge.jwebunit.api*:net.sourceforge.jwebunit.htmlunit*
- </packages>
- </group>
- </groups>
- </configuration>
+ <version>2.5.1-SNAPSHOT</version>
+ <reportSets>
+ <reportSet>
+ <id>aggregate</id>
+ <configuration>
+ <excludePackageNames>
+
net.sourceforge.jwebunit.javacc:net.sourceforge.jwebunit.tests
+ </excludePackageNames>
+ <links>
+ <link>
+
http://java.sun.com/j2se/1.5.0/docs/api/
+ </link>
+ <link>
+
http://hc.apache.org/httpclient-3.x/apidocs/
+ </link>
+
<link>http://junit.sourceforge.net/junit3.8.1/javadoc/</link>
+ <link>
+
http://htmlunit.sourceforge.net/apidocs/
+ </link>
+
<link>http://release.seleniumhq.org/selenium-remote-control/0.9.2/doc/java/</link>
+ </links>
+ <groups>
+ <group>
+
<title>Core Packages</title>
+
<packages>
+
net.sourceforge.jwebunit.api*:net.sourceforge.jwebunit.junit*:net.sourceforge.jwebunit.exception*:net.sourceforge.jwebunit.html*:net.sourceforge.jwebunit.javascript*:net.sourceforge.jwebunit.util*
+
</packages>
+ </group>
+ <group>
+
<title>HtmlUnit Packages</title>
+
<packages>
+
net.sourceforge.jwebunit.htmlunit*
+
</packages>
+ </group>
+ <group>
+
<title>Selenium Packages</title>
+
<packages>
+
net.sourceforge.jwebunit.selenium*
+
</packages>
+ </group>
+ </groups>
+ </configuration>
+ <reports>
+
<report>aggregate</report>
+ </reports>
+ </reportSet>
+ </reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -482,14 +477,14 @@
<repository>
<id>jwebunit-m2-repo</id>
<url>
-
sftp://web.sourceforge.net/home/groups/j/jw/jwebunit/htdocs/m2-repo
+
scp://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs/m2-repo
</url>
<name>JWebUnit Maven 2 Repository</name>
</repository>
<snapshotRepository>
<id>jwebunit-m2-repo-snapshots</id>
<url>
-
sftp://web.sourceforge.net/home/groups/j/jw/jwebunit/htdocs/m2-repo-snapshots
+
scp://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs/m2-repo-snapshots
</url>
<name>JWebUnit Maven 2 Snapshots Repository</name>
</snapshotRepository>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development
