You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2013/06/03 12:46:00 UTC

[19/50] git commit: use maven-project-info-reports-plugin 2.7, which has better git support

use maven-project-info-reports-plugin 2.7, which has better git support

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/deacaadf
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/deacaadf
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/deacaadf

Branch: refs/heads/slf4j-log4j2
Commit: deacaadf60a4c3a3be8cd364b88113e1c4e46025
Parents: 204f969
Author: Hervé Boutemy <hb...@apache.org>
Authored: Fri May 17 00:14:13 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Fri May 17 00:14:13 2013 +0200

----------------------------------------------------------------------
 pom.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/deacaadf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0a4d69f..d4d152f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -484,6 +484,11 @@
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-project-info-reports-plugin</artifactId>
+            <version>2.7</version>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
             <configuration>
               <linksource>true</linksource>