Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] m2e and maven-bundle-plugin error

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

Back to the top