Author: niallp
Date: Fri Mar 25 21:31:58 2005
New Revision: 159097

URL: http://svn.apache.org/viewcvs?view=rev&rev=159097
Log:
Remove "substring" causing InvocationTargetException

Having ${pom.artifactId.substring(8)} in the "url", "siteDirectory" and 
"distributionDirectory" elements was causing a number of 
InvocationTargetExceptions to be thrown - removing to stop the exceptions.

Modified:
    struts/build/trunk/project.xml

Modified: struts/build/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/build/trunk/project.xml?view=diff&r1=159096&r2=159097
==============================================================================
--- struts/build/trunk/project.xml (original)
+++ struts/build/trunk/project.xml Fri Mar 25 21:31:58 2005
@@ -40,8 +40,8 @@
     *nix/cygwin:
     
     $path/to/svn/struts/current/build/maven dist
-    
-
+    
+
     For complete details on how to read and use this document
     and how it relates to the entire project.  See the Maven 
     documentation here:
@@ -101,12 +101,12 @@
   </description>
       
   <shortDescription>MVC Web Application Framework</shortDescription>
-  <url>http://struts.apache.org/${pom.artifactId.substring(8)}/index.html</url>
+  <url>http://struts.apache.org/index.html</url>
   <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
   <siteAddress>struts.apache.org</siteAddress>
-  
<siteDirectory>/www/struts.apache.org/${pom.artifactId.substring(8)}/</siteDirectory>
+  <siteDirectory>/www/struts.apache.org/</siteDirectory>
   <distributionSite>struts.apache.org</distributionSite>
-  
<distributionDirectory>/www/www.apache.org/builds/${pom.artifactId.substring(8)}/</distributionDirectory>
+  <distributionDirectory>/www/www.apache.org/builds/</distributionDirectory>
 <!--  
<distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>-->
   
   <mailingLists>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to