You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/10/29 04:28:19 UTC

svn commit: r589478 - in /maven: plugin-tools/trunk/maven-plugin-testing-harness/ plugin-tools/trunk/maven-plugin-testing-harness/pom.xml plugin-tools/trunk/pom.xml shared/trunk/maven-plugin-testing-harness/ shared/trunk/pom.xml

Author: brett
Date: Sun Oct 28 20:28:18 2007
New Revision: 589478

URL: http://svn.apache.org/viewvc?rev=589478&view=rev
Log:
move the plugin testing harness

Added:
    maven/plugin-tools/trunk/maven-plugin-testing-harness/
      - copied from r589476, maven/shared/trunk/maven-plugin-testing-harness/
Removed:
    maven/shared/trunk/maven-plugin-testing-harness/
Modified:
    maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml
    maven/plugin-tools/trunk/pom.xml
    maven/shared/trunk/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml?rev=589478&r1=589476&r2=589478&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml Sun Oct 28 20:28:18 2007
@@ -20,63 +20,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache.maven.shared</groupId>
-    <artifactId>maven-shared-components</artifactId>
-    <version>7</version>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-plugin-tools</artifactId>
+    <version>2.4-SNAPSHOT</version>
   </parent>
   <artifactId>maven-plugin-testing-harness</artifactId>
-  <version>1.2-SNAPSHOT</version>
   <name>Maven Plugin Testing Mechanism</name>
-  <mailingLists>
-    <!-- duplication from parent pom - temporary until they inherit properly -->
-    <mailingList>
-      <name>Maven User List</name>
-      <subscribe>users-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
-      <post>users@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
-      <otherArchives>
-        <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
-        <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Maven Developer List</name>
-      <subscribe>dev-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
-      <post>dev@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
-    </mailingList>
-    <mailingList>
-      <name>Maven Commits List</name>
-      <subscribe>commits-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>
-      <post>commits@maven.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
-    </mailingList>
-    <!-- duplication from parent pom - temporary until they inherit properly -->
-    <mailingList>
-      <name>Maven Announcements List</name>
-      <post>announce@maven.apache.org</post>
-      <subscribe>announce-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>announce-unsubscribe@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Maven Issues List</name>
-      <post>issues@maven.apache.org</post>
-      <subscribe>issues-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>issues-unsubscribe@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Maven Notifications List</name>
-      <post>notifications@maven.apache.org</post>
-      <subscribe>notifications-subscribe@maven.apache.org</subscribe>
-      <unsubscribe>notifications-unsubscribe@maven.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
-    </mailingList>
-  </mailingLists>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -143,9 +92,4 @@
       </plugin>
     </plugins>
   </build>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-plugin-testing-harness</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-plugin-testing-harness</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/shared/trunk/maven-plugin-testing-harness</url>
-  </scm>
 </project>

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=589478&r1=589477&r2=589478&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sun Oct 28 20:28:18 2007
@@ -112,6 +112,7 @@
     <module>maven-plugin-tools-beanshell</module>
     <module>maven-plugin-tools-model</module>
     <module>maven-plugin-tools-ant</module>
+    <module>maven-plugin-testing-harness</module>
   </modules>
   <dependencyManagement>
     <dependencies>

Modified: maven/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?rev=589478&r1=589477&r2=589478&view=diff
==============================================================================
--- maven/shared/trunk/pom.xml (original)
+++ maven/shared/trunk/pom.xml Sun Oct 28 20:28:18 2007
@@ -50,7 +50,6 @@
     <module>maven-shared-io</module>
     <module>maven-shared-monitor</module>
     <module>file-management</module>
-    <module>maven-plugin-testing-harness</module>
     <module>maven-invoker</module>
     <module>maven-verifier</module>
     <module>maven-web-ui-tests</module>