Skip to main content

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

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



Back to the top