You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/04/08 02:54:56 UTC

cvs commit: maven-plugins/wizard project.xml

brett       2004/04/07 17:54:56

  Modified:    .        project.xml
               announcement project.xml
               antlr    project.xml
               artifact/xdocs properties.xml tags.xml
               ashkelon project.xml
               aspectj  project.xml
               castor   project.xml
               checkstyle project.xml
               codeswitcher project.xml
               console  project.xml
               cruisecontrol project.xml
               developer-activity project.xml
               dist     project.xml
               docbook  project.xml
               ejb      plugin.properties
               faq      project.xml
               file-activity project.xml
               genapp   project.xml
               html2xdoc project.xml
               j2ee     project.xml
               jar      project.xml
               javadoc  project.xml
               jcoverage project.xml
               jdepend  project.xml
               jellydoc project.xml
               junit-report project.xml
               jxr      project.xml
               latex    project.xml
               latka    project.xml
               plugin   project.xml
               plugin/src/plugin-test project.xml
               repository project.xml
               site     project.xml
               struts   project.xml
               test     plugin.jelly project.xml
               uberjar  project.xml
               wizard   project.xml
  Removed:     plugin   plugin.properties
  Log:
  clean up
  - remove redundant classloader properties
  - fix some HTML links
  - reformat and remove unused properties
  
  Revision  Changes    Path
  1.18      +0 -1      maven-plugins/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml	4 Mar 2004 18:40:25 -0000	1.17
  +++ project.xml	8 Apr 2004 00:54:54 -0000	1.18
  @@ -151,7 +151,6 @@
           </includes>
         </resource>
       </resources>
  -
     </build>
     
     <reports>
  
  
  
  1.8       +1 -4      maven-plugins/announcement/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/announcement/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	10 Mar 2004 12:53:33 -0000	1.7
  +++ project.xml	8 Apr 2004 00:54:54 -0000	1.8
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-announcement-plugin</id>
     <name>Maven Announcement plugin</name>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>1.1-SNAPSHOT</currentVersion>
     <shortDescription>Produce release announcement</shortDescription>
     <url>http://maven.apache.org/reference/plugins/announcement/</url>
     <!-- TODO: Create JIRA project and replace xxxx by JIRA project id -->
  @@ -53,9 +53,6 @@
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
     <reports>
  
  
  
  1.27      +0 -6      maven-plugins/antlr/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/antlr/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml	7 Mar 2004 23:01:24 -0000	1.26
  +++ project.xml	8 Apr 2004 00:54:54 -0000	1.27
  @@ -84,17 +84,11 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-antlr</artifactId>
         <version>20030211.143720</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
         <version>1.0.1</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>antlr</groupId>
  
  
  
  1.6       +1 -1      maven-plugins/artifact/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/xdocs/properties.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- properties.xml	6 Mar 2004 21:47:28 -0000	1.5
  +++ properties.xml	8 Apr 2004 00:54:54 -0000	1.6
  @@ -126,7 +126,7 @@
       <section name="Other properties used">
        <p>
          If you are behind firewall and need to use proxy server see
  -      <a href="http://maven.apache.org/reference/user-guide.html#Using%20Proxies">following</a>    
  +      <a href="http://maven.apache.org/reference/user-guide.html#Using Proxies">following</a>    
         section from the <b>Maven User Guide</b> .     
        </p> 
       </section>  
  
  
  
  1.5       +2 -2      maven-plugins/artifact/xdocs/tags.xml
  
  Index: tags.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/xdocs/tags.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tags.xml	4 Mar 2004 17:59:38 -0000	1.4
  +++ tags.xml	8 Apr 2004 00:54:54 -0000	1.5
  @@ -128,7 +128,7 @@
              contains the version number (20030620.124616) 
              that the snapshot is linked to, 
              so that 
  -           <a href="http://maven.apache.org/reference/user-guide.html#Resolving%20SNAPSHOT%20Dependencies">'convert-snapshots'</a>
  +           <a href="http://maven.apache.org/reference/user-guide.html#Resolving SNAPSHOT Dependencies">'convert-snapshots'</a>
                can correctly update dependencies in projects that will use this artifact. 
              <br/>
              <b>artifact:deploy-snapshot</b> tag uses the same set of attributes 
  @@ -222,4 +222,4 @@
         </subsection>
       </section>
     </body>
  -</document>
  \ No newline at end of file
  +</document>
  
  
  
  1.20      +0 -18     maven-plugins/ashkelon/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ashkelon/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml	7 Mar 2004 23:01:24 -0000	1.19
  +++ project.xml	8 Apr 2004 00:54:54 -0000	1.20
  @@ -47,25 +47,16 @@
         <groupId>ashkelon</groupId>
         <artifactId>ashkelon</artifactId>
         <version>20030312.120000</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>castor</groupId>
         <artifactId>castor</artifactId>
         <version>0.9.4.3</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-dbcp</groupId>
         <artifactId>commons-dbcp</artifactId>
         <version>1.0-dev</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <jar>j2h-1.2.jar</jar>
  @@ -77,25 +68,16 @@
         <groupId>mm.mysql</groupId>
         <artifactId>mm.mysql</artifactId>
         <version>2.0.13-bin</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>servletapi</groupId>
         <artifactId>servletapi</artifactId>
         <version>2.3</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>oro</groupId>
         <artifactId>oro</artifactId>
         <version>2.0.7</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
   </project>
  
  
  
  1.26      +1 -1      maven-plugins/aspectj/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/aspectj/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml	10 Mar 2004 12:39:44 -0000	1.25
  +++ project.xml	8 Apr 2004 00:54:54 -0000	1.26
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-aspectj-plugin</id>
     <name>Maven AspectJ Plug-in</name>
  -  <currentVersion>2.0</currentVersion>
  +  <currentVersion>2.1-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Eclipse Plugin for AspectJ</shortDescription>
     <url>http://maven.apache.org/reference/plugins/aspectj/</url>
  
  
  
  1.20      +0 -3      maven-plugins/castor/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/castor/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml	7 Mar 2004 23:01:24 -0000	1.19
  +++ project.xml	8 Apr 2004 00:54:54 -0000	1.20
  @@ -63,9 +63,6 @@
         <groupId>castor</groupId>
         <artifactId>castor</artifactId>
         <version>0.9.5</version>
  -      <properties>
  -        <classloader>root</classloader>
  -      </properties>
       </dependency>
     </dependencies>
   </project>
  
  
  
  1.41      +1 -1      maven-plugins/checkstyle/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/checkstyle/project.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- project.xml	10 Mar 2004 14:00:07 -0000	1.40
  +++ project.xml	8 Apr 2004 00:54:54 -0000	1.41
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-checkstyle-plugin</id>
     <name>Maven Checkstyle Plug-in</name>
  -  <currentVersion>2.3</currentVersion>
  +  <currentVersion>2.4-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Produce Checkstyle report</shortDescription>
     <url>http://maven.apache.org/reference/plugins/checkstyle/</url>
  
  
  
  1.25      +0 -3      maven-plugins/codeswitcher/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/codeswitcher/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml	25 Mar 2004 05:18:32 -0000	1.24
  +++ project.xml	8 Apr 2004 00:54:54 -0000	1.25
  @@ -68,9 +68,6 @@
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
         <version>1.0.1</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
   </project>
  
  
  
  1.20      +0 -6      maven-plugins/console/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/console/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml	7 Mar 2004 23:01:24 -0000	1.19
  +++ project.xml	8 Apr 2004 00:54:54 -0000	1.20
  @@ -58,17 +58,11 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-interaction</artifactId>
         <version>20030211.143817</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-log</artifactId>
         <version>20030211.142821</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
   </project>
  
  
  
  1.15      +0 -6      maven-plugins/cruisecontrol/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/cruisecontrol/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	1 Apr 2004 01:48:26 -0000	1.14
  +++ project.xml	8 Apr 2004 00:54:54 -0000	1.15
  @@ -50,18 +50,12 @@
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-jsl</artifactId>
         <version>20030211.143151</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/jsl/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
     <versions>
  
  
  
  1.24      +1 -7      maven-plugins/developer-activity/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/developer-activity/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml	7 Mar 2004 00:47:43 -0000	1.23
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.24
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-developer-activity-plugin</id>
     <name>Maven Developer Activity Plug-in</name>
  -  <currentVersion>1.4</currentVersion>
  +  <currentVersion>1.5-SNAPSHOT</currentVersion>
     <description>This document provides a report of activity in terms of CVS commits and breaks it out by developer. Requires Maven 1.0 RC2.</description>
     <shortDescription>Developer Activity report</shortDescription>
     <url>http://maven.apache.org/reference/plugins/developer-activity/</url>
  @@ -49,18 +49,12 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-jsl</artifactId>
         <version>20030211.143151</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
     <versions>
  
  
  
  1.22      +1 -4      maven-plugins/dist/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dist/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml	7 Mar 2004 00:52:56 -0000	1.21
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.22
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-dist-plugin</id>
     <name>Maven Distribution Plug-in</name>
  -  <currentVersion>1.4</currentVersion>
  +  <currentVersion>1.5-SNAPSHOT</currentVersion>
     <shortDescription>Create source and binary distributions</shortDescription>
     <url>http://maven.apache.org/reference/plugins/dist/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/dist/</siteDirectory>
  @@ -66,9 +66,6 @@
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
         <version>1.0.1</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
     <versions>
  
  
  
  1.28      +0 -3      maven-plugins/docbook/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/docbook/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml	7 Mar 2004 23:01:25 -0000	1.27
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.28
  @@ -64,9 +64,6 @@
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
         <version>1.0.1</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>xalan</groupId>
  
  
  
  1.7       +24 -1     maven-plugins/ejb/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/plugin.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.properties	4 Mar 2004 18:05:11 -0000	1.6
  +++ plugin.properties	8 Apr 2004 00:54:55 -0000	1.7
  @@ -14,4 +14,27 @@
   # limitations under the License.
   # -------------------------------------------------------------------
   
  -# -------------------------------------------------------------------
# P L U G I N  P R O P E R T I E S
# -------------------------------------------------------------------
# ejb plugin.
# -------------------------------------------------------------------
maven.ejb.index=false
maven.ejb.client.index=false

# Location of where ejb sources (non-java) are located.
maven.ejb.src=${maven.src.dir}/ejb

# Location of ejb xml configs - not used atm due to using jar task not ejbjar
maven.ejb.descriptordir=${maven.ejb.src}/META-INF
maven.ejb.manifest=${maven.ejb.descriptordir}/MANIFEST.MF

# Exclude from the client jar those things that should only exist on the EJB server.
# This list is probably incomplete...
# Users' projects can add to the list by setting maven.ejb.client.excludes.
maven.ejb.client.base.excludes=**/*Bean.class,**/*CMP.class,**/*Session.class

# Files to include and exclude from ejb
# Note: Files are relative to build.dir
maven.ejb.includes=**
maven.ejb.excludes=**/package.html
  \ No newline at end of file
  +# -------------------------------------------------------------------
  +# P L U G I N  P R O P E R T I E S
  +# -------------------------------------------------------------------
  +# ejb plugin.
  +# -------------------------------------------------------------------
  +maven.ejb.index=false
  +maven.ejb.client.index=false
  +
  +# Location of where ejb sources (non-java) are located.
  +maven.ejb.src=${maven.src.dir}/ejb
  +
  +# Location of ejb xml configs - not used atm due to using jar task not ejbjar
  +maven.ejb.descriptordir=${maven.ejb.src}/META-INF
  +maven.ejb.manifest=${maven.ejb.descriptordir}/MANIFEST.MF
  +
  +# Exclude from the client jar those things that should only exist on the EJB server.
  +# This list is probably incomplete...
  +# Users' projects can add to the list by setting maven.ejb.client.excludes.
  +maven.ejb.client.base.excludes=**/*Bean.class,**/*CMP.class,**/*Session.class
  +
  +# Files to include and exclude from ejb
  +# Note: Files are relative to build.dir
  +maven.ejb.includes=**
  +maven.ejb.excludes=**/package.html
  
  
  
  1.27      +0 -3      maven-plugins/faq/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/faq/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml	4 Apr 2004 03:55:48 -0000	1.26
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.27
  @@ -62,9 +62,6 @@
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <!-- core dependencies which i'd have thought Maven introduced -->
   
  
  
  
  1.26      +1 -7      maven-plugins/file-activity/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/file-activity/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml	7 Mar 2004 00:45:45 -0000	1.25
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.26
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-file-activity-plugin</id>
     <name>Maven File Activity Plug-in</name>
  -  <currentVersion>1.4</currentVersion>
  +  <currentVersion>1.5-SNAPSHOT</currentVersion>
     <!-- Gump integration -->
   
     <gumpRepositoryId>jakarta</gumpRepositoryId>
  @@ -72,18 +72,12 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-jsl</artifactId>
         <version>20030211.143151</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
     <versions>
  
  
  
  1.22      +0 -3      maven-plugins/genapp/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml	31 Mar 2004 20:07:37 -0000	1.21
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.22
  @@ -76,9 +76,6 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-interaction</artifactId>
         <version>20030211.143817</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
     <reports>
  
  
  
  1.26      +0 -12     maven-plugins/html2xdoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml	4 Apr 2004 03:23:50 -0000	1.25
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.26
  @@ -53,26 +53,17 @@
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-html</artifactId>
         <version>20030317.100924</version>
         <url>http://jakarta.apache.org/commons/jelly/tags/html/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>nekohtml</groupId>
         <artifactId>nekohtml</artifactId>
         <version>0.7.7</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <!-- core dependencies which i'd have thought Maven introduced -->
   
  @@ -80,9 +71,6 @@
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
         <version>1.0.3</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>dom4j</groupId>
  
  
  
  1.34      +0 -6      maven-plugins/j2ee/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/j2ee/project.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- project.xml	31 Mar 2004 05:07:04 -0000	1.33
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.34
  @@ -77,9 +77,6 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-log</artifactId>
         <version>20030211.142821</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-logging</groupId>
  @@ -90,9 +87,6 @@
         <groupId>dom4j</groupId>
         <artifactId>dom4j</artifactId>
         <version>1.4-dev-8</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>xml-apis</groupId>
  
  
  
  1.22      +0 -3      maven-plugins/jar/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jar/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml	4 Mar 2004 18:35:27 -0000	1.21
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.22
  @@ -39,9 +39,6 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-velocity</artifactId>
         <version>20030303.205659</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>velocity</groupId>
  
  
  
  1.28      +1 -4      maven-plugins/javadoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/javadoc/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml	7 Mar 2004 01:02:10 -0000	1.27
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.28
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-javadoc-plugin</id>
     <name>Maven Javadoc Plug-in</name>
  -  <currentVersion>1.4</currentVersion>
  +  <currentVersion>1.5-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Produce Javadocs and report</shortDescription>
     <url>http://maven.apache.org/reference/plugins/javadoc/</url>
  @@ -94,9 +94,6 @@
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
         <version>1.0.1</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
     <versions>
  
  
  
  1.18      +0 -3      maven-plugins/jcoverage/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jcoverage/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml	31 Mar 2004 22:55:19 -0000	1.17
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.18
  @@ -87,9 +87,6 @@
         <groupId>velocity</groupId>
         <artifactId>velocity</artifactId>
         <version>1.3</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
         <url>http://jakarta.apache.org/velocity/</url>
       </dependency>
       <dependency>
  
  
  
  1.29      +1 -13     maven-plugins/jdepend/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jdepend/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml	10 Mar 2004 12:16:09 -0000	1.28
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.29
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jdepend-plugin</id>
     <name>Maven JDepend Plugin</name>
  -  <currentVersion>1.4</currentVersion>
  +  <currentVersion>1.5-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Produce metrics</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jdepend/</url>
  @@ -89,34 +89,22 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-jsl</artifactId>
         <version>20030211.143151</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>jdepend</groupId>
         <artifactId>jdepend</artifactId>
         <version>2.5</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>xerces</groupId>
         <artifactId>xerces</artifactId>
         <version>2.4.0</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>xml-apis</groupId>
  
  
  
  1.28      +0 -12     maven-plugins/jellydoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jellydoc/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml	4 Apr 2004 04:14:54 -0000	1.27
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.28
  @@ -63,34 +63,22 @@
         <artifactId>commons-jelly-tags-jsl</artifactId>
         <version>20030211.143151</version>
         <url>http://jakarta.apache.org/commons/jelly/tags/jsl/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>javadoc</groupId>
         <artifactId>javadoc</artifactId>
         <version>1.3</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>nekohtml</groupId>
         <artifactId>nekohtml</artifactId>
         <version>0.7.7</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <!-- core dependencies which i'd have thought Maven introduced -->
   
  
  
  
  1.26      +1 -7      maven-plugins/junit-report/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junit-report/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml	7 Mar 2004 01:09:18 -0000	1.25
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.26
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-junit-report-plugin</id>
     <name>Maven JUnit Report Plug-in</name>
  -  <currentVersion>1.5</currentVersion>
  +  <currentVersion>1.6-SNAPSHOT</currentVersion>
     <description>Reports from JUnit tests. Requires Maven 1.0 RC2.</description>
     <shortDescription>Reports from JUnit tests</shortDescription>
     <url>http://maven.apache.org/reference/plugins/junit-report/</url>
  @@ -70,18 +70,12 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-jsl</artifactId>
         <version>20030211.143151</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
   </project>
  
  
  
  1.37      +1 -22     maven-plugins/jxr/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/project.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- project.xml	7 Mar 2004 00:53:24 -0000	1.36
  +++ project.xml	8 Apr 2004 00:54:55 -0000	1.37
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jxr-plugin</id>
     <name>Maven JXR Plug-in</name>
  -  <currentVersion>1.3</currentVersion>
  +  <currentVersion>1.4-SNAPSHOT</currentVersion>
     <description>Create cross reference. Requires Maven 1.0 RC2.</description>
     <shortDescription>Create cross reference</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jxr/</url>
  @@ -67,58 +67,37 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly</artifactId>
         <version>20030902.160215</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-jsl</artifactId>
         <version>20030211.143151</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
         <version>1.0.1</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>dom4j</groupId>
         <artifactId>dom4j</artifactId>
         <version>1.4-dev-8</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>xerces</groupId>
         <artifactId>xerces</artifactId>
         <version>2.4.0</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>oro</groupId>
         <artifactId>oro</artifactId>
         <version>2.0.7</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-logging</groupId>
  
  
  
  1.25      +0 -3      maven-plugins/latex/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/latex/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml	7 Mar 2004 23:01:26 -0000	1.24
  +++ project.xml	8 Apr 2004 00:54:56 -0000	1.25
  @@ -74,9 +74,6 @@
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
         <version>1.0.1</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>anttex</groupId>
  
  
  
  1.28      +0 -24     maven-plugins/latka/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/latka/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml	7 Mar 2004 23:01:26 -0000	1.27
  +++ project.xml	8 Apr 2004 00:54:56 -0000	1.28
  @@ -48,41 +48,26 @@
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-latka</groupId>
         <artifactId>commons-latka</artifactId>
         <version>1.0-dev.20030107.163533</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
         <version>2.0alpha1-20020829</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>jaxen</groupId>
         <artifactId>jaxen</artifactId>
         <version>1.0-FCS-full</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>jdom</groupId>
         <artifactId>jdom</artifactId>
         <version>1.0b8</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>junit</groupId>
  @@ -97,9 +82,6 @@
         <artifactId>regexp</artifactId>
         <version>1.2</version>
         <url>http://jakarta.apache.org/regexp/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>xalan</groupId>
  @@ -118,17 +100,11 @@
         <artifactId>commons-jelly-tags-html</artifactId>
         <version>20030317.100924</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/html/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>nekohtml</groupId>
         <artifactId>nekohtml</artifactId>
         <version>0.7.7</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
   </project>
  
  
  
  1.28      +1 -4      maven-plugins/plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml	22 Mar 2004 03:36:48 -0000	1.27
  +++ project.xml	8 Apr 2004 00:54:56 -0000	1.28
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-plugin-plugin</id>
     <name>Maven Plugin Plugin</name>
  -  <currentVersion>1.3</currentVersion>
  +  <currentVersion>1.4-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Maven Plugin plugin</shortDescription>
     <url>http://maven.apache.org/reference/plugins/plugin/</url>
  @@ -59,9 +59,6 @@
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
     <versions>
  
  
  
  1.4       +0 -9      maven-plugins/plugin/src/plugin-test/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/src/plugin-test/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	4 Mar 2004 18:37:56 -0000	1.3
  +++ project.xml	8 Apr 2004 00:54:56 -0000	1.4
  @@ -57,27 +57,18 @@
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-http</artifactId>
         <version>20030211.143043</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/http/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
         <version>2.0-rc1</version>
         <url>http://jakarta.apache.org/commons/httpclient/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
     <build>
  
  
  
  1.17      +1 -7      maven-plugins/repository/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml	10 Mar 2004 14:16:46 -0000	1.16
  +++ project.xml	8 Apr 2004 00:54:56 -0000	1.17
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-repository-plugin</id>
     <name>Maven Repository Plug-in</name>
  -  <currentVersion>1.1</currentVersion>
  +  <currentVersion>1.2-SNAPSHOT</currentVersion>
     <shortDescription>Tools to work with the central repo</shortDescription>
     <url>http://maven.apache.org/reference/plugins/repository/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/repository/</siteDirectory>
  @@ -52,18 +52,12 @@
         <artifactId>commons-jelly-tags-util</artifactId>
         <version>20030211.141939</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/util/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>20030211.142705</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
     <versions>
  
  
  
  1.31      +1 -7      maven-plugins/site/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/site/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml	10 Mar 2004 12:31:35 -0000	1.30
  +++ project.xml	8 Apr 2004 00:54:56 -0000	1.31
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-site-plugin</id>
     <name>Maven Site Plugin</name>
  -  <currentVersion>1.5</currentVersion>
  +  <currentVersion>1.6-SNAPSHOT</currentVersion>
     <description>Generate web site. Requires Maven 1.0 RC2.</description>
     <shortDescription>Generate web site</shortDescription>
     <url>http://maven.apache.org/reference/plugins/site/</url>
  @@ -69,17 +69,11 @@
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
         <version>1.0.1</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
         <version>1.1.0</version>
  -      <properties>
  -        <classloader>root</classloader>
  -      </properties>
       </dependency>
     </dependencies>
     <versions>
  
  
  
  1.36      +0 -6      maven-plugins/struts/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/struts/project.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- project.xml	7 Mar 2004 23:01:26 -0000	1.35
  +++ project.xml	8 Apr 2004 00:54:56 -0000	1.36
  @@ -66,9 +66,6 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-log</artifactId>
         <version>20030211.142821</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>
  @@ -94,9 +91,6 @@
         <groupId>xml-apis</groupId>
         <artifactId>xml-apis</artifactId>
         <version>1.0.b2</version>
  -      <properties>
  -        <classloader>root</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>xerces</groupId>
  
  
  
  1.26      +10 -0     maven-plugins/test/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/test/plugin.jelly,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- plugin.jelly	7 Mar 2004 01:20:33 -0000	1.25
  +++ plugin.jelly	8 Apr 2004 00:54:56 -0000	1.26
  @@ -58,6 +58,8 @@
             <pathelement path="${maven.build.dest}"/>
             <path refid="maven.dependency.classpath"/>
             <pathelement path="${plugin.getDependencyPath('junit')}"/>
  +          <pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
  +          <pathelement path="${plugin.getDependencyPath('xerces')}"/>
           </classpath>
           <src>
             <path refid="maven.test.compile.src.set"/>
  @@ -127,6 +129,8 @@
             <pathelement location="${maven.build.dest}"/>
             <path refid="maven.dependency.classpath"/>
             <pathelement path="${plugin.getDependencyPath('junit')}"/>
  +          <pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
  +          <pathelement path="${plugin.getDependencyPath('xerces')}"/>
           </classpath>
           <batchtest todir="${maven.test.reportsDirectory}">
             <fileset dir="${maven.test.searchdir}">
  @@ -176,6 +180,8 @@
           <pathelement location="${maven.build.dest}"/>
           <path refid="maven.dependency.classpath"/>
           <pathelement path="${plugin.getDependencyPath('junit')}"/>
  +        <pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
  +        <pathelement path="${plugin.getDependencyPath('xerces')}"/>
         </classpath>
         <arg value="-noloading"/>
       </java>
  @@ -227,6 +233,8 @@
                 <pathelement location="${maven.build.dest}"/>
                 <path refid="maven.dependency.classpath"/>
                 <pathelement path="${plugin.getDependencyPath('junit')}"/>
  +              <pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
  +              <pathelement path="${plugin.getDependencyPath('xerces')}"/>
               </classpath>
   
               <test name="${testcase}" todir="${maven.test.reportsDirectory}"/>
  @@ -290,6 +298,8 @@
                 <pathelement location="${maven.build.dest}"/>
                 <path refid="maven.dependency.classpath"/>
                 <pathelement path="${plugin.getDependencyPath('junit')}"/>
  +              <pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
  +              <pathelement path="${plugin.getDependencyPath('xerces')}"/>
               </classpath>
   
               <batchtest todir="${maven.test.reportsDirectory}">
  
  
  
  1.25      +1 -1      maven-plugins/test/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/test/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml	7 Mar 2004 01:21:41 -0000	1.24
  +++ project.xml	8 Apr 2004 00:54:56 -0000	1.25
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-test-plugin</id>
     <name>Maven Test Plug-in</name>
  -  <currentVersion>1.5</currentVersion>
  +  <currentVersion>1.6-SNAPSHOT</currentVersion>
     <description>Run JUnit tests. Requires Maven 1.0 RC2.</description>
     <shortDescription>Run JUnit tests</shortDescription>
     <url>http://maven.apache.org/reference/plugins/test/</url>
  
  
  
  1.26      +0 -3      maven-plugins/uberjar/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/uberjar/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml	7 Mar 2004 23:01:26 -0000	1.25
  +++ project.xml	8 Apr 2004 00:54:56 -0000	1.26
  @@ -101,9 +101,6 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-velocity</artifactId>
         <version>20030303.205659</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>classworlds</groupId>
  
  
  
  1.19      +1 -10     maven-plugins/wizard/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/wizard/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml	4 Mar 2004 18:39:38 -0000	1.18
  +++ project.xml	8 Apr 2004 00:54:56 -0000	1.19
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-wizard-plugin</id>
     <name>Maven Wizard Plug-in</name>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>1.1-SNAPSHOT</currentVersion>
     <shortDescription>Wizard for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/wizard/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/wizard/</siteDirectory>
  @@ -52,25 +52,16 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-interaction</artifactId>
         <version>20030211.143817</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-log</artifactId>
         <version>20030211.142821</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-swing</artifactId>
         <version>20030211.143925</version>
  -      <properties>
  -        <classloader>root.maven</classloader>
  -      </properties>
       </dependency>
     </dependencies>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: cvs commit: maven-plugins/wizard project.xml

Posted by di...@multitask.com.au.
brett@apache.org wrote on 08/04/2004 10:54:56 AM:

> brett       2004/04/07 17:54:56
> 
>   Modified:    .        project.xml
>                announcement project.xml
>                antlr    project.xml
[snip]
>   Removed:     plugin   plugin.properties
>   Log:
>   clean up
>   - remove redundant classloader properties
>   - fix some HTML links
[snip]
>   -           <a href="http://maven.apache.org/reference/user-guide.
> html#Resolving%20SNAPSHOT%20Dependencies">'convert-snapshots'</a>
>   +           <a href="http://maven.apache.org/reference/user-guide.
> html#Resolving SNAPSHOT Dependencies">'convert-snapshots'</a>

What was wrong with using %20?
--
dIon Gillard, Multitask Consulting