Author: aheritier
Date: Mon Aug 29 16:31:12 2005
New Revision: 264656
URL: http://svn.apache.org/viewcvs?rev=264656&view=rev
Log:
Fix exception java.lang.StringIndexOutOfBoundsException from
org.apache.commons.jexl.ExpressionImpl when running maven plugins:test-all
pom.siteDirectory mustn't be empty because in the maven-plugins root project we
have :
maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
Modified:
maven/maven-1/plugins/trunk/rar/src/plugin-test/project.xml
Modified: maven/maven-1/plugins/trunk/rar/src/plugin-test/project.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/rar/src/plugin-test/project.xml?rev=264656&r1=264655&r2=264656&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/rar/src/plugin-test/project.xml (original)
+++ maven/maven-1/plugins/trunk/rar/src/plugin-test/project.xml Mon Aug 29
16:31:12 2005
@@ -16,8 +16,6 @@
* limitations under the License.
*/
-->
-
-
<project>
<pomVersion>3</pomVersion>
<name>Test project for Maven Rar Plugin</name>
@@ -34,7 +32,7 @@
<url/>
<issueTrackingUrl>http://bugzilla</issueTrackingUrl>
<siteAddress>www.fooserver.org</siteAddress>
- <siteDirectory/>
+ <siteDirectory>/www/maven.apache.org/reference/plugins/rar/</siteDirectory>
<distributionDirectory/>
<repository>
<connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:maven</connection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]