Author: hboutemy
Date: Sun Mar 30 08:45:45 2014
New Revision: 1583110

URL: http://svn.apache.org/r1583110
Log:
[MSHARED-328] use @parameter default-value instead of @parameter expression in 
sample

Modified:
    
maven/shared/trunk/maven-reporting-impl/src/test/java/org/apache/maven/reporting/AbstractMavenReportTest.java

Modified: 
maven/shared/trunk/maven-reporting-impl/src/test/java/org/apache/maven/reporting/AbstractMavenReportTest.java
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-impl/src/test/java/org/apache/maven/reporting/AbstractMavenReportTest.java?rev=1583110&r1=1583109&r2=1583110&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-reporting-impl/src/test/java/org/apache/maven/reporting/AbstractMavenReportTest.java
 (original)
+++ 
maven/shared/trunk/maven-reporting-impl/src/test/java/org/apache/maven/reporting/AbstractMavenReportTest.java
 Sun Mar 30 08:45:45 2014
@@ -39,7 +39,7 @@ public class AbstractMavenReportTest
      * the command line. If the goal is run indirectly as part of a site 
generation, the output directory configured in
      * the Maven Site Plugin is used instead.
      *
-     * @parameter expression="${project.reporting.outputDirectory}"
+     * @parameter default-value="${project.reporting.outputDirectory}"
      * @required
      */
     protected File outputDirectory;
@@ -47,7 +47,7 @@ public class AbstractMavenReportTest
     /**
      * The Maven Project.
      *
-     * @parameter expression="${project}"
+     * @parameter default-value="${project}"
      * @required
      * @readonly
      */


Reply via email to