Author: schor
Date: Thu Apr 22 16:14:48 2010
New Revision: 936931

URL: http://svn.apache.org/viewvc?rev=936931&view=rev
Log:
[UIMA-1756] add version for maven-bundle-plugin. remove extra execution of 
remote-resources plugin - no longer needed.

Modified:
    uima/build/trunk/parent-poms/parent-pom-top/pom.xml

Modified: uima/build/trunk/parent-poms/parent-pom-top/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-top/pom.xml?rev=936931&r1=936930&r2=936931&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/parent-pom-top/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-top/pom.xml Thu Apr 22 16:14:48 2010
@@ -268,6 +268,14 @@
         </plugin>
         
         <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <!-- version 2.0.0 fails -->
+          <version>2.0.1</version>
+          <extensions>true</extensions>
+        </plugin>
+        
+        <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <version>0.6</version>
@@ -312,9 +320,8 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
+        <executions>      
           <execution>
-            <id>uima-notice</id>
             <goals><goal>process</goal></goals>
             <configuration>
               <resourceBundles>


Reply via email to