Can someone show me how pom file should look like to create a jar file with applet which depends from some other jars is it possible to have one jar as applet, and how to si
If you would like your classes and the dependencies to appear in one jar file, you should use either the assembly plugin or the one-jar plugin before the jarsigner. I have the following working setup with the assembly plugin, it will produce the normal (signed) jar and a ${artifactId}-${version}-jar-with-dependencies.jar (also signed).
maven-assembly-plugin
2.2-beta-5
jar-with-dependencies
true
true
make-my-applet-jar
package
single
org.apache.maven.plugins
maven-jarsigner-plugin
1.2
sign
sign
keystore
keyalias
storepass
keypass