Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] POM editor error when using <_snapshot> in maven-bundle-plugin configuration

Hi,
thanks for answer, but the bundle is ok... and it is working...

the problem only occurs after I insert this:

<_snapshot>${build.timestamp}</_snapshot>

if I remove it, the error go away...

cheers,

Cristiano

On 01/03/12 13:24, Rafał Krzewski wrote:
From my experience this error shows up when there is no actual content in the bundle. Make sure you have some classes present and add Export-Package or Private-Package headers as necessary.

Cheers,
Rafał

On 03/01/2012 03:43 PM, Cristiano Gavião wrote:
Hi,  I'm using m2e 1.1.0 for indigo.

I have  a pom-first bundle that is using maven-bundle-plugin.
After I've added this snippet to my POM:

<configuration>
<instructions>
<_snapshot>${build.timestamp}</_snapshot>
.
.
.


The POM editor is showing this error:
Error(s) found in manifest configuration (org.apache.felix:maven-bundle-plugin:2.3.7:bundle:default-bundle:package)


could someone give a tip how show I proceed to fix it ?

regards,

Cristiano

_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev

_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev



Back to the top