You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2012/03/14 08:55:25 UTC

svn commit: r1300478 - /incubator/amber/trunk/pom.xml

Author: simonetripodi
Date: Wed Mar 14 07:55:24 2012
New Revision: 1300478

URL: http://svn.apache.org/viewvc?rev=1300478&view=rev
Log:
fixed project info issue with submodules - didn't understand why, but when generating the site with older config, it occasionally raised an issue

Modified:
    incubator/amber/trunk/pom.xml

Modified: incubator/amber/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/pom.xml?rev=1300478&r1=1300477&r2=1300478&view=diff
==============================================================================
--- incubator/amber/trunk/pom.xml (original)
+++ incubator/amber/trunk/pom.xml Wed Mar 14 07:55:24 2012
@@ -510,6 +510,15 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <version>3.0</version>
+        <configuration>
+          <reportPlugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-project-info-reports-plugin</artifactId>
+              <version>2.4</version>
+            </plugin>
+          </reportPlugins>
+        </configuration>
         <dependencies>
           <dependency>
             <groupId>org.jvnet.wagon-svn</groupId>
@@ -569,12 +578,6 @@
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.4</version>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
         <version>2.2</version>
       </plugin>