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 03:53:03 UTC

svn commit: r589473 - in /maven: plugin-tools/trunk/ plugin-tools/trunk/maven-plugin-plugin/ plugin-tools/trunk/maven-plugin-tools-ant/ plugin-tools/trunk/maven-plugin-tools-ant/integration-tests/ plugin-tools/trunk/maven-plugin-tools-ant/src/ plugin-t...

Author: brett
Date: Sun Oct 28 19:52:55 2007
New Revision: 589473

URL: http://svn.apache.org/viewvc?rev=589473&view=rev
Log:
move the plugin tools from shared

Added:
    maven/plugin-tools/trunk/maven-plugin-tools-ant/
      - copied from r589459, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/
    maven/plugin-tools/trunk/maven-plugin-tools-ant/integration-tests/
      - copied from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/
    maven/plugin-tools/trunk/maven-plugin-tools-ant/pom.xml
      - copied, changed from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/pom.xml
    maven/plugin-tools/trunk/maven-plugin-tools-ant/src/
      - copied from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/src/
    maven/plugin-tools/trunk/maven-plugin-tools-api/
      - copied from r589459, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-api/
    maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml
      - copied, changed from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-api/pom.xml
    maven/plugin-tools/trunk/maven-plugin-tools-api/src/
      - copied from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-api/src/
    maven/plugin-tools/trunk/maven-plugin-tools-beanshell/
      - copied from r589459, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/
    maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml
      - copied, changed from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/pom.xml
    maven/plugin-tools/trunk/maven-plugin-tools-beanshell/src/
      - copied from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/
    maven/plugin-tools/trunk/maven-plugin-tools-java/
      - copied from r589459, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/
    maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml
      - copied, changed from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/pom.xml
    maven/plugin-tools/trunk/maven-plugin-tools-java/src/
      - copied from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/
    maven/plugin-tools/trunk/maven-plugin-tools-model/
      - copied from r589459, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-model/
    maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml
      - copied, changed from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-model/pom.xml
    maven/plugin-tools/trunk/maven-plugin-tools-model/src/
      - copied from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-model/src/
    maven/plugin-tools/trunk/pom.xml   (with props)
Removed:
    maven/shared/trunk/maven-plugin-tools/
Modified:
    maven/plugin-tools/trunk/   (props changed)
    maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
    maven/shared/trunk/pom.xml

Propchange: maven/plugin-tools/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Oct 28 19:52:55 2007
@@ -0,0 +1 @@
+target

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=589473&r1=589472&r2=589473&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Sun Oct 28 19:52:55 2007
@@ -20,7 +20,7 @@
 -->
 <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">
   <parent>
-    <groupId>org.apache.maven.plugintools</groupId>
+    <groupId>org.apache.maven</groupId>
     <artifactId>maven-plugin-tools</artifactId>
     <version>2.4-SNAPSHOT</version>
   </parent>

Copied: maven/plugin-tools/trunk/maven-plugin-tools-ant/pom.xml (from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/pom.xml)
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-ant/pom.xml?p2=maven/plugin-tools/trunk/maven-plugin-tools-ant/pom.xml&p1=maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/pom.xml&r1=589471&r2=589473&rev=589473&view=diff
==============================================================================
--- maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-ant/pom.xml Sun Oct 28 19:52:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-plugin-tools</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-plugin-tools-ant</artifactId>

Copied: maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml (from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-api/pom.xml)
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml?p2=maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml&p1=maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-api/pom.xml&r1=589471&r2=589473&rev=589473&view=diff
==============================================================================
--- maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-api/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml Sun Oct 28 19:52:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-plugin-tools</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-plugin-tools-api</artifactId>

Copied: maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml (from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/pom.xml)
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml?p2=maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml&p1=maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/pom.xml&r1=589471&r2=589473&rev=589473&view=diff
==============================================================================
--- maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-beanshell/pom.xml Sun Oct 28 19:52:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-plugin-tools</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-plugin-tools-beanshell</artifactId>

Copied: maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml (from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/pom.xml)
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml?p2=maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml&p1=maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/pom.xml&r1=589471&r2=589473&rev=589473&view=diff
==============================================================================
--- maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-java/pom.xml Sun Oct 28 19:52:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-plugin-tools</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-plugin-tools-java</artifactId>

Copied: maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml (from r589471, maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-model/pom.xml)
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml?p2=maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml&p1=maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-model/pom.xml&r1=589471&r2=589473&rev=589473&view=diff
==============================================================================
--- maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-model/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-model/pom.xml Sun Oct 28 19:52:55 2007
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-plugin-tools</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.2-SNAPSHOT</version>
+    <version>2.4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-plugin-tools-model</artifactId>
@@ -33,6 +33,7 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
+        <version>1.0-alpha-14</version>
         <configuration>
           <model>src/main/mdo/plugin-metadata.mdo</model>
           <version>1.0.0</version>

Added: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=589473&view=auto
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (added)
+++ maven/plugin-tools/trunk/pom.xml Sun Oct 28 19:52:55 2007
@@ -0,0 +1,150 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you 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 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>
+    <artifactId>maven-parent</artifactId>
+    <groupId>org.apache.maven</groupId>
+    <version>7</version>
+    <relativePath>../pom/maven/pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.maven</groupId>
+  <artifactId>maven-plugin-tools</artifactId>
+  <packaging>pom</packaging>
+  <name>Maven Plugin Tools</name>
+  <version>2.4-SNAPSHOT</version>
+  <description>The Maven Plugin Tools contain the necessary tools to be able to produce Maven 2 Plugins in a variety of languages.</description>
+  <url>http://maven.apache.org/plugin-tools/</url>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MPLUGIN</url>
+  </issueManagement>
+  <inceptionYear>2004</inceptionYear>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-tools/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-tools/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/plugin-tools/trunk</url>
+  </scm>
+  <mailingLists>
+    <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 maven-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>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <tagBase>https://svn.apache.org/repos/asf/maven/plugin-tools/tags</tagBase>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  <modules>
+    <module>maven-plugin-plugin</module>
+    <module>maven-plugin-tools-api</module>
+    <module>maven-plugin-tools-java</module>
+    <module>maven-plugin-tools-beanshell</module>
+    <module>maven-plugin-tools-model</module>
+    <module>maven-plugin-tools-ant</module>
+  </modules>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.maven</groupId>
+        <artifactId>maven-plugin-tools-api</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven</groupId>
+        <artifactId>maven-plugin-tools-model</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven</groupId>
+        <artifactId>maven-plugin-tools-java</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven</groupId>
+        <artifactId>maven-plugin-descriptor</artifactId>
+        <version>2.0.5</version>
+      </dependency>
+      <dependency>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-utils</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-container-default</artifactId>
+        <version>1.0-alpha-9</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+</project>

Propchange: maven/plugin-tools/trunk/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?rev=589473&r1=589472&r2=589473&view=diff
==============================================================================
--- maven/shared/trunk/pom.xml (original)
+++ maven/shared/trunk/pom.xml Sun Oct 28 19:52:55 2007
@@ -45,7 +45,6 @@
   <modules>
     <module>maven-ant</module>
     <module>maven-archiver</module>
-    <module>maven-plugin-tools</module>
     <module>maven-reporting-impl</module>
     <module>maven-model-converter</module>
     <module>maven-shared-io</module>