From: olivier lamy Date: Fri, 16 Jun 2017 23:36:31 +0000 (+1000) Subject: get rid of tomcat plugin X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=41f6912814506bf2f44f900023af498bd8fa0ae7;p=archiva.git get rid of tomcat plugin Signed-off-by: olivier lamy --- diff --git a/README.md b/README.md index 6343e3876..e7ac24553 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Running from Source Code ======================== As webapp js is in dev and won't probably be released soon, the module is not activated by default and it's included only in a profile -mvn tomcat7:run -pl :archiva-webapp -am (to save fingers :-) use sh ./t7.sh ) (debug with sh ./t7-debug.sh port 8000) +mvn jetty:run -pl :archiva-webapp -am (to save fingers :-) use sh ./jetty.sh ) (debug with sh ./jetty-debug.sh debug port 8000) hit your browser: http://localhost:9091/archiva/index.html @@ -49,7 +49,7 @@ This file must contains: Using with cassandra as metadata storage ======================== You can run the application using cassandra as storage. -sh ./t7.sh -Pcassandra +sh ./jetty.sh -Pcassandra Default cassandra host is localhost and port 9160 diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 1b203dd7f..1d3c53ed1 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -30,7 +30,6 @@ Archiva Web :: Javascript Application - ${basedir}/src/test/tomcat/tomcat-context-archiva.xml true true true @@ -38,7 +37,6 @@ false - false 30 jcr localhost @@ -1079,7 +1077,6 @@ ${project.build.directory}/appserver-base ${archiva.baseRestUrl} ${rest.admin.pwd} - ${test.useTomcat} ${redbackTestJdbcUrl} ${redbackTestJdbcDriver} diff --git a/pom.xml b/pom.xml index 7fc5386c5..b78f61ef2 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,6 @@ 1.1 2.1 3.0.15 - 2.2 7.0.54 2.27 @@ -1583,115 +1582,6 @@ - - org.apache.tomcat.maven - tomcat7-maven-plugin - - - org.apache.tomcat.embed - tomcat-embed-core - ${tomcat7Version} - - - org.apache.tomcat - tomcat-util - ${tomcat7Version} - - - org.apache.tomcat - tomcat-coyote - ${tomcat7Version} - - - org.apache.tomcat - tomcat-api - ${tomcat7Version} - - - - org.apache.tomcat - tomcat-jdbc - ${tomcat7Version} - - - - org.apache.tomcat - tomcat-dbcp - ${tomcat7Version} - - - - org.apache.tomcat - tomcat-servlet-api - ${tomcat7Version} - - - - org.apache.tomcat - tomcat-jsp-api - ${tomcat7Version} - - - - org.apache.tomcat - tomcat-jasper - ${tomcat7Version} - - - - org.apache.tomcat - tomcat-jasper-el - ${tomcat7Version} - - - - org.apache.tomcat - tomcat-el-api - ${tomcat7Version} - - - - org.apache.tomcat - tomcat-catalina - ${tomcat7Version} - - - - org.apache.tomcat - tomcat-tribes - ${tomcat7Version} - - - - org.apache.tomcat - tomcat-catalina-ha - ${tomcat7Version} - - - - org.apache.tomcat - tomcat-annotations-api - ${tomcat7Version} - - - - org.apache.tomcat - tomcat-juli - ${tomcat7Version} - - - - org.apache.tomcat.embed - tomcat-embed-logging-juli - ${tomcat7Version} - - - org.apache.tomcat.embed - tomcat-embed-logging-log4j - ${tomcat7Version} - - - @@ -1746,11 +1636,6 @@ - - org.apache.tomcat.maven - tomcat7-maven-plugin - ${asfTomcatMavenPluginVersion} - org.eclipse.jetty jetty-maven-plugin diff --git a/t7-debug.sh b/t7-debug.sh deleted file mode 100644 index 40e39724a..000000000 --- a/t7-debug.sh +++ /dev/null @@ -1,2 +0,0 @@ -set -x -mvnDebug tomcat7:run -pl :archiva-webapp -am $@ diff --git a/t7.sh b/t7.sh deleted file mode 100644 index de6224b53..000000000 --- a/t7.sh +++ /dev/null @@ -1,2 +0,0 @@ -set -x -mvn tomcat7:run -pl :archiva-webapp -am $@