I am new to almost all related things, but would like to create a Java Web Start application using Maven. I also need to repackage a specific .jar (commons-httpclient-3.1.jar), or it will not sign with JarSigner (looks like a normal problem when I googled). Maybe I could use this Maven plugin, but I donβt even know how to set up the Maven repository.
I (possibly) need:
- configure the Maven repository to be able to use the above plugin,
- configure jnlp assembly using the plugin,
- use the three .jars that we developed (already built using Maven) and install along with the dependencies (such as slf4j-api-1.6.1.jar, spring-security-core-3.0.7. RELEASE.jar and about a dozen others ),
- also unzip and repackage a specific .jar (repack using jar.exe, not zip since it does not work).
I prefer examples of links to large pieces of documentation. :) Thanks in advance!
source share