mirror of https://github.com/apache/maven.git
change constant name
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163096 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b0fdd7222
commit
845cddd1ff
|
@ -19,5 +19,5 @@ package org.apache.maven;
|
|||
public class MavenConstants
|
||||
{
|
||||
// TODO: remove? only used in CLI for now - once set, never used
|
||||
public static final String DEBUG_ON = "maven.debugOn";
|
||||
public static final String DEBUG_ON = "maven.debug.on";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue