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 2012/06/06 11:09:30 UTC

svn commit: r1346796 - in /archiva/trunk: README.txt archiva-modules/archiva-web/archiva-webapp/pom.xml

Author: olamy
Date: Wed Jun  6 09:09:30 2012
New Revision: 1346796

URL: http://svn.apache.org/viewvc?rev=1346796&view=rev
Log:
update README file

Modified:
    archiva/trunk/README.txt
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml

Modified: archiva/trunk/README.txt
URL: http://svn.apache.org/viewvc/archiva/trunk/README.txt?rev=1346796&r1=1346795&r2=1346796&view=diff
==============================================================================
--- archiva/trunk/README.txt (original)
+++ archiva/trunk/README.txt Wed Jun  6 09:09:30 2012
@@ -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

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml?rev=1346796&r1=1346795&r2=1346796&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml Wed Jun  6 09:09:30 2012
@@ -1376,7 +1376,7 @@
                 </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>