Set explicit versions of jar anf bundle plugins and fix the osgi profile

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@586189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2007-10-19 00:19:11 +00:00
parent cfd9daed44
commit ca9f8e7843

13
pom.xml
View File

@ -71,6 +71,11 @@ under the License.
<build>
<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>
@ -100,6 +105,11 @@ under the License.
</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 @@ under the License.
<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 @@ under the License.
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<profile>