Author: rfscholte
Date: Thu Aug 11 21:36:54 2016
New Revision: 1756051

URL: http://svn.apache.org/viewvc?rev=1756051&view=rev
Log:
Use property instead of the deprecated expression in test to prevent warnings 
in logging

Modified:
    
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Full.java

Modified: 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Full.java
URL: 
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Full.java?rev=1756051&r1=1756050&r2=1756051&view=diff
==============================================================================
--- 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Full.java
 (original)
+++ 
maven/plugin-tools/trunk/maven-plugin-tools-java/src/test/resources/source/Full.java
 Thu Aug 11 21:36:54 2016
@@ -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


Reply via email to