Author: elserj Date: Wed May 4 02:28:36 2016 New Revision: 1742208 URL: http://svn.apache.org/viewvc?rev=1742208&view=rev Log: Get the maven site working out of the box
Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1742208&r1=1742207&r2=1742208&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Wed May 4 02:28:36 2016 @@ -164,6 +164,10 @@ <version.checkstyle>2.13</version.checkstyle> <!-- make sure bundle plugin has dependency informations for 'optional' --> <commons.osgi.excludeDependencies /> + <!-- Newer versions of clirr throw an NPE buildling the site --> + <commons.clirr.version>2.6</commons.clirr.version> + <!-- Avoid warnings about being unable to find jars during site buildling --> + <dependency.locations.enabled>false</dependency.locations.enabled> </properties> <build>