Hi,

I have a bundle that is being built by maven-bundle-plugin.

m2e (1.1.0) was dealing with it nicely until I have added this to the plugin's configuration <instructions>:

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

where the time stamp comes from this property:

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


After this addition, I'm getting this error:

Error(s) found in manifest configuration (org.apache.felix:maven-bundle-plugin:2.3.7:bundle:default-
 bundle:package)

it there something that I could do for resolve this error without have to remove the _snapshot property?

regards,

Cristiano
_______________________________________________
m2e-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/m2e-users

Reply via email to