Re: removing version in manifest file

2010-02-03 Thread eyal edri
OK, found the missing dependencies: org.apache.maven maven-archiver 2.4 commons-lang commons-lang 2.1 org.codehaus.plexus plexus-utils 1.1 but still something is not playing with this conf:

Re: removing version in manifest file

2010-02-03 Thread eyal edri
i think i may have found the solution. http://maven.apache.org/shared/maven-archiver/examples/classpath.html#Repository you can use the tag: maven-war-plugin true custom ${artifact.artifactI

removing version in manifest file

2010-02-03 Thread eyal edri
is there an option to tell the jar plugin, that when he creates the classPath entries in the MANIFEST file, it will strip the version numbers? here is it now: $ cat MANIFEST.MF (inside the jar file) Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: me Buil