]> source.dussan.org Git - archiva.git/commitdiff
update README file
authorOlivier Lamy <olamy@apache.org>
Wed, 6 Jun 2012 09:09:30 +0000 (09:09 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 6 Jun 2012 09:09:30 +0000 (09:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1346796 13f79535-47bb-0310-9956-ffa450edef68

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

index ed7fdb9d7f199fceb15a9cc4fb0eaf92c7cf660a..ecbd3f41a3553408b2eed2e08ae1c2f167c394d1 100644 (file)
@@ -9,7 +9,7 @@ Running from Source Code
 With maven 3 and the tomcat-maven-plugin, you will be able to run the webapp from the top
 and include all the other modules in the webapp classloader.
 No more need to install everything to run the jetty plugin.
-So just use : mvn tomcat6:run -Pdev -Ptomcat or mvn tomcat7:run -Pdev -Ptomcat
+So just use : mvn tomcat6:run -Pdev -Ptomcat -pl :archiva-webapp -am or mvn tomcat7:run -Pdev -Ptomcat -pl :archiva-webapp -am
 and hit in your browser : http://localhost:9091/archiva
 
 note with dev profile admin account is automatically created with password admin123
index 7fe48668af7b36fe5cff04a69e7fa90c5d09a8e2..f35938de57689c219302b2c0942d47cba01a660c 100644 (file)
                 </configuration>
               </execution>
               <!--
-              redefine to override exclude configuration (and exlude back struts-security.xml :-)
+              redefine to override exclude configuration (and exclude back struts-security.xml :-)
               tomcat plugin 2.0 has a better support of war overlay
               -->
               <execution>