add an other scope available in m3
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1338373 13f79535-47bb-0310-9956-ffa450edef68master
parent
fb03985d58
commit
dea91901e7
|
|
@ -30,6 +30,7 @@ public enum DependencyScope
|
|||
COMPILE( Artifact.SCOPE_COMPILE ),
|
||||
COMPILE_PLUS_RUNTIME( Artifact.SCOPE_COMPILE_PLUS_RUNTIME ),
|
||||
RUNTIME( Artifact.SCOPE_RUNTIME ),
|
||||
SCOPE_RUNTIME_PLUS_SYSTEM( Artifact.SCOPE_RUNTIME_PLUS_SYSTEM ),
|
||||
TEST( Artifact.SCOPE_TEST );
|
||||
|
||||
private final String id;
|
||||
|
|
|
|||
Loading…
Reference in New Issue