You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/03/27 04:09:53 UTC

svn commit: r641700 - /maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml

Author: brett
Date: Wed Mar 26 20:09:43 2008
New Revision: 641700

URL: http://svn.apache.org/viewvc?rev=641700&view=rev
Log:
put all the libraries in the lib dir instead

Modified:
    maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml

Modified: maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml?rev=641700&r1=641699&r2=641700&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml (original)
+++ maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml Wed Mar 26 20:09:43 2008
@@ -156,6 +156,10 @@
                       <value>TRUE</value>
                     </property>
                     <property>
+                      <name>set.default.REPO_DIR</name>
+                      <value>lib</value>
+                    </property>
+                    <property>
                       <name>wrapper.logfile</name>
                       <value>./logs/wrapper.log</value>
                     </property>
@@ -170,9 +174,7 @@
               </jvmSettings> 
             </daemon>
           </daemons>          
-<!-- TODO:
-<repoPath>lib</repoPath>
--->
+          <repoPath>lib</repoPath>
           <repositoryLayout>flat</repositoryLayout>
           <assembleDirectory>target/generated-resources/appassembler/jsw/archiva</assembleDirectory>
         </configuration>