org.bitbucket.bradleysmithllc.module_signer_mojo.IMavenProject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of module-signer Show documentation
Show all versions of module-signer Show documentation
Mojo for placing build information and git version info into the project artifact.
package org.bitbucket.bradleysmithllc.module_signer_mojo;
import java.util.Map;
public interface IMavenProject
{
String get(String name);
Map getProperties();
String getMavenGroupId();
String getMavenArtifactId();
String getMavenVersionNumber();
String getGitBranch();
String getGitBranchChecksum();
boolean isGitBranchClean();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy