[jboss-cvs] Repository SVN: r15526 - in maven2/org/apache/maven/plugins/maven-antrun-plugin: 1.2 and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Sep 18 15:05:43 EDT 2008
Author: bstansberry at jboss.com
Date: 2008-09-18 15:05:42 -0400 (Thu, 18 Sep 2008)
New Revision: 15526
Added:
maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/
maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.jar
maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.jar.sha1
maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.pom
maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.pom.sha1
Modified:
maven2/org/apache/maven/plugins/maven-antrun-plugin/maven-metadata-central.xml
maven2/org/apache/maven/plugins/maven-antrun-plugin/maven-metadata-central.xml.sha1
Log:
Add version 1.2 of maven-antrun-plugin to jboss maven2 repo
Added: maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.jar.sha1
===================================================================
--- maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.jar.sha1 (rev 0)
+++ maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.jar.sha1 2008-09-18 19:05:42 UTC (rev 15526)
@@ -0,0 +1 @@
+f787b93f4358d86c8522363d27cfcaef4d59edf8
\ No newline at end of file
Added: maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.pom
===================================================================
--- maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.pom (rev 0)
+++ maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.pom 2008-09-18 19:05:42 UTC (rev 15526)
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+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">
+ <parent>
+ <artifactId>maven-plugins</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <version>11</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <packaging>maven-plugin</packaging>
+ <name>Maven AntRun Plugin</name>
+ <version>1.2</version>
+ <description>Runs Ant scripts embedded in the POM</description>
+ <prerequisites>
+ <maven>2.0.1</maven>
+ </prerequisites>
+
+ <issueManagement>
+ <system>jira</system>
+ <url>http://jira.codehaus.org/browse/MANTRUN</url>
+ </issueManagement>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-antrun-plugin-1.2</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-antrun-plugin-1.2</developerConnection>
+ <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-antrun-plugin-1.2</url>
+ </scm>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <!-- TODO: remove when maven-plugins parent pom 12 is released -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>2.4.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0-beta-7</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-launcher</artifactId>
+ <version>1.6.5</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-embedder</artifactId>
+ <version>2.0.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <activation>
+ <property>
+ <name>skipTests</name>
+ <value>!true</value>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <version>1.1</version>
+ <configuration>
+ <debug>true</debug>
+ <projectsDirectory>src/it</projectsDirectory>
+ <pomIncludes>
+ <pomInclude>**/pom.xml</pomInclude>
+ </pomIncludes>
+ <pomExcludes>
+ <pomExclude>pom.xml</pomExclude>
+ <pomExclude>test1/pom.xml</pomExclude>
+ <pomExclude>test3/pom.xml</pomExclude>
+ </pomExcludes>
+ </configuration>
+ <executions>
+ <execution>
+ <id>integration-test</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
Added: maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.pom.sha1
===================================================================
--- maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.pom.sha1 (rev 0)
+++ maven2/org/apache/maven/plugins/maven-antrun-plugin/1.2/maven-antrun-plugin-1.2.pom.sha1 2008-09-18 19:05:42 UTC (rev 15526)
@@ -0,0 +1 @@
+31791862e77ea9a2a71c17b5e6dbb82ea94a528e
\ No newline at end of file
Modified: maven2/org/apache/maven/plugins/maven-antrun-plugin/maven-metadata-central.xml
===================================================================
--- maven2/org/apache/maven/plugins/maven-antrun-plugin/maven-metadata-central.xml 2008-09-18 16:59:54 UTC (rev 15525)
+++ maven2/org/apache/maven/plugins/maven-antrun-plugin/maven-metadata-central.xml 2008-09-18 19:05:42 UTC (rev 15526)
@@ -2,14 +2,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<versioning>
- <latest>1.1</latest>
- <release>1.1</release>
+ <latest>1.2</latest>
+ <release>1.2</release>
<versions>
<version>1.0-alpha-1</version>
<version>1.0-rc1</version>
<version>1.0</version>
<version>1.1</version>
+ <version>1.2</version>
</versions>
- <lastUpdated>20060104161447</lastUpdated>
+ <lastUpdated>20080720191541</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified: maven2/org/apache/maven/plugins/maven-antrun-plugin/maven-metadata-central.xml.sha1
===================================================================
--- maven2/org/apache/maven/plugins/maven-antrun-plugin/maven-metadata-central.xml.sha1 2008-09-18 16:59:54 UTC (rev 15525)
+++ maven2/org/apache/maven/plugins/maven-antrun-plugin/maven-metadata-central.xml.sha1 2008-09-18 19:05:42 UTC (rev 15526)
@@ -1 +1 @@
-17e2c33ce335b50760babd11f646ef4a80aec4cc
\ No newline at end of file
+f61a138c935de8ece48c87fbae9d948e4775a980
More information about the jboss-cvs-commits
mailing list