Author: veithen Date: Wed May 1 10:13:23 2013 New Revision: 1477942 URL: http://svn.apache.org/r1477942 Log: Don't include dependency locations in reports. Anyway, all dependencies are available from Maven central.
Modified: axis/axis1/java/trunk/pom.xml axis/axis1/java/trunk/src/site/xdoc/artifacts.xml Modified: axis/axis1/java/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1477942&r1=1477941&r2=1477942&view=diff ============================================================================== --- axis/axis1/java/trunk/pom.xml (original) +++ axis/axis1/java/trunk/pom.xml Wed May 1 10:13:23 2013 @@ -418,6 +418,9 @@ </reports> </reportSet> </reportSets> + <configuration> + <dependencyLocationsEnabled>false</dependencyLocationsEnabled> + </configuration> </plugin> </plugins> </reporting> Modified: axis/axis1/java/trunk/src/site/xdoc/artifacts.xml URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/src/site/xdoc/artifacts.xml?rev=1477942&r1=1477941&r2=1477942&view=diff ============================================================================== --- axis/axis1/java/trunk/src/site/xdoc/artifacts.xml (original) +++ axis/axis1/java/trunk/src/site/xdoc/artifacts.xml Wed May 1 10:13:23 2013 @@ -144,6 +144,9 @@ </tr> </tbody> </table> + <p> + All artifacts and dependencies are available from the <a href="http://search.maven.org/">Maven Central Repository</a>. + </p> </section> </body> </document>