mirror of https://github.com/apache/maven.git
o get rid of dead logging constants
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726158 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
87e5a9acf3
commit
153e69973d
|
@ -31,26 +31,12 @@ public interface Maven
|
||||||
{
|
{
|
||||||
static String ROLE = Maven.class.getName();
|
static String ROLE = Maven.class.getName();
|
||||||
|
|
||||||
|
//!! CLI pollution
|
||||||
String POMv4 = "pom.xml";
|
String POMv4 = "pom.xml";
|
||||||
|
|
||||||
|
//!! release plugin pollution
|
||||||
String RELEASE_POMv4 = "release-pom.xml";
|
String RELEASE_POMv4 = "release-pom.xml";
|
||||||
|
|
||||||
// ----------------------------------------------------------------------
|
|
||||||
// Logging
|
|
||||||
// ----------------------------------------------------------------------
|
|
||||||
|
|
||||||
static final int LOGGING_LEVEL_DEBUG = 0;
|
|
||||||
|
|
||||||
static final int LOGGING_LEVEL_INFO = 1;
|
|
||||||
|
|
||||||
static final int LOGGING_LEVEL_WARN = 2;
|
|
||||||
|
|
||||||
static final int LOGGING_LEVEL_ERROR = 3;
|
|
||||||
|
|
||||||
static final int LOGGING_LEVEL_FATAL = 4;
|
|
||||||
|
|
||||||
static final int LOGGING_LEVEL_DISABLE = 5;
|
|
||||||
|
|
||||||
MavenExecutionResult execute( MavenExecutionRequest request );
|
MavenExecutionResult execute( MavenExecutionRequest request );
|
||||||
|
|
||||||
ReactorManager createReactorManager( MavenExecutionRequest request, MavenExecutionResult result );
|
ReactorManager createReactorManager( MavenExecutionRequest request, MavenExecutionResult result );
|
||||||
|
|
Loading…
Reference in New Issue