Class DecryptToClipboardMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="decrypt-to-clipboard", aggregator=true, requiresProject=false) public class DecryptToClipboardMojo extends AbstractDecryptFileMojo
Decrypt a single git-crypt encrypted file to the user's clipboard. This can be used to avoid saving any decrypted data to disk. The file being decrypted should be a text file.