Hi,

We are using webstart maven plugin to genereate the webstart war file
and for signing the jar also.(below is the pom part for signing)

<sign>
<!--keystore>src/main/keytool/GTSkey</keystore-->
<keypass>GTSkey</keypass> 
<storepass>GTSkey</storepass> 
<alias>GTS</alias>
<verify>true</verify>
</sign>

It does sign all the jars except weblogic9.2.2 jar(I know jar size is
large but same jar is getting signed through ant without any issue, I
did (set MAVEN_OPTS="-Xmx1024m") also but all in vain. Does anybody
faced this issue earlier and know the resolution.

Apart from the above issue, If I use the Keystore as commented out in
the pom it starts giving me error(GTSkey is key generated) but if I do
comment it out and use the default key genereated in home directory, it
does run without any issue. Any thoughts on this ?


Thanks
Sandeep

Reply via email to