Hi, I have read this but this is not what I want. I want to add path on classpath. This only tells me how to add dependent on classpath.
Alexander Vaysberg wrote: > > Hi, > > you can it's using this tutorial: - > http://maven.apache.org/shared/maven-archiver/examples/classpath.html. > The jar-plugin has many of the properties. It's heir: - > http://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html. > > Alexander Vaysberg > > youhaodeyi schrieb: >> I have some resource files which should be defined in classpath entry in >> Manifest.mf in a jar. I found that I can use jar plugin to add dependency >> on >> classpath but I can't add a customize path on the classpath. How can I do >> this with maven? >> >> thanks. >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/How-can-I-add-path-in-classpath-entry-in-Manifest-file--tp25218824p25232764.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]
