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-ffa450edef68
master
Robert Scholte 2016-08-11 21:36:54 +00:00
parent dacb6e6b6d
commit 9963ca473d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class Full
protected String[] parameter; protected String[] parameter;
/** /**
* @parameter alias="myAlias" expression="${aSystemProperty}" default-value="${anExpression}" * @parameter alias="myAlias" property="aSystemProperty" default-value="${anExpression}"
* @readonly * @readonly
* @required * @required
* @since tomorrow * @since tomorrow