Author: hiranya
Date: Mon Dec 26 15:39:39 2011
New Revision: 1224741
URL: http://svn.apache.org/viewvc?rev=1224741&view=rev
Log:
Changing reports plugin version to 2.2 - Previous version causes the maven to
throw out an error everytime the dependency report is generated - Known issue
in the plugin v2.1.2
Modified:
synapse/trunk/java/pom.xml
Modified: synapse/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=1224741&r1=1224740&r2=1224741&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Mon Dec 26 15:39:39 2011
@@ -939,6 +939,7 @@
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.2</version>
<configuration>
<!-- These features are disabled since they cause "mvn
site" to hang -->
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>