You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2012/09/25 06:46:39 UTC

svn commit: r1389709 - /sis/trunk/pom.xml

Author: desruisseaux
Date: Tue Sep 25 04:46:39 2012
New Revision: 1389709

URL: http://svn.apache.org/viewvc?rev=1389709&view=rev
Log:
Overwrite the report plugin version number inherited from the parent pom.xml (SIS-65).

Modified:
    sis/trunk/pom.xml

Modified: sis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sis/trunk/pom.xml?rev=1389709&r1=1389708&r2=1389709&view=diff
==============================================================================
--- sis/trunk/pom.xml (original)
+++ sis/trunk/pom.xml Tue Sep 25 04:46:39 2012
@@ -372,6 +372,14 @@ Apache SIS is a toolkit for describing l
        ============================================================== -->
   <reporting>
     <plugins>
+      <!-- Overwrite the configuration declared in the Apache parent pom.xml
+           in order to use version 2.5.1 instead than 2.5. This is necessary
+           for avoiding a NullPointerException (http://jira.codehaus.org/browse/MPIR-248) -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.5.1</version>
+      </plugin>
 
       <!-- Produce JavaDoc -->
       <plugin>