You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/05/21 01:00:56 UTC

svn commit: r1340865 - in /maven/plugin-tools/trunk: maven-script/maven-script-ant/pom.xml maven-script/maven-script-beanshell/pom.xml maven-script/pom.xml pom.xml

Author: olamy
Date: Sun May 20 23:00:56 2012
New Revision: 1340865

URL: http://svn.apache.org/viewvc?rev=1340865&view=rev
Log:
fix pom for maven script

Modified:
    maven/plugin-tools/trunk/maven-script/maven-script-ant/pom.xml
    maven/plugin-tools/trunk/maven-script/maven-script-beanshell/pom.xml
    maven/plugin-tools/trunk/maven-script/pom.xml
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/maven-script/maven-script-ant/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-script/maven-script-ant/pom.xml?rev=1340865&r1=1340864&r2=1340865&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-script/maven-script-ant/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-script/maven-script-ant/pom.xml Sun May 20 23:00:56 2012
@@ -16,13 +16,14 @@ software distributed under the License i
 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/xsd/maven-4.0.0.xsd">
+-->
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven</groupId>
+    <groupId>org.apache.maven.plugin-tools</groupId>
     <artifactId>maven-script</artifactId>
-    <version>2.2.2-RC1-SNAPSHOT</version>
+    <version>3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-script-ant</artifactId>

Modified: maven/plugin-tools/trunk/maven-script/maven-script-beanshell/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-script/maven-script-beanshell/pom.xml?rev=1340865&r1=1340864&r2=1340865&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-script/maven-script-beanshell/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-script/maven-script-beanshell/pom.xml Sun May 20 23:00:56 2012
@@ -16,13 +16,14 @@ software distributed under the License i
 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/xsd/maven-4.0.0.xsd">
+-->
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven</groupId>
+    <groupId>org.apache.maven.plugin-tools</groupId>
     <artifactId>maven-script</artifactId>
-    <version>2.2.2-RC1-SNAPSHOT</version>
+    <version>3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-script-beanshell</artifactId>

Modified: maven/plugin-tools/trunk/maven-script/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-script/pom.xml?rev=1340865&r1=1340864&r2=1340865&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-script/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-script/pom.xml Sun May 20 23:00:56 2012
@@ -16,13 +16,14 @@ software distributed under the License i
 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/xsd/maven-4.0.0.xsd">
+-->
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven</groupId>
-    <artifactId>maven</artifactId>
-    <version>2.2.2-RC1-SNAPSHOT</version>
+    <groupId>org.apache.maven.plugin-tools</groupId>
+    <artifactId>maven-plugin-tools</artifactId>
+    <version>3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-script</artifactId>
@@ -34,4 +35,6 @@ under the License.
     <module>maven-script-ant</module>
     <module>maven-script-beanshell</module>
   </modules>
+
+
 </project>

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1340865&r1=1340864&r2=1340865&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sun May 20 23:00:56 2012
@@ -123,6 +123,7 @@
   </prerequisites>
 
   <modules>
+    <module>maven-script</module>
     <module>maven-plugin-plugin</module>
     <module>maven-plugin-tools-generators</module>
     <module>maven-plugin-tools-api</module>
@@ -221,6 +222,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.maven</groupId>
+        <artifactId>maven-core</artifactId>
+        <version>2.0.6</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven</groupId>
         <artifactId>maven-artifact</artifactId>
         <version>2.0.6</version>
       </dependency>
@@ -294,6 +300,12 @@
         <version>${pluginTestingHarnessVersion}</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>easymock</groupId>
+        <artifactId>easymock</artifactId>
+        <version>1.2_Java1.3</version>
+        <scope>test</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
   <dependencies>