You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/02/18 23:17:11 UTC

svn commit: r1569542 - /archiva/branches/archiva-1.3.x/archiva-modules/archiva-web/archiva-webapp/pom.xml

Author: olamy
Date: Tue Feb 18 22:17:11 2014
New Revision: 1569542

URL: http://svn.apache.org/r1569542
Log:
being able to start from root

Modified:
    archiva/branches/archiva-1.3.x/archiva-modules/archiva-web/archiva-webapp/pom.xml

Modified: archiva/branches/archiva-1.3.x/archiva-modules/archiva-web/archiva-webapp/pom.xml
URL: http://svn.apache.org/viewvc/archiva/branches/archiva-1.3.x/archiva-modules/archiva-web/archiva-webapp/pom.xml?rev=1569542&r1=1569541&r2=1569542&view=diff
==============================================================================
--- archiva/branches/archiva-1.3.x/archiva-modules/archiva-web/archiva-webapp/pom.xml (original)
+++ archiva/branches/archiva-1.3.x/archiva-modules/archiva-web/archiva-webapp/pom.xml Tue Feb 18 22:17:11 2014
@@ -365,7 +365,7 @@
           <webAppConfig>
             <contextPath>/</contextPath>
             <baseResource implementation="org.mortbay.resource.ResourceCollection">
-              <resourcesAsCSV>src/main/webapp,target/archiva,target/redback</resourcesAsCSV>
+              <resourcesAsCSV>${basedir}/src/main/webapp,${basedir}/target/archiva,${basedir}/target/redback</resourcesAsCSV>
             </baseResource>
           </webAppConfig>
           <scanIntervalSeconds>10</scanIntervalSeconds>