Use property instead of the deprecated expression in test to prevent warnings in logging
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1756051 13f79535-47bb-0310-9956-ffa450edef68master
parent
dacb6e6b6d
commit
9963ca473d
|
|
@ -55,7 +55,7 @@ public class Full
|
|||
protected String[] parameter;
|
||||
|
||||
/**
|
||||
* @parameter alias="myAlias" expression="${aSystemProperty}" default-value="${anExpression}"
|
||||
* @parameter alias="myAlias" property="aSystemProperty" default-value="${anExpression}"
|
||||
* @readonly
|
||||
* @required
|
||||
* @since tomorrow
|
||||
|
|
|
|||
Loading…
Reference in New Issue