Revision: 668
http://svn.sourceforge.net/jwebunit/?rev=668&view=rev
Author: henryju
Date: 2007-03-03 08:42:11 -0800 (Sat, 03 Mar 2007)
Log Message:
-----------
Fix spelling errors. [ 1665662 ]
Modified Paths:
--------------
branches/1.x/jwebunit-core/src/main/java/net/sourceforge/jwebunit/junit/WebTester.java
branches/1.x/pom.xml
Modified:
branches/1.x/jwebunit-core/src/main/java/net/sourceforge/jwebunit/junit/WebTester.java
===================================================================
---
branches/1.x/jwebunit-core/src/main/java/net/sourceforge/jwebunit/junit/WebTester.java
2007-03-03 16:35:27 UTC (rev 667)
+++
branches/1.x/jwebunit-core/src/main/java/net/sourceforge/jwebunit/junit/WebTester.java
2007-03-03 16:42:11 UTC (rev 668)
@@ -40,8 +40,8 @@
import org.apache.regexp.RESyntaxException;
/**
- * Provides a high-level API for basic web application navigation and
validation by wrapping HttpUnit and providing
- * Junit assertions. It supports use of a property file for web resources (a
la Struts), though a resource file for the
+ * Provides a high-level API for basic web application navigation and
validation by providing
+ * JUnit assertions. It supports use of a property file for web resources (a
la Struts), though a resource file for the
* app is not required.
*
* @author Julien Henry
Modified: branches/1.x/pom.xml
===================================================================
--- branches/1.x/pom.xml 2007-03-03 16:35:27 UTC (rev 667)
+++ branches/1.x/pom.xml 2007-03-03 16:42:11 UTC (rev 668)
@@ -1,171 +1,168 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>net.sourceforge.jwebunit</groupId>
- <artifactId>jwebunit</artifactId>
- <name>JWebUnit</name>
- <version>1.4-SNAPSHOT</version>
- <packaging>pom</packaging>
- <description>
- JWebUnit is a Java framework that facilitates creation of
- acceptance tests for web applications. It evolved from a project
- where we were using HttpUnit and JUnit to create acceptance
- tests. As the tests were being written, they were continuously
- refactored to remove duplication and other bad smells in the
- test code. JWebUnit is the result of these refactorings.
- </description>
- <url>http://jwebunit.sourceforge.net</url>
- <issueManagement>
- <system>sourceforge</system>
- <url>http://sourceforge.net/tracker/?group_id=61302</url>
- </issueManagement>
- <inceptionYear>2002</inceptionYear>
- <modules>
- <module>jwebunit-webtestcase-generator</module>
- <module>jwebunit-core</module>
- <module>jwebunit-commons-tests</module>
- <module>jwebunit-htmlunit-plugin</module>
- </modules>
- <mailingLists>
- <mailingList>
- <name>JWebUnit Development Mailing list</name>
- <subscribe>
-
http://lists.sourceforge.net/mailman/listinfo/jwebunit-development
- </subscribe>
- <unsubscribe>
-
http://lists.sourceforge.net/mailman/listinfo/jwebunit-development
- </unsubscribe>
- <archive>
-
http://sourceforge.net/mailarchive/forum.php?forum_id=40831
- </archive>
- <post>[email protected]</post>
- </mailingList>
- <mailingList>
- <name>JWebUnit User Mailing list</name>
- <subscribe>
-
http://lists.sourceforge.net/mailman/listinfo/jwebunit-users
- </subscribe>
- <unsubscribe>
-
http://lists.sourceforge.net/mailman/listinfo/jwebunit-users
- </unsubscribe>
- <archive>
-
http://sourceforge.net/mailarchive/forum.php?forum_id=40830
- </archive>
- <post>[email protected]</post>
- </mailingList>
- </mailingLists>
- <developers>
- <developer>
- <id>jimweaver</id>
- <name>Jim Weaver</name>
- <email>jimweaver at users.sourceforge.net</email>
- <organization>Thoughtworks</organization>
- <roles>
- <role>All-Hands person</role>
- </roles>
- <timezone>-5</timezone>
- </developer>
- <developer>
- <id>prospero2000us</id>
- <name>Jim Weaver</name>
- <email>prospero2000us at users.sourceforge.net</email>
- <organization>Thoughtworks</organization>
- <roles>
- <role>All-Hands person</role>
- </roles>
- <timezone>-5</timezone>
- </developer>
- <developer>
- <id>wilkesj</id>
- <name>Wilkes Joiner</name>
- <email>wilkesj at users.sourceforge.net</email>
- <organization />
- <roles>
- <role>All-Hands person</role>
- </roles>
- </developer>
- <developer>
- <id>vivekv</id>
- <name>Vivek Venugopalan</name>
- <email>vivek at magic hypen cauldron dot com</email>
- <url>http://www.magic-cauldron.com</url>
- <organization />
- <roles>
- <role>All-Hands person</role>
- </roles>
- <timezone>+5.5</timezone>
- </developer>
- <developer>
- <id>dashorst</id>
- <name>Martijn Dashorst</name>
- <email>dashorst at users.sourceforge.net</email>
- <url>http://www.dashorst.dds.nl</url>
- <organization>Topicus B.V.</organization>
- <roles>
- <role>All-Hands person</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <id>nneuberger</id>
- <name>Nicholas Neuberger</name>
- <email>nneuberger at users.sourceforge.net</email>
- <url />
- <organization>Sunshine Solar</organization>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>-6</timezone>
- </developer>
- <developer>
- <id>henryju</id>
- <name>Julien Henry</name>
- <email>henryju at users.sourceforge.net</email>
- <url />
- <organization>Capgemini</organization>
-
<organizationUrl>http://www.capgemini.com</organizationUrl>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>+2</timezone>
- </developer>
- </developers>
- <contributors>
- <contributor>
- <name>Jon Frisby</name>
- <email>[EMAIL PROTECTED]</email>
- <url />
- <organization />
- <organizationUrl />
- <roles />
- <timezone />
- <properties />
- </contributor>
- <contributor>
- <name>Fred Burlet</name>
- <email>[EMAIL PROTECTED]</email>
- <url />
- <organization />
- <organizationUrl />
- <roles />
- <timezone />
- <properties />
- </contributor>
- </contributors>
- <licenses>
- <license>
- <name>GPL License</name>
- <url>${topDirectoryLocation}/LICENSE.txt</url>
- </license>
- </licenses>
- <scm>
-
<connection>scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/branches/1.x</connection>
-
<developerConnection>scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/branches/1.x</developerConnection>
-
<url>http://svn.sourceforge.net/viewcvs.cgi/jwebunit/branches/1.x</url>
- </scm>
- <organization>
- <name>SourceForge</name>
- <url>http://sourceforge.net</url>
- </organization>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>net.sourceforge.jwebunit</groupId>
+ <artifactId>jwebunit</artifactId>
+ <name>JWebUnit</name>
+ <version>1.4-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <description>
+ JWebUnit is a Java framework that facilitates creation of acceptance
tests for web
+ applications. It evolved from a project where we were using HttpUnit
and JUnit to create
+ acceptance tests. As the tests were being written, they were
continuously refactored to
+ remove duplication and other bad smells in the test code. JWebUnit is
the result of these
+ refactorings.
+ </description>
+ <url>http://jwebunit.sourceforge.net</url>
+ <issueManagement>
+ <system>sourceforge</system>
+ <url>http://sourceforge.net/tracker/?group_id=61302</url>
+ </issueManagement>
+ <inceptionYear>2002</inceptionYear>
+ <modules>
+ <module>jwebunit-webtestcase-generator</module>
+ <module>jwebunit-core</module>
+ <module>jwebunit-commons-tests</module>
+ <module>jwebunit-htmlunit-plugin</module>
+ </modules>
+ <mailingLists>
+ <mailingList>
+ <name>JWebUnit Development Mailing list</name>
+ <subscribe>
+
http://lists.sourceforge.net/mailman/listinfo/jwebunit-development
+ </subscribe>
+ <unsubscribe>
+
http://lists.sourceforge.net/mailman/listinfo/jwebunit-development
+ </unsubscribe>
+
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=40831</archive>
+ <post>[email protected]</post>
+ </mailingList>
+ <mailingList>
+ <name>JWebUnit User Mailing list</name>
+
<subscribe>http://lists.sourceforge.net/mailman/listinfo/jwebunit-users</subscribe>
+
<unsubscribe>http://lists.sourceforge.net/mailman/listinfo/jwebunit-users</unsubscribe>
+
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=40830</archive>
+ <post>[email protected]</post>
+ </mailingList>
+ </mailingLists>
+ <developers>
+ <developer>
+ <id>jimweaver</id>
+ <name>Jim Weaver</name>
+ <email>jimweaver at users.sourceforge.net</email>
+ <organization>Thoughtworks</organization>
+ <roles>
+ <role>All-Hands person</role>
+ </roles>
+ <timezone>-5</timezone>
+ </developer>
+ <developer>
+ <id>prospero2000us</id>
+ <name>Jim Weaver</name>
+ <email>prospero2000us at users.sourceforge.net</email>
+ <organization>Thoughtworks</organization>
+ <roles>
+ <role>All-Hands person</role>
+ </roles>
+ <timezone>-5</timezone>
+ </developer>
+ <developer>
+ <id>wilkesj</id>
+ <name>Wilkes Joiner</name>
+ <email>wilkesj at users.sourceforge.net</email>
+ <organization />
+ <roles>
+ <role>All-Hands person</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>vivekv</id>
+ <name>Vivek Venugopalan</name>
+ <email>vivek at magic hypen cauldron dot com</email>
+ <url>http://www.magic-cauldron.com</url>
+ <organization />
+ <roles>
+ <role>All-Hands person</role>
+ </roles>
+ <timezone>+5.5</timezone>
+ </developer>
+ <developer>
+ <id>dashorst</id>
+ <name>Martijn Dashorst</name>
+ <email>dashorst at users.sourceforge.net</email>
+ <url>http://www.dashorst.dds.nl</url>
+ <organization>Topicus B.V.</organization>
+ <roles>
+ <role>All-Hands person</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ <developer>
+ <id>nneuberger</id>
+ <name>Nicholas Neuberger</name>
+ <email>nneuberger at users.sourceforge.net</email>
+ <url />
+ <organization>Sunshine Solar</organization>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ <timezone>-6</timezone>
+ </developer>
+ <developer>
+ <id>henryju</id>
+ <name>Julien Henry</name>
+ <email>henryju at users.sourceforge.net</email>
+ <url />
+ <organization>Capgemini</organization>
+ <organizationUrl>http://www.capgemini.com</organizationUrl>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ <timezone>+2</timezone>
+ </developer>
+ </developers>
+ <contributors>
+ <contributor>
+ <name>Jon Frisby</name>
+ <email>[EMAIL PROTECTED]</email>
+ <url />
+ <organization />
+ <organizationUrl />
+ <roles />
+ <timezone />
+ <properties />
+ </contributor>
+ <contributor>
+ <name>Fred Burlet</name>
+ <email>[EMAIL PROTECTED]</email>
+ <url />
+ <organization />
+ <organizationUrl />
+ <roles />
+ <timezone />
+ <properties />
+ </contributor>
+ </contributors>
+ <licenses>
+ <license>
+ <name>GPL License</name>
+ <url>${topDirectoryLocation}/LICENSE.txt</url>
+ </license>
+ </licenses>
+ <scm>
+ <connection>
+
scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/branches/1.x
+ </connection>
+ <developerConnection>
+
scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/branches/1.x
+ </developerConnection>
+ <url>http://svn.sourceforge.net/viewcvs.cgi/jwebunit/branches/1.x</url>
+ </scm>
+ <organization>
+ <name>SourceForge</name>
+ <url>http://sourceforge.net</url>
+ </organization>
<repositories>
<repository>
<id>Codehaus</id>
@@ -173,218 +170,208 @@
<url>http://repository.codehaus.org/org/codehaus/mojo/</url>
</repository>
</repositories>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-clover-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <flushPolicy>threaded</flushPolicy>
- <flushInterval>100</flushInterval>
- <targetPercentage>0%</targetPercentage>
- <licenseLocation>
-
${basedir}/${topDirectoryLocation}/src/test/clover/clover.license
- </licenseLocation>
- </configuration>
- <executions>
- <execution>
- <id>main</id>
- <phase>verify</phase>
- <goals>
- <goal>instrument</goal>
- <goal>aggregate</goal>
- <goal>check</goal>
- <goal>log</goal>
- </goals>
- </execution>
- <execution>
- <id>site</id>
- <phase>pre-site</phase>
- <goals>
- <goal>instrument</goal>
- <goal>aggregate</goal>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clover-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <flushPolicy>threaded</flushPolicy>
+ <flushInterval>100</flushInterval>
+ <targetPercentage>0%</targetPercentage>
+ <licenseLocation>
+
${basedir}/${topDirectoryLocation}/src/test/clover/clover.license
+ </licenseLocation>
+ </configuration>
+ <executions>
+ <execution>
+ <id>main</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>instrument</goal>
+ <goal>aggregate</goal>
+ <goal>check</goal>
+ <goal>log</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>site</id>
+ <phase>pre-site</phase>
+ <goals>
+ <goal>instrument</goal>
+ <goal>aggregate</goal>
- <!-- We save a history
point in order to have data to generate a historical report -->
-
<goal>save-history</goal>
+ <!-- We save a history point in order to have data
to generate a historical report -->
+ <goal>save-history</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <attach>false</attach>
- <descriptors>
- <descriptor>
- src/assemble/release.xml
- </descriptor>
- </descriptors>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <properties>
- <topDirectoryLocation>.</topDirectoryLocation>
- </properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.2</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>javacc-maven-plugin</artifactId>
- <version>2.2-SNAPSHOT</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <configLocation>
-
${basedir}/${topDirectoryLocation}/src/checkstyle/jwebunit-checkstyle.xml
- </configLocation>
- <headerLocation>
-
${basedir}/${topDirectoryLocation}/src/checkstyle/header-checkstyle.txt
- </headerLocation>
- <xrefLocation>xref</xrefLocation>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
-
<artifactId>maven-surefire-report-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-clover-plugin</artifactId>
- <configuration>
-
<generateHistorical>true</generateHistorical>
- </configuration>
- </plugin>
- <plugin>
- <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>
-
http://sourceforge.net/support/tracker.php?aid=%ISSUE%
- </issueLinkTemplate>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changelog-plugin</artifactId>
- </plugin>
- <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>
- </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>Developper
Packages</title>
- <packages>
-
net.sourceforge.jwebunit.api*:net.sourceforge.jwebunit.htmlunit*
- </packages>
- </group>
- </groups>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>
- maven-project-info-reports-plugin
- </artifactId>
- <version>2.0.1</version>
- <reportSets>
- <reportSet>
- <reports>
- <report>index</report>
-
<report>dependencies</report>
-
<report>project-team</report>
-
<report>mailing-list</report>
- <report>license</report>
-
<report>issue-tracking</report>
- <report>scm</report>
- <report>summary</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
- <distributionManagement>
- <site>
- <id>jwebunit-website</id>
- <name>JWebUnit WebSite - Sourceforge</name>
- <url>
-
scp://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs
- </url>
- </site>
- <repository>
- <id>jwebunit-m2-repo</id>
- <url>
-
scpexe://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>
-
scpexe://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs/m2-repo-snapshots
- </url>
- <name>JWebUnit Maven 2 Snapshots Repository</name>
- </snapshotRepository>
- </distributionManagement>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <attach>false</attach>
+ <descriptors>
+ <descriptor>src/assemble/release.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <properties>
+ <topDirectoryLocation>.</topDirectoryLocation>
+ </properties>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>javacc-maven-plugin</artifactId>
+ <version>2.2-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+ <configLocation>
+
${basedir}/${topDirectoryLocation}/src/checkstyle/jwebunit-checkstyle.xml
+ </configLocation>
+ <headerLocation>
+
${basedir}/${topDirectoryLocation}/src/checkstyle/header-checkstyle.txt
+ </headerLocation>
+ <xrefLocation>xref</xrefLocation>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jdepend-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clover-plugin</artifactId>
+ <configuration>
+ <generateHistorical>true</generateHistorical>
+ </configuration>
+ </plugin>
+ <plugin>
+ <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>
+ http://sourceforge.net/support/tracker.php?aid=%ISSUE%
+ </issueLinkTemplate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changelog-plugin</artifactId>
+ </plugin>
+ <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>
+ </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>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.0.1</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>index</report>
+ <report>dependencies</report>
+ <report>project-team</report>
+ <report>mailing-list</report>
+ <report>license</report>
+ <report>issue-tracking</report>
+ <report>scm</report>
+ <report>summary</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
+ </reporting>
+ <distributionManagement>
+ <site>
+ <id>jwebunit-website</id>
+ <name>JWebUnit WebSite - Sourceforge</name>
+
<url>scp://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs</url>
+ </site>
+ <repository>
+ <id>jwebunit-m2-repo</id>
+
<url>scpexe://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>
+
scpexe://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs/m2-repo-snapshots
+ </url>
+ <name>JWebUnit Maven 2 Snapshots Repository</name>
+ </snapshotRepository>
+ </distributionManagement>
</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