Author: chirino Date: Mon Nov 13 07:54:59 2006 New Revision: 474378 URL: http://svn.apache.org/viewvc?view=rev&rev=474378 Log: Adding a maven-one deploy option
Modified: incubator/activemq/activeio/trunk/pom.xml Modified: incubator/activemq/activeio/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/activemq/activeio/trunk/pom.xml?view=diff&rev=474378&r1=474377&r2=474378 ============================================================================== --- incubator/activemq/activeio/trunk/pom.xml (original) +++ incubator/activemq/activeio/trunk/pom.xml Mon Nov 13 07:54:59 2006 @@ -120,6 +120,7 @@ <commons-logging-version>1.1</commons-logging-version> <backport-util-concurrent-version>2.1</backport-util-concurrent-version> + <m1-dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-dist-repo-url> <dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository</dist-repo-url> <site-repo-url>scpexe://people.apache.org/www/incubator.apache.org/activemq/activeio-maven/</site-repo-url> </properties> @@ -219,6 +220,22 @@ <configuration> <outputDirectory>${basedir}/eclipse-classes</outputDirectory> </configuration> + </plugin> + <plugin> + <artifactId>maven-one-plugin</artifactId> + <version>1.0</version> + <executions> + <execution> + <goals> + <goal>install-maven-one-repository</goal> + <goal>deploy-maven-one-repository</goal> + </goals> + <configuration> + <remoteRepositoryId>apache.m1.releases</remoteRepositoryId> + <remoteRepositoryUrl>${m1-dist-repo-url}</remoteRepositoryUrl> + </configuration> + </execution> + </executions> </plugin> </plugins> </build>