All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bitbucket.bradleysmithllc.module_signer_mojo.IMavenProject Maven / Gradle / Ivy

Go to download

Mojo for placing build information and git version info into the project artifact.

There is a newer version: 60
Show newest version
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