]> source.dussan.org Git - archiva.git/commitdiff
-Pdev not anymore needed in old webapp too
authorOlivier Lamy <olamy@apache.org>
Mon, 10 Sep 2012 07:37:39 +0000 (07:37 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 10 Sep 2012 07:37:39 +0000 (07:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1382672 13f79535-47bb-0310-9956-ffa450edef68

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

index 1c4154ae12c76eb0128233aa5fac7c855cce25d8..1fe50fa87506de9a79dccf00faa38c13409eda1b 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 -pl :archiva-webapp -am or mvn tomcat7:run -Pdev -Ptomcat -pl :archiva-webapp -am
+So just use : mvn tomcat6:run -Ptomcat -pl :archiva-webapp -am or mvn tomcat7:run -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 6b2a8b8aa4fc3ff72191c284dd8d6c784105b469..e8aa1cb56ccb22812d9552547ebb0b054ecb0ec4 100644 (file)
                 <appserver.base>${archivaAppServerBase}</appserver.base>
                 <appserver.home>${archivaAppServerBase}</appserver.home>
                 <derby.system.home>${archivaAppServerBase}/logs</derby.system.home>
-                <redback.admin.creation.file>${basedir}/src/test/tomcat/auto-admin-creation.properties </redback.admin.creation.file>
+                <redback.admin.creation.file>${basedir}/src/test/tomcat/auto-admin-creation.properties</redback.admin.creation.file>
                 <java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
               </systemProperties>
               <additionalClasspathDirs>