mirror of
https://github.com/apache/maven.git
synced 2025-02-21 17:40:48 +00:00
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5f37d77a2c
commit
f07731e688
@ -6,9 +6,6 @@ set maven.home default ${user.home}/m2
|
||||
load ${maven.home}/core/plexus-0.17-SNAPSHOT.jar
|
||||
load ${maven.home}/core/xstream-1.0-SNAPSHOT.jar
|
||||
load ${maven.home}/core/xpp3-1.1.3.3.jar
|
||||
load ${maven.home}/core/maven-artifact-2.0-SNAPSHOT.jar
|
||||
load ${maven.home}/core/wagon-api-1.0-alpha-1-SNAPSHOT.jar
|
||||
load ${maven.home}/core/wagon-http-lightweight-1.0-alpha-1-SNAPSHOT.jar
|
||||
|
||||
[plexus.core.maven]
|
||||
load ${maven.home}/lib/*.jar
|
||||
|
@ -35,8 +35,6 @@ public static Object evaluate( String expression, MavenGoalExecutionContext cont
|
||||
{
|
||||
String role = expression.substring( 11 );
|
||||
|
||||
System.out.println( "role = " + role );
|
||||
|
||||
try
|
||||
{
|
||||
value = context.lookup( role );
|
||||
|
Loading…
x
Reference in New Issue
Block a user