You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/01/01 19:23:30 UTC

svn commit: r1054270 - /maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/changes/ChangesMojo.java

Author: dennisl
Date: Sat Jan  1 18:23:29 2011
New Revision: 1054270

URL: http://svn.apache.org/viewvc?rev=1054270&view=rev
Log:
[MCHANGES-67] The changes plugin should not hard code the "team-list.html" file

o Use the correct mojo parameter annotation

Modified:
    maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/changes/ChangesMojo.java

Modified: maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/changes/ChangesMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/changes/ChangesMojo.java?rev=1054270&r1=1054269&r2=1054270&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/changes/ChangesMojo.java (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/changes/ChangesMojo.java Sat Jan  1 18:23:29 2011
@@ -127,7 +127,7 @@ public class ChangesMojo
      * The URI of a file containing all the team members. If this is set to the
      * special value "none", no links will be generated for the team members.
      *
-     * @parameter expression="team-list.html"
+     * @parameter default-value="team-list.html"
      * @since 2.4
      */
     private String teamlist;