In my projects, all jars add build time in its name, like
aaa-1.0-snapshot-20070731.jar.
Some project's artifact is eclipse plugin jar and depends other jars.

In eclipse plugin's MANIFEST.MF file, specify depend jars:

Bundle-ClassPath: ./,
 lib/aaa-1.0-snapshot-20070731.jar.,
 ...

Since the jar name is different in each build, this file should alos be
modified in each build.
How to auto modify this file?


-- 
View this message in context: 
http://www.nabble.com/how-to-auto-replace-jar-name-in-resource-file--tf4204607s177.html#a11959825
Sent from the Maven - Users mailing list archive at Nabble.com.

Reply via email to