From f470e3eaa694ee22b678b77c58e15ac59e4ad5fd Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 10 Sep 2012 07:37:39 +0000 Subject: [PATCH] -Pdev not anymore needed in old webapp too git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1382672 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 2 +- archiva-modules/archiva-web/archiva-webapp/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 1c4154ae1..1fe50fa87 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 6b2a8b8aa..e8aa1cb56 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -1503,7 +1503,7 @@ ${archivaAppServerBase} ${archivaAppServerBase} ${archivaAppServerBase}/logs - ${basedir}/src/test/tomcat/auto-admin-creation.properties + ${basedir}/src/test/tomcat/auto-admin-creation.properties ${project.build.directory} -- 2.39.5