You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2013/04/17 09:14:01 UTC

svn commit: r1468778 - /geronimo/external/trunk/tomcat-parent-7.0.39/pom.xml

Author: xiaming
Date: Wed Apr 17 07:14:00 2013
New Revision: 1468778

URL: http://svn.apache.org/r1468778
Log:
GERONIMO-6447 Use maven-bundle-plugin 2.0.1 to align with G 3.0 branch

Modified:
    geronimo/external/trunk/tomcat-parent-7.0.39/pom.xml

Modified: geronimo/external/trunk/tomcat-parent-7.0.39/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.39/pom.xml?rev=1468778&r1=1468777&r2=1468778&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.39/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.39/pom.xml Wed Apr 17 07:14:00 2013
@@ -170,6 +170,25 @@ mvn archetype:generate -DarchetypeCatalo
 
         </dependencies>
     </dependencyManagement>
+    <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>maven-bundle-plugin</artifactId>
+            <version>2.0.1</version>
+            <extensions>true</extensions>
+            <configuration>
+                <instructions>
+                    <Implementation-Title>${project.name}</Implementation-Title>
+                    <Implementation-Version>${project.version}</Implementation-Version>
+                    <Bundle-DocURL>${project.url}</Bundle-DocURL>
+                </instructions>
+            </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    </build>
   <modules>
     <module>shared</module>
     <module>juli</module>