Author: jlaskowski
Date: Mon Oct 26 21:11:38 2009
New Revision: 829966
URL: http://svn.apache.org/viewvc?rev=829966&view=rev
Log:
excludeDependencies should be beneath configuration - it does not work either and blows up
the jvm
Modified:
geronimo/xbean/trunk/xbean-finder-shaded/pom.xml
Modified: geronimo/xbean/trunk/xbean-finder-shaded/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-finder-shaded/pom.xml?rev=829966&r1=829965&r2=829966&view=diff
==============================================================================
--- geronimo/xbean/trunk/xbean-finder-shaded/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-finder-shaded/pom.xml Mon Oct 26 21:11:38 2009
@@ -68,10 +68,14 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
+ <!--
+ - It won't work as CLASSPATH references the file to be processed and
blows up
+ - Dunno how it should work
+ <excludeDependencies>true</excludeDependencies>
+ -->
<instructions>
<Import-Package>!org.objectweb.asm.*,!org.apache.xbean.finder.*,org.apache.xbean.asm,*;resolution:=optional</Import-Package>
<Private-Package />
- <excludeDependencies>true</excludeDependencies>
<_nouses>true</_nouses>
<_classpath>target/xbean-finder-shaded-${pom.version}.jar</_classpath>
</instructions>
|