I'd like to distribute a desktop utility utility.jar lib/lib1.jar lib/lib2.jar lib/...
where the MANIFEST.MF contains the line classpath = lib/lib1.jar lib/lib2.jar ... included libs are listed as dependencies or transient dependencies as specified in pom.xml. Is such a thing possible? With or without writing a plugin? Please be patient, I'm new to maven. I read a lot. Maybe at the wrong place. I included <addClasspath>true</addClasspath> to maven-jar-plugin configuration, without luck to change manifest.mf Any help welcome. Rolf --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org