Author: veithen Date: Mon Sep 27 11:32:37 2010 New Revision: 1001673 URL: http://svn.apache.org/viewvc?rev=1001673&view=rev Log: Explicitly specify the version of maven-default-skin to avoid the failure we have seen in Hudson build #387 (and which is described in MNG-3139).
Modified: axis/axis2/java/core/trunk/src/site/site.xml Modified: axis/axis2/java/core/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/site.xml?rev=1001673&r1=1001672&r2=1001673&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/site.xml (original) +++ axis/axis2/java/core/trunk/src/site/site.xml Mon Sep 27 11:32:37 2010 @@ -19,6 +19,13 @@ --> <project name="Apache Axis2"> + <!-- Explicitly set the skin to avoid the issue described in MNG-3139, + which may occur sporadically --> + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-default-skin</artifactId> + <version>1.0</version> + </skin> <bannerLeft> <name>Apache Axis2</name> <src>http://www.apache.org/images/asf_logo_wide.png</src>