You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/02/13 00:15:29 UTC

svn commit: r377267 - in /maven/maven-1/plugins-sandbox/trunk: ./ appserver/ ashkelon/ aspectwerkz/ cactus-jcoverage-integration/ caller/ docbook/ itest/ jdee/ jdeveloper/ junitdoclet/ latex/ latka/ modello/ plugins-parent/ shell/ source/ struts/ suref...

Author: aheritier
Date: Sun Feb 12 15:15:25 2006
New Revision: 377267

URL: http://svn.apache.org/viewcvs?rev=377267&view=rev
Log:
Simplify POMS. Move environment dependent settings (sandbox or not) to the plugins-parent POM. It help us to move a plugin to/from the sandbox without to change its POM.

Modified:
    maven/maven-1/plugins-sandbox/trunk/appserver/project.xml
    maven/maven-1/plugins-sandbox/trunk/ashkelon/project.xml
    maven/maven-1/plugins-sandbox/trunk/aspectwerkz/project.xml
    maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml
    maven/maven-1/plugins-sandbox/trunk/caller/project.xml
    maven/maven-1/plugins-sandbox/trunk/docbook/project.xml
    maven/maven-1/plugins-sandbox/trunk/itest/project.xml
    maven/maven-1/plugins-sandbox/trunk/jdee/project.xml
    maven/maven-1/plugins-sandbox/trunk/jdeveloper/project.xml
    maven/maven-1/plugins-sandbox/trunk/junitdoclet/project.xml
    maven/maven-1/plugins-sandbox/trunk/latex/project.xml
    maven/maven-1/plugins-sandbox/trunk/latka/project.xml
    maven/maven-1/plugins-sandbox/trunk/maven.xml
    maven/maven-1/plugins-sandbox/trunk/modello/project.xml
    maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml
    maven/maven-1/plugins-sandbox/trunk/shell/project.xml
    maven/maven-1/plugins-sandbox/trunk/source/project.xml
    maven/maven-1/plugins-sandbox/trunk/struts/project.xml
    maven/maven-1/plugins-sandbox/trunk/surefire/project.xml
    maven/maven-1/plugins-sandbox/trunk/tjdo/project.xml
    maven/maven-1/plugins-sandbox/trunk/vdoclet/project.xml
    maven/maven-1/plugins-sandbox/trunk/webserver/project.xml
    maven/maven-1/plugins-sandbox/trunk/webstart/project.xml
    maven/maven-1/plugins-sandbox/trunk/wizard/project.xml

Modified: maven/maven-1/plugins-sandbox/trunk/appserver/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/appserver/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/appserver/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/appserver/project.xml Sun Feb 12 15:15:25 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,14 +24,6 @@
   <currentVersion>2.1-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>A Maven plugin that can be used to install and control a J2EE application server instance.</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/appserver/</url>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/appserver/</siteDirectory>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPAPPSERVER</issueTrackingUrl>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/appserver/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/appserver/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/appserver/</url>
-  </repository>
   <versions>
     <version>
       <id>2.0</id>

Modified: maven/maven-1/plugins-sandbox/trunk/ashkelon/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/ashkelon/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/ashkelon/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/ashkelon/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
@@ -26,15 +24,7 @@
   <currentVersion>1.2.1-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>Publish javadoc to Ashkelon</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/ashkelon/</url>
   <package>org.apache.maven.ashkelon</package>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPASHKELON</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/ashkelon/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/ashkelon/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/ashkelon/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/ashkelon/</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins-sandbox/trunk/aspectwerkz/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/aspectwerkz/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/aspectwerkz/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/aspectwerkz/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
@@ -26,14 +24,6 @@
   <currentVersion>1.2</currentVersion>
   <description>Plugin for AspectWerkz</description>
   <shortDescription>AspectWerkz plugin</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/aspectwerkz/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPASPECTWERKZ</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/aspectwerkz/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/aspectwerkz/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/aspectwerkz/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/aspectwerkz/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/project.xml Sun Feb 12 15:15:25 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -16,8 +16,6 @@
  * limitations under the License.
  */
  -->
