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:
Jason van Zyl 2008-12-13 02:52:14 +00:00
parent 87e5a9acf3
commit 153e69973d
1 changed files with 2 additions and 16 deletions

View File

@ -31,26 +31,12 @@ public interface Maven
{
static String ROLE = Maven.class.getName();
//!! CLI pollution
String POMv4 = "pom.xml";
//!! release plugin pollution
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 );
ReactorManager createReactorManager( MavenExecutionRequest request, MavenExecutionResult result );