> But, when the operation completed, the manifest.mf is not changed.How to > merge?Thanks
First off, the usual location for this file is src/main/resources/META-INF/MANIFEST.MF. So my first try would be to move the file there and change the configuration to see if that does anything. Then I would wonder where you are coming up with the idea that the manifest file is not changing? Where exactly are you seeing that? Try running "mvn package", then unzipping the resulting jar file and looking at that manifest file (directly from the jar). That file should have the Bundle-Version you specified in it. The manifest file in /target may or may not, depending on where (and when) you are looking at it. If you're doing all this and still not seeing the results you expect, I would create a sample project that demonstrates this issue and attach it to a JIRA so someone can look at it. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
