Revision: 529
Author:   henryju
Date:     2006-07-07 08:57:34 -0700 (Fri, 07 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/jwebunit/?rev=529&view=rev

Log Message:
-----------
Manage JUnit dependency from parent pom.
Update to Jetty 6.0-beta16

Modified Paths:
--------------
    branches/1.x/jwebunit-commons-tests/pom.xml
    branches/1.x/jwebunit-core/pom.xml
    branches/1.x/jwebunit-htmlunit-plugin/pom.xml
    branches/1.x/pom.xml
Modified: branches/1.x/jwebunit-commons-tests/pom.xml
===================================================================
--- branches/1.x/jwebunit-commons-tests/pom.xml 2006-07-07 13:00:42 UTC (rev 
528)
+++ branches/1.x/jwebunit-commons-tests/pom.xml 2006-07-07 15:57:34 UTC (rev 
529)
@@ -13,12 +13,11 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
     </dependency>
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
-      <version>6.0.0beta15</version>
+      <version>6.0.0beta16</version>
     </dependency>
     <dependency>
       <groupId>net.sourceforge.jwebunit</groupId>
@@ -34,4 +33,4 @@
   <properties>
     <topDirectoryLocation>..</topDirectoryLocation>
   </properties>
-</project>
\ No newline at end of file
+</project>

Modified: branches/1.x/jwebunit-core/pom.xml
===================================================================
--- branches/1.x/jwebunit-core/pom.xml  2006-07-07 13:00:42 UTC (rev 528)
+++ branches/1.x/jwebunit-core/pom.xml  2006-07-07 15:57:34 UTC (rev 529)
@@ -14,7 +14,6 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.1</version>
         </dependency>
         <dependency>
             <groupId>regexp</groupId>
@@ -30,4 +29,4 @@
     <properties>
         <topDirectoryLocation>..</topDirectoryLocation>
     </properties>
-</project>
\ No newline at end of file
+</project>

Modified: branches/1.x/jwebunit-htmlunit-plugin/pom.xml
===================================================================
--- branches/1.x/jwebunit-htmlunit-plugin/pom.xml       2006-07-07 13:00:42 UTC 
(rev 528)
+++ branches/1.x/jwebunit-htmlunit-plugin/pom.xml       2006-07-07 15:57:34 UTC 
(rev 529)
@@ -32,7 +32,6 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.2</version>
         </dependency>
         <dependency>
             <groupId>htmlunit</groupId>
@@ -117,4 +116,4 @@
     <properties>
         <topDirectoryLocation>..</topDirectoryLocation>
     </properties>
-</project>
\ No newline at end of file
+</project>

Modified: branches/1.x/pom.xml
===================================================================
--- branches/1.x/pom.xml        2006-07-07 13:00:42 UTC (rev 528)
+++ branches/1.x/pom.xml        2006-07-07 15:57:34 UTC (rev 529)
@@ -162,6 +162,28 @@
         <name>SourceForge</name>
         <url>http://sourceforge.net</url>
     </organization>
+    <pluginRepositories>
+           <pluginRepository>
+                   <id>Maven CodeHaus Snapshots</id>
+                   <url>http://snapshots.maven.codehaus.org/maven2</url>
+                   <releases>
+                           <updatePolicy>daily</updatePolicy>
+                   </releases>
+                   <snapshots>
+                           <updatePolicy>daily</updatePolicy>
+                   </snapshots>
+           </pluginRepository>
+           <pluginRepository>
+                   <id>Maven Snapshots</id>
+                   
<url>http://people.apache.org/maven-snapshot-repository/</url>
+                   <releases>
+                           <updatePolicy>daily</updatePolicy>
+                   </releases>
+                   <snapshots>
+                           <updatePolicy>daily</updatePolicy>
+                   </snapshots>
+           </pluginRepository>
+    </pluginRepositories>
     <build>
         <plugins>
             <plugin>
@@ -177,18 +199,26 @@
             </plugin>
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <!--                  <configuration>
-                    <descriptor>path/to/descriptor.xml</descriptor>
-                    <finalName>final_name</finalName>
-                    <outputDirectory>output/directory</outputDirectory>
-                    <workDirectory>target/assembly/work</workDirectory>
-                    </configuration> -->
+                <configuration>
+                    <descriptors>
+                        <descriptor>src/assemble/bin.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>
+        </dependencies>
+    </dependencyManagement>
     <reporting>
         <plugins>
             <plugin>
@@ -198,9 +228,9 @@
                     <configLocation>
                         
${basedir}/${topDirectoryLocation}/src/checkstyle/jwebunit-checkstyle.xml
                     </configLocation>
-                    <headerFile>
+                    <headerLocation>
                         
${basedir}/${topDirectoryLocation}/src/checkstyle/header-checkstyle.txt
-                    </headerFile>
+                    </headerLocation>
                     <xrefLocation>xref</xrefLocation>
                 </configuration>
             </plugin>
@@ -225,10 +255,10 @@
                 <artifactId>changes-maven-plugin</artifactId>
                 <inherited>false</inherited>
             </plugin>
-            <plugin>
+            <!--plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
-            </plugin>
+            </plugin-->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changelog-plugin</artifactId>
@@ -271,8 +301,8 @@
             <id>jwebunit-website</id>
             <name>jWebUnit WebSite - Sourceforge</name>
             <url>
-              scp://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs
-                <!--file://c:\temp-jwebunit-->
+                   scp://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs
+                   <!--file:///home/julien/site-jwebunit-->
             </url>
         </site>
         <repository>


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


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to