You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cc...@apache.org on 2010/03/08 15:57:34 UTC

svn commit: r920338 - /felix/trunk/karaf/assembly/pom.xml

Author: ccustine
Date: Mon Mar  8 14:57:33 2010
New Revision: 920338

URL: http://svn.apache.org/viewvc?rev=920338&view=rev
Log:
Add missing opening plugins tag

Modified:
    felix/trunk/karaf/assembly/pom.xml

Modified: felix/trunk/karaf/assembly/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/assembly/pom.xml?rev=920338&r1=920337&r2=920338&view=diff
==============================================================================
--- felix/trunk/karaf/assembly/pom.xml (original)
+++ felix/trunk/karaf/assembly/pom.xml Mon Mar  8 14:57:33 2010
@@ -307,6 +307,7 @@
                 </includes>
             </resource>
         </resources>
+        <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>