Author: carlos
Date: Thu Oct 18 17:19:11 2007
New Revision: 586189

URL: http://svn.apache.org/viewvc?rev=586189&view=rev
Log:
Set explicit versions of jar anf bundle plugins and fix the osgi profile

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=586189&r1=586188&r2=586189&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Oct 18 17:19:11 2007
@@ -72,6 +72,11 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             
<tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
@@ -100,6 +105,11 @@
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <version>1.0.0</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -198,12 +208,10 @@
     <profile>
       <id>osgi</id>
       <build>
-        <pluginManagement>
           <plugins>
             <plugin>
               <groupId>org.apache.felix</groupId>
               <artifactId>maven-bundle-plugin</artifactId>
-              <version>1.0.0</version>
               <executions>
                 <execution>
                   <goals>
@@ -224,7 +232,6 @@
               </configuration>
             </plugin>
           </plugins>
-        </pluginManagement>
       </build>
     </profile>
     <profile>


Reply via email to