reporting plugin config

Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/99fcc29c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/99fcc29c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/99fcc29c

Branch: refs/heads/0.1-rc1
Commit: 99fcc29c20773218d36397c0cf99e955b628f138
Parents: 03f07d7
Author: Steve Blackmon <sblack...@w2odigital.com>
Authored: Sat Dec 6 16:57:54 2014 -0600
Committer: Steve Blackmon <sblack...@w2odigital.com>
Committed: Sat Dec 6 16:58:14 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/99fcc29c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c691c90..4be0950 100644
--- a/pom.xml
+++ b/pom.xml
@@ -503,6 +503,12 @@
             <reporting>
                 <plugins>
                     <plugin>
+                        
<artifactId>maven-project-info-reports-plugin</artifactId>
+                        <configuration>
+                            
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                        </configuration>
+                    </plugin>
+                    <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-javadoc-plugin</artifactId>
                         <version>2.10.1</version>
@@ -524,6 +530,10 @@
                             </reportSet>
                         </reportSets>
                     </plugin>
+                    <plugin>
+                        <artifactId>maven-site-plugin</artifactId>
+                        <version>${site.plugin.version}</version>
+                    </plugin>
                 </plugins>
             </reporting>
         </profile>

Reply via email to