Building Applet JARS inside WAR files using Maven 2.0

2008-03-24 Thread chris . r . grigg
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

Reading a property from the settings.xml file inside a pom.xml file.

2008-03-17 Thread chris . r . grigg
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

Jar Signing with Maven 2.0

2008-03-12 Thread chris . r . grigg
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