You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/07/23 10:07:24 UTC

svn commit: r679014 - in /maven/plugins/trunk/maven-changes-plugin: pom.xml src/main/java/org/apache/maven/plugin/changes/ChangesMojo.java src/main/resources/changes-report.properties src/main/resources/changes-report_de.properties

Author: bentmann
Date: Wed Jul 23 01:07:23 2008
New Revision: 679014

URL: http://svn.apache.org/viewvc?rev=679014&view=rev
Log:
o Polished documentation
o Removed unnecessary stuff

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml
    maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/changes/ChangesMojo.java
    maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report.properties
    maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report_de.properties

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=679014&r1=679013&r2=679014&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Wed Jul 23 01:07:23 2008
@@ -300,14 +300,12 @@
                 <goal>clean</goal>
                 <goal>site</goal>
               </goals>
-              <installProjectArtifacts>true</installProjectArtifacts>
               <settingsFile>src/it/settings.xml</settingsFile>  
               <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>            
             </configuration>
             <executions>
               <execution>
                 <id>integration-test</id>
-                <phase>integration-test</phase>
                 <goals>
                   <goal>install</goal>
                   <goal>run</goal>

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=679014&r1=679013&r2=679014&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 Wed Jul 23 01:07:23 2008
@@ -58,17 +58,20 @@
      *
      * @parameter expression="${changes.issueLinkTemplate}" default-value="%URL%/ViewIssue.jspa?key=%ISSUE%"
      * @since 2.0-beta-2
-     * @deprecated now use issueLinkTemplatePerSystem : this one will be with system default
+     * @deprecated As of 2.1 use issueLinkTemplatePerSystem : this one will be with system default
      */
     private String issueLinkTemplate;
     
     /**
-     * Template strings per System that is used to discover the URL to use to display an issue report.
+     * Template strings per system that is used to discover the URL to use to display an issue report. Each key in this
+     * map denotes the (case-sensitive) identifier of the issue tracking system and its value gives the URL template.
+     * <p>
      * There are 2 template tokens you can use. <code>%URL%</code>: this is computed by getting the
      * <code>&lt;issueManagement&gt;/&lt;url&gt;</code> value from the POM, and removing the last '/'
      * and everything that comes after it. <code>%ISSUE%</code>: this is the issue number.
+     * </p>
      * <p>
-     * <strong>Note:</strong>The deprecated issueLinkTemplate will used with system called default.
+     * <strong>Note:</strong> The deprecated issueLinkTemplate will be used for a system called "default".
      * </p>
      *
      * @parameter
@@ -82,10 +85,12 @@
      */
     private String url;
 
- 
     /**
+     * A flag whether the report should also include the dates of individual actions. If set to <code>false</code>, only
+     * the dates of releases will be written to the report.
+     * 
      * @parameter expression="${changes.addActionDate}" default-value="false"
-     * @since 2.0-beta-2  
+     * @since 2.1
      */        
     private boolean addActionDate;    
     

Modified: maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report.properties?rev=679014&r1=679013&r2=679014&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report.properties (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report.properties Wed Jul 23 01:07:23 2008
@@ -26,7 +26,6 @@
 report.changes.label.changes=Changes
 report.changes.label.description=Description
 report.changes.label.by=By
-report.changes.label.date=Date
 report.changes.text.rssfeed=Get the RSS feed of the last changes
 report.changes.text.thanx=Thanks to
 report.changes.text.fixes=Fixes

Modified: maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report_de.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report_de.properties?rev=679014&r1=679013&r2=679014&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report_de.properties (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/resources/changes-report_de.properties Wed Jul 23 01:07:23 2008
@@ -26,7 +26,6 @@
 report.changes.label.changes=Änderungen
 report.changes.label.description=Beschreibung
 report.changes.label.by=Durch
-report.changes.label.date=Date
 report.changes.text.rssfeed=RSS-Feed der letzten Änderungen
 report.changes.text.thanx=Dank gilt
 report.changes.text.fixes=Schließt