mirror of https://github.com/apache/archiva.git
-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
This commit is contained in:
parent
092e643a34
commit
f470e3eaa6
|
@ -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
|
||||
|
|
|
@ -1503,7 +1503,7 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue