Interface JarSigner

    • Method Detail

      • sign

        int sign​(Path jarfile,
                 JarSigner.Options options)
          throws IOException
        Sign the given Jar file.
        Parameters:
        jarfile - the file to sign.
        Returns:
        the number of Jar that has been signed.
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        IOException