Author: veithen
Date: Sun Feb  9 11:03:47 2014
New Revision: 1566270

URL: http://svn.apache.org/r1566270
Log:
Upgrade to the latest maven-bundle-plugin version. Since this version uses a 
recent BND release, it will limit uses constraints to packages that are used in 
the public API (see AXIOM-457).

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1566270&r1=1566269&r2=1566270&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sun Feb  9 11:03:47 2014
@@ -389,7 +389,14 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>1.4.0</version>
+                    <version>2.4.0</version>
+                    <configuration>
+                        <instructions>
+                            <!-- These two are for compatibility with 
maven-bundle-plugin 1.4.0 -->
+                            <_nodefaultversion>true</_nodefaultversion>
+                            
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
+                        </instructions>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <artifactId>maven-surefire-plugin</artifactId>


Reply via email to