From: Olivier Lamy Date: Mon, 17 Oct 2011 20:01:13 +0000 (+0000) Subject: some tests on tomcat exec war generation: in a profile not activated by default X-Git-Tag: archiva-1.4-M1~12 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=52b0aa79d38267b0db49c73a82e36cc8fa455174;p=archiva.git some tests on tomcat exec war generation: in a profile not activated by default git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185349 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-tomcat/pom.xml b/archiva-tomcat/pom.xml new file mode 100644 index 000000000..bb9c76797 --- /dev/null +++ b/archiva-tomcat/pom.xml @@ -0,0 +1,105 @@ + + + + + 4.0.0 + + org.apache.archiva + archiva + 1.4-M1-SNAPSHOT + + archiva-tomcat + pom + + Apache Archiva + + + + org.apache.archiva + archiva-webapp + war + + + org.apache.archiva + archiva-docs + zip + docs + + + + org.apache.derby + derby + 10.1.3.1 + runtime + + + javax.mail + mail + 1.4 + runtime + + + + + + org.apache.tomcat.maven + tomcat7-maven-plugin + 2.0-SNAPSHOT + + + tomcat-run + + exec-war-only + + package + + true + + + + org.apache.archiva + archiva-webapp + ${project.version} + war + + src/main/tomcatconf/archiva.xml + /archiva + + + + + org.apache.derby + derby + 10.1.3.1 + + + javax.mail + mail + 1.4 + + + + + + + + + diff --git a/archiva-tomcat/src/main/tomcatconf/archiva.xml b/archiva-tomcat/src/main/tomcatconf/archiva.xml new file mode 100644 index 000000000..4f7ce1d69 --- /dev/null +++ b/archiva-tomcat/src/main/tomcatconf/archiva.xml @@ -0,0 +1,31 @@ + + + + + + + diff --git a/pom.xml b/pom.xml index 04926ecfa..3e06dba8c 100644 --- a/pom.xml +++ b/pom.xml @@ -1741,6 +1741,9 @@ tdev + + archiva-tomcat +