You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2010/02/25 22:15:35 UTC

svn commit: r916461 - /incubator/aries/trunk/parent/default-parent/pom.xml

Author: jbohn
Date: Thu Feb 25 21:15:35 2010
New Revision: 916461

URL: http://svn.apache.org/viewvc?rev=916461&view=rev
Log:
ARIES-173 add extensions to parent so that it does not need to be specified on each use - from patch by David Jencks

Modified:
    incubator/aries/trunk/parent/default-parent/pom.xml

Modified: incubator/aries/trunk/parent/default-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/parent/default-parent/pom.xml?rev=916461&r1=916460&r2=916461&view=diff
==============================================================================
--- incubator/aries/trunk/parent/default-parent/pom.xml (original)
+++ incubator/aries/trunk/parent/default-parent/pom.xml Thu Feb 25 21:15:35 2010
@@ -111,6 +111,7 @@
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
                     <version>2.0.1</version>
+                    <extensions>true</extensions>
                 </plugin>
             </plugins>
         </pluginManagement>