-
-
 <project>
   <pomVersion>3</pomVersion>
   <extend>../plugins-parent/project.xml</extend>
@@ -27,15 +25,6 @@
   <inceptionYear>2004</inceptionYear>
   <description>A plugin that will enable running cactus tests under jcoverage if they exist.</description>
   <shortDescription>Cactus and JCoverage Integration</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/sandbox/cactus-jcoverage-integration/</url>
-  <!-- <issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl> -->
-  <siteAddress>maven.apache.org</siteAddress>
-  <siteDirectory>/www/maven.apache.org/plugins-sandbox/cactus-jcoverage-integration/</siteDirectory>
-    <repository>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/</developerConnection>
-      <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/cactus-jcoverage-integration/</url>
-    </repository>
   <developers>
     <developer>
       <name>Brett Porter</name>

Modified: maven/maven-1/plugins-sandbox/trunk/caller/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/caller/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/caller/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/caller/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
@@ -26,14 +24,6 @@
   <currentVersion>1.1</currentVersion>
   <description>Interface to isolate calls between plugins</description>
   <shortDescription>Maven Caller plugin</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/caller/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPCALLER</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/caller/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/caller/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/caller/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/caller/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins-sandbox/trunk/docbook/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/docbook/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/docbook/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/docbook/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
@@ -25,14 +23,6 @@
   <name>Maven DocBook Plugin</name>
   <currentVersion>1.2</currentVersion>
   <shortDescription>Convert docbook to xdoc</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/docbook/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPDOCBOOK</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/docbook/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/docbook/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/docbook/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/docbook/</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins-sandbox/trunk/itest/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/itest/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/itest/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/itest/project.xml Sun Feb 12 15:15:25 2006
@@ -1,38 +1,29 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-
-    Copyright 2004 The Apache Software Foundation
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
+<!-- 
+/*
+ * Copyright 2004-2006 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
 <project>
-    <pomVersion>3</pomVersion>
-    <!--extend>${basedir}/../../etc/project.xml</extend-->
+  <pomVersion>3</pomVersion>
   <extend>../plugins-parent/project.xml</extend>
-    
-    <id>maven-itest-plugin</id>
-    <name>Maven Integration Test Plugin</name>
-    <currentVersion>1.0</currentVersion>
-    <description>Run JUnit tests on artifacts such as jars, ejbs, wars, ears.</description>
-    <shortDescription>Run JUnit integration tests</shortDescription>
-    <url>http://maven.apache.org/plugins-sandbox/itest/</url>
-    <siteDirectory>/www/maven.apache.org/plugins-sandbox/itest/</siteDirectory>
-    <repository>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/itest/</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/itest/</developerConnection>
-      <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/itest/</url>
-    </repository>
+  <id>maven-itest-plugin</id>
+  <name>Maven Integration Test Plugin</name>
+  <currentVersion>1.0</currentVersion>
+  <description>Run JUnit tests on artifacts such as jars, ejbs, wars, ears.</description>
+  <shortDescription>Run JUnit integration tests</shortDescription>
   <versions>
     <version>
       <id>1.0</id>
@@ -60,35 +51,11 @@
       <organization>Gluecode</organization>
     </developer>
   </developers>
-    <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-        <sourceDirectory>src/java</sourceDirectory>
-        <unitTestSourceDirectory></unitTestSourceDirectory>
-
-        <unitTest>
-            <includes>
-                <include>**/*Test.java</include>
-            </includes>
-        </unitTest>
-
-        <resources>
-            <resource>
-                <directory>.</directory>
-                <includes>
-                    <include>plugin.jelly</include>
-                    <include>plugin.properties</include>
-                    <include>project.properties</include>
-                    <include>project.xml</include>
-                </includes>
-            </resource>
-        </resources>
-    </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+    </dependency>
+  </dependencies>
 </project>

Modified: maven/maven-1/plugins-sandbox/trunk/jdee/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/jdee/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/jdee/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/jdee/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,27 +16,14 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-jdee-plugin</id>
   <name>Maven JDEE Plugin</name>
   <currentVersion>1.1</currentVersion>
-  <description>A plugin to create a project file to be used within the
-  <!--
-    <a href="http://jdee.sunsite.dk/">Java Developement Enviroment for Emacw</a>
-    -->
-</description>
+  <description>A plugin to create a project file to be used within the Java Developement Enviroment for Emacw (http://jdee.sunsite.dk/)</description>
   <shortDescription>JDEE Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/jdee/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJDEE</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/jdee/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/jdee/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jdee/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/jdee/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins-sandbox/trunk/jdeveloper/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/jdeveloper/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/jdeveloper/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/jdeveloper/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
@@ -27,14 +25,7 @@
   <inceptionYear>2002</inceptionYear>
   <description>A plugin to generate various files for Oracle's JDeveloper IDE and ease the use of Maven within that environment</description>
   <shortDescription>JDeveloper Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/jdeveloper/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJDEVELOPER</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/jdeveloper/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/jdeveloper</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jdeveloper/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/jdeveloper/</url>
-  </repository>
+  <package>org.apache.maven.jdeveloper</package>
   <developers>
     <developer>
       <name>Tobias Rademacher</name>
@@ -49,7 +40,6 @@
   <dependencies>
     <!-- Required for JavaPackageTool -->
     <!-- Don't upgrade to 2.5! -->
-
     <dependency>
       <groupId>jdepend</groupId>
       <artifactId>jdepend</artifactId>

Modified: maven/maven-1/plugins-sandbox/trunk/junitdoclet/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/junitdoclet/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/junitdoclet/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/junitdoclet/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,23 +16,14 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
-  <id>maven-junit-doclet-plugin</id>
+  <id>maven-junitdoclet-plugin</id>
   <name>Maven JUnitDoclet Plugin</name>
   <currentVersion>1.2</currentVersion>
   <description>A plugin to generate test cases use JUnitDoclet</description>
   <shortDescription>JUnitDoclet test generator</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/junitdoclet/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJUNITDOCLET</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/junitdoclet/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/junitdoclet/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/junitdoclet/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/junitdoclet/</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins-sandbox/trunk/latex/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/latex/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/latex/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/latex/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
@@ -26,14 +24,6 @@
   <currentVersion>1.4.1</currentVersion>
   <description/>
   <shortDescription>Produce HTML from latex</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/latex/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPLATEX</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/latex/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/latex/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/latex/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/latex/</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins-sandbox/trunk/latka/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/latka/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/latka/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/latka/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
@@ -26,14 +24,6 @@
   <currentVersion>1.4.2-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>Run Latka scripts</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/latka/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPLATKA</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/latka/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/latka/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/latka/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/latka/</url>
-  </repository>
   <versions>
     <version>
       <id>1.3</id>
@@ -104,7 +94,6 @@
     </dependency>
     <!-- for samples -->
     <!-- html taglib -->
-
     <dependency>
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-html</artifactId>

Modified: maven/maven-1/plugins-sandbox/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/maven.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/maven.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/maven.xml Sun Feb 12 15:15:25 2006
@@ -26,9 +26,9 @@
     <maven:reactor basedir="${basedir}" includes="${maven.build.plugins.includes}" excludes="${maven.build.plugins.excludes}" goals="plugin:test" banner="Test" ignoreFailures="false"/>
   </goal>
   <goal name="plugins:site" description="Create the web site root for all plugins">
-    <maven:maven descriptor="${basedir}/plugins-site/project.xml" goals="plugins:site" ignoreFailures="false"/>/>
+    <maven:maven descriptor="${basedir}/plugins-site/project.xml" goals="plugins:site" ignoreFailures="false"/>
   </goal>
   <goal name="plugins:deploy-all-sites" description="Create and deploy the web site for all plugins">
-    <maven:maven descriptor="${basedir}/plugins-site/project.xml" goals="plugins:deploy-all-sites" ignoreFailures="false"/>/>
+    <maven:maven descriptor="${basedir}/plugins-site/project.xml" goals="plugins:deploy-all-sites" ignoreFailures="false"/>
   </goal>
 </project>

Modified: maven/maven-1/plugins-sandbox/trunk/modello/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/modello/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/modello/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/modello/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -23,13 +22,6 @@
   <name>Maven Modello Plugin</name>
   <currentVersion>1.0-alpha-2</currentVersion>
   <inceptionYear>2004</inceptionYear>
-  <siteDirectory>/www/maven.apache.org/plugins-sandbox/modello/</siteDirectory>
-  <url>http://maven.apache.org/plugins-sandbox/modello/</url>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/modello/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/modello/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/modello/</url>
-  </repository>
   <developers>
     <developer>
       <name>Brett Porter</name>

Modified: maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugins-parent/project.xml Sun Feb 12 15:15:25 2006
@@ -35,9 +35,10 @@
   <package>org.apache.maven</package>
   <logo>http://maven.apache.org/images/maven-logo-2.gif</logo>
 
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MAVEN</issueTrackingUrl>
+  <url>http://maven.apache.org/maven-1.x/reference/plugins-sandbox/${pom.artifactId.substring(6,pom.artifactId.length()-7)}/</url>
+  <issueTrackingUrl>http://jira.codehaus.org/browse/MP${pom.artifactId.substring(6,pom.artifactId.length()-7).toUpperCase()}</issueTrackingUrl>
   <siteAddress>people.apache.org</siteAddress>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins-sandbox/</siteDirectory>
+  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins-sandbox/${pom.artifactId.substring(6,pom.artifactId.length()-7)}/</siteDirectory>
   <distributionSite>people.apache.org</distributionSite>
   <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
 
@@ -81,9 +82,9 @@
   </mailingLists>
 
   <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/${pom.artifactId.substring(6,pom.artifactId.length()-7)}/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/${pom.artifactId.substring(6,pom.artifactId.length()-7)}/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/${pom.artifactId.substring(6,pom.artifactId.length()-7)}/</url>
   </repository>
   
   <developers>

Modified: maven/maven-1/plugins-sandbox/trunk/shell/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/shell/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/shell/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/shell/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
@@ -26,14 +24,6 @@
   <currentVersion>1.2-SNAPSHOT</currentVersion>
   <description>A plugin to generate various files for different shells to allow tab completion for maven goals</description>
   <shortDescription>Shell Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/shell/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPSHELL</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/shell/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/shell/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/shell/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/shell/</url>
-  </repository>
   <developers>
     <developer>
       <name>Kasper Nielsen</name>

Modified: maven/maven-1/plugins-sandbox/trunk/source/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/source/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/source/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/source/project.xml Sun Feb 12 15:15:25 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 /*
- * Copyright 2001-2005 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -16,8 +16,7 @@
  * limitations under the License.
  */
  -->
-<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-source-plugin</id>
@@ -25,14 +24,6 @@
   <currentVersion>1.0-SNAPSHOT</currentVersion>
   <description>Plugin for creating Java sources archive.</description>
   <shortDescription>Create Java source archive</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/source/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPSOURCE</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/source/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/source</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/source</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/source/</url>
-  </repository>
   <versions>
   </versions>
   <developers>
@@ -46,7 +37,7 @@
     </developer>
   </developers>
   <dependencies>
-     <dependency>
+    <dependency>
       <groupId>maven</groupId>
       <artifactId>maven</artifactId>
       <version>1.0.2</version>
@@ -83,7 +74,7 @@
       <properties>
         <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
       </properties>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-interaction</artifactId>

Modified: maven/maven-1/plugins-sandbox/trunk/struts/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/struts/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/struts/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/struts/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
@@ -26,14 +24,6 @@
   <currentVersion>1.4-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>Work with struts jars</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/struts/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPSTRUTS</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/struts/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/struts/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/struts/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/struts/</url>
-  </repository>
   <versions>
     <version>
       <id>1.2</id>

Modified: maven/maven-1/plugins-sandbox/trunk/surefire/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/surefire/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/surefire/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/surefire/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2004 The Apache Software Foundation.
+ * Copyright 2004-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
@@ -26,15 +24,6 @@
   <currentVersion>1.0-SNAPSHOT</currentVersion>
   <description>Run surefire tests</description>
   <shortDescription>surefire Tests</shortDescription>
-  <url>http://maven.apache.org/plugins-sandbox/surefire/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10550</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/plugins-sandox/surefire/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf:maven/maven-1/plugins-sandbox/trunk/surefire/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf:maven/maven-1/plugins-sandbox/trunk/surefire/</developerConnection>
-    <url>http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/surefire/</url>
-  </repository>
-  
   <developers>
     <developer>
       <name>Jason van Zyl</name>
@@ -49,7 +38,6 @@
     </developer>
   </developers>
   <contributors/>
-  
   <dependencies>
     <dependency>
       <groupId>surefire</groupId>
@@ -63,14 +51,4 @@
       <jar>maven.jar</jar>
     </dependency>
   </dependencies>
-  
-  <reports>
-    <report>maven-changes-plugin</report>
-    <report>maven-changelog-plugin</report>
-    <report>maven-file-activity-plugin</report>
-    <report>maven-developer-activity-plugin</report>
-    <report>maven-file-activity-plugin</report>
-    <report>maven-license-plugin</report>
-    <report>maven-linkcheck-plugin</report>
-  </reports>
 </project>

Modified: maven/maven-1/plugins-sandbox/trunk/tjdo/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/tjdo/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/tjdo/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/tjdo/project.xml Sun Feb 12 15:15:25 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -26,14 +26,6 @@
   <currentVersion>1.0.0</currentVersion>
   <description/>
   <shortDescription>Maven TJDO plugin</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/tjdo/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPTJDO</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/tjdo/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/tjdo/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/tjdo/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/tjdo/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0.0</id>

Modified: maven/maven-1/plugins-sandbox/trunk/vdoclet/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/vdoclet/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/vdoclet/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/vdoclet/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
@@ -26,14 +24,6 @@
   <currentVersion>1.2.1-SNAPSHOT</currentVersion>
   <description>VDoclet plugin for Maven. Allows you to easily create information from source code using velocity driven templates</description>
   <shortDescription>VDoclet plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/vdoclet/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPVDOCLET</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/vdoclet/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/vdoclet/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/vdoclet/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/vdoclet/</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins-sandbox/trunk/webserver/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/webserver/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/webserver/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/webserver/project.xml Sun Feb 12 15:15:25 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,14 +24,6 @@
   <currentVersion>2.1-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>Manage web servers</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/webserver/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPWEBSERVER</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/webserver/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/webserver/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/webserver/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/webserver/</url>
-  </repository>
   <developers>
     <developer>
       <name>Peter Lynch</name>

Modified: maven/maven-1/plugins-sandbox/trunk/webstart/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/webstart/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/webstart/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/webstart/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2005 The Apache Software Foundation.
+ * Copyright 2005-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
- 
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <id>maven-webstart-plugin</id>
@@ -27,14 +25,6 @@
     Provides goals related to using Java Webstart
   </description>
   <shortDescription>Maven Webstart Plugin</shortDescription>
-  <url>http://maven.apache.org/plugins-sandbox/webstart/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPWEBSTART</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/plugins-sandbox/webstart/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/webstart/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/webstart/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/webstart/</url>
-  </repository>
   <developers>
     <developer>
       <name>Vincent Massol</name>

Modified: maven/maven-1/plugins-sandbox/trunk/wizard/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/wizard/project.xml?rev=377267&r1=377266&r2=377267&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/wizard/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/wizard/project.xml Sun Feb 12 15:15:25 2006
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2006 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
@@ -25,14 +23,6 @@
   <name>Maven Wizard Plugin</name>
   <currentVersion>1.1.1-SNAPSHOT</currentVersion>
   <shortDescription>Wizard for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/plugins-sandbox/wizard/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPWIZARD</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/plugins-sandbox/wizard/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/trunk/wizard/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/wizard/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins-sandbox/trunk/wizard/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>