Manos Batsis wrote:
Kogel, Jonck-van-der wrote:
I'm trying to get Maven to correctly set my class path entry in the Jar
manifest file. It's all working as it should except for my system scoped
jars, these get excluded from the manifests class path for some reason.

Sounds right; system scoped stuff are supposed to be provided by the JVM etc. so they shouldn't be any need for the manifest to point them out.

Also to expand a bit; if you intent to bundle those jars with your app use the default (compile) scope and if you expect something like a servlet container to provide them instead use the provided scope.

Short explanation of scopes:

http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope

hth,

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to