org.codehaus.mojo.keytool

Class CleanKeyMojo

public class CleanKeyMojo extends AbstractKeyToolMojo

A Mojo that deletes a generated keystore file.

Version: $Revision$

Author: Sharmarke Aden (saden) $Author$

UNKNOWN: clean clean

Method Summary
voidexecute()
Remove the keystore file from the working directory.

Method Detail

execute

public void execute()
Remove the keystore file from the working directory. If it doesn't exist, do nothing?

See Also: org.apache.maven.plugin.Mojo#execute()

Copyright © 2005-2007 null. All Rights Reserved.