[
http://jira.codehaus.org/browse/MKEYTOOL-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jerome Lacoste updated MKEYTOOL-2:
----------------------------------
Fix Version/s: (was: 1.1-beta-1)
1.0
> [Sandbox:KeyTool] Add Support for Removing A Generated Keystore File
> --------------------------------------------------------------------
>
> Key: MKEYTOOL-2
> URL: http://jira.codehaus.org/browse/MKEYTOOL-2
> Project: Maven 2.x Keytool Plugin
> Issue Type: New Feature
> Reporter: Sharmarke Aden
> Assignee: Jerome Lacoste
> Fix For: 1.0
>
> Attachments: keytool_0.4.patch
>
>
> I have created a patch that adds a "keytool:clean" goal to the KeyTool
> component and would like to share. Basically, the goal removes a keystore
> file that was previously generated by the keytool:genkey goal. The following
> is how one would configure the goal:
> <project>
> ...
> <packaging>pom</packaging>
> ...
> <build>
> <plugins>
> <plugin>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>keytool-maven-plugin</artifactId>
> <executions>
> <execution>
> <phase>clean</phase>
> <goals>
> <goal>clean</goal>
> </goals>
> </execution>
> </executions>
> <configuration>
> <keystore>/path/to/your/keystore</keystore>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </project>
--
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