You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Stuart McCulloch <mc...@gmail.com> on 2009/10/12 05:23:31 UTC

Re: svn commit: r824127 - /felix/trunk/main/pom.xml

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

Re: svn commit: r824127 - /felix/trunk/main/pom.xml

Posted by Clement Escoffier <cl...@gmail.com>.
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