[
http://jira.codehaus.org/browse/MWEBSTART-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohnny Moland closed MWEBSTART-108.
-----------------------------------
Resolution: Cannot Reproduce
Fix Version/s: 1.0-alpha-2
This was just a human mistake by me. :)
> Setting validity period when signing artifacts, does not have any effect
> ------------------------------------------------------------------------
>
> Key: MWEBSTART-108
> URL: http://jira.codehaus.org/browse/MWEBSTART-108
> Project: Maven 2.x Webstart Plugin
> Issue Type: Bug
> Components: sign
> Affects Versions: 1.0-alpha-2
> Environment: kubuntu linux, 64bit, java6u4, maven 2.0.8
> Reporter: Rohnny Moland
> Priority: Minor
> Fix For: 1.0-alpha-2
>
>
> Setting the validity period when signing jars does not have any effect. Could
> of course be a human mistake by me.. Here is part of the pom:
> <plugin>
> <groupId>org.codehaus.mojo.webstart</groupId>
> <artifactId>webstart-maven-plugin</artifactId>
> <version>1.0-alpha-2</version>
> <executions>
> <execution>
> <id>gen-jnlp</id>
> <phase>package</phase>
> <goals>
> <goal>jnlp-inline</goal>
> </goals>
> </execution>
> </executions>
> <configuration>
> <libPath>studio</libPath>
>
> <resourcesDirectory>${project.basedir}/src/main/jnlp/resources</resourcesDirectory>
> <jnlp>
>
> <inputTemplateResourcePath>${project.basedir}/src/main/jnlp</inputTemplateResourcePath>
> <inputTemplate>template.vm</inputTemplate>
> <outputFile>wblaunchtemplate.jnlp</outputFile>
> <mainClass>xxx.MainFrame</mainClass>
> </jnlp>
> <sign>
> <keypass>xxx</keypass>
> <storepass>xxx</storepass>
> <alias>xxx</alias>
> <dnameCn>xxx</dnameCn>
> <dnameOu>xxx</dnameOu>
> <dnameO>xxx</dnameO>
> <dnameC>NO</dnameC>
> <verify>true</verify>
> <keystoreConfig>
> <delete>false</delete>
> <gen>false</gen>
> </keystoreConfig>
> </sign>
> <pack200>false</pack200>
> <gzip>false</gzip>
> <outputJarVersions>false</outputJarVersions>
> <verbose>true</verbose>
> </configuration>
> </plugin>
> I use the default sign settings, which means the maven sign plugin, so it
> could be that the issue is located in this plugin.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email