Hi
I filled https://cwiki.apache.org/jira/browse/FELIX-1734 about that
issue.
I also added _debug but I never tried before. Right now, it didn't
change anything to the maven output.
Regards,
Clement
On 12.10.2009, at 05:23, Stuart McCulloch wrote:
2009/10/12 <pa...@apache.org>
Author: pauls
Date: Sun Oct 11 19:40:40 2009
New Revision: 824127
URL: http://svn.apache.org/viewvc?rev=824127&view=rev
Log:
Downgrade to bundle plugin 1.4.3 as 2.0.x seems to have a problem
with
_doNotCopy which makes us include stuff we don't want.
remember to log an issue in JIRA to investigate 'donotcopy'...
Modified:
felix/trunk/main/pom.xml
Modified: felix/trunk/main/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=824127&r1=824126&r2=824127&view=diff
=
=
=
=
=
=
=
=
=
=====================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Sun Oct 11 19:40:40 2009
@@ -124,7 +124,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.0.0</version>
+ <version>1.4.3</version>
<extensions>true</extensions>
<configuration>
<instructions>
--
Cheers, Stuart