]> source.dussan.org Git - archiva.git/commitdiff
being able to start from root
authorOlivier Lamy <olamy@apache.org>
Tue, 18 Feb 2014 22:17:11 +0000 (22:17 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 18 Feb 2014 22:17:11 +0000 (22:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1569542 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp/pom.xml

index fbea60921ab1872b7c7ff4685c1ab4b13e84fecf..28f9a7d4f6b95a2153a923b87b79b844d79132ee 100644 (file)
           <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>