Author: gertv
Date: Wed Dec 15 13:29:20 2010
New Revision: 1049542

URL: http://svn.apache.org/viewvc?rev=1049542&view=rev
Log:
Use of resourcesAsCSV in order to avoid: Failed to configure plugin parameters 
for: org.mortbay.jetty:jetty-maven-plugin

Modified:
    servicemix/documentation/trunk/pom.xml

Modified: servicemix/documentation/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/documentation/trunk/pom.xml?rev=1049542&r1=1049541&r2=1049542&view=diff
==============================================================================
--- servicemix/documentation/trunk/pom.xml (original)
+++ servicemix/documentation/trunk/pom.xml Wed Dec 15 13:29:20 2010
@@ -390,7 +390,7 @@
           <webAppConfig>
             <contextPath>/</contextPath>
             <baseResource 
implementation="org.eclipse.jetty.util.resource.ResourceCollection">
-              <resources>${webapp.srcdir},${webapp.dir}</resources>
+              <resourcesAsCSV>${webapp.srcdir},${webapp.dir}</resourcesAsCSV>
             </baseResource>
           </webAppConfig>
           <systemProperties>


Reply via email to