You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/08/10 14:26:02 UTC

[21/22] git commit: avoid warning when running 'mvn site' without reporting profile

avoid warning when running 'mvn site' without reporting profile


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

Branch: refs/heads/guice-from-google
Commit: fcb5201c29aa2299395b3c6f9c69c01967428720
Parents: c74a584
Author: Hervé Boutemy <hb...@apache.org>
Authored: Fri Aug 2 01:30:31 2013 +0200
Committer: Olivier Lamy <ol...@apache.org>
Committed: Sat Aug 10 21:46:51 2013 +1000

----------------------------------------------------------------------
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/fcb5201c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 39cfbf6..8578c28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,6 +498,16 @@
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.7</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <profiles>
     <profile>
       <id>apache-release</id>