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
<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>