Class DecryptFilesMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
au.net.causal.maven.plugins.jgitcrypt.AbstractKeyBasedMojo
au.net.causal.maven.plugins.jgitcrypt.DecryptFilesMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="decrypt-files") public class DecryptFilesMojo extends AbstractKeyBasedMojo
Decrypt multiple git-crypt encrypted files. Original, encrypted files are not modified, but decrypted files are saved to another directory.
  • Constructor Details

    • DecryptFilesMojo

      public DecryptFilesMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException