Hi,
I have been scratching my head on this one for awhile.
We have an applet which the class files are packaged up into a JAR file.
This JAR file is then packaged up inside a WAR file which then gets
packaged in an EAR file so that it can be deployed onto Websphere
Application Server 6.1 (our
Hi
I'm trying to SIGN jar files using the sign goal with the maven JAR
plugin. To sign a jar file, you would use the following code in your
pom.xml file as an example:
${artifactId}-${version}
org.apache.maven.plugins
Hi,
Don't know if this is the right place to post this, but here it is anyway:
Currently we have a requirement to sign JARS which will hold applets.
After reading the documentation, you can easily sign JARS using the sign
goal with the jar maven plugin. The plugin will eventually call the
jars