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/08/19 12:07:13 UTC

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

Author: evenisse
Date: Fri Aug 19 03:07:04 2005
New Revision: 233460

URL: http://svn.apache.org/viewcvs?rev=233460&view=rev
Log:
Find lifecycle in plexus plugin

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=233460&r1=233459&r2=233460&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/pom.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/pom.xml Fri Aug 19 03:07:04 2005
@@ -200,6 +200,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plexus-plugin</artifactId>
+        <extensions>true</extensions>
         <configuration>
           <applicationConfiguration>src/conf/application.xml</applicationConfiguration>
           <configurationsDirectory>src/conf</configurationsDirectory>