You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/07/15 15:10:19 UTC

svn commit: r219195 - /maven/continuum/trunk/continuum-plexus-application/pom.xml

Author: evenisse
Date: Fri Jul 15 06:10:19 2005
New Revision: 219195

URL: http://svn.apache.org/viewcvs?rev=219195&view=rev
Log:
Use the new snpashot of plexus plugin. We can build now continuum-plexus-application with "m2 package"

Modified:
    maven/continuum/trunk/continuum-plexus-application/pom.xml

Modified: maven/continuum/trunk/continuum-plexus-application/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/pom.xml?rev=219195&r1=219194&r2=219195&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/pom.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/pom.xml Fri Jul 15 06:10:19 2005
@@ -163,7 +163,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plexus-plugin</artifactId>
-        <version>1.1-alpha-5</version>
+        <version>1.1-alpha-6-SNAPSHOT</version>
         <configuration>
           <applicationConfiguration>src/conf/application.xml</applicationConfiguration>
           <configurationsDirectory>src/conf</configurationsDirectory>
@@ -175,9 +175,9 @@
         </configuration>
         <executions>
           <execution>
-            <id>test-runtime</id>
             <goals>
               <goal>runtime</goal>
+              <goal>test-runtime</goal>
               <goal>add-app</goal>
               <goal>add-services</goal>
             </goals>