Hi,
I use my own manifest.mf in the POM.xml like this:
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<archive>
<manifestFile>META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Bundle-Version>${project.version}</Bundle-Version>
</manifestEntries>
</archive>
</configuration>
</plugin>
But, when the operation completed, the manifest.mf is not changed.How to
merge?Thanks
--
View this message in context:
http://maven.40175.n5.nabble.com/How-to-merge-the-manifest-mf-tp5058051p5058051.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]