]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1686] stop support of struts2 webapp.
authorOlivier Lamy <olamy@apache.org>
Tue, 9 Oct 2012 07:18:24 +0000 (07:18 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 9 Oct 2012 07:18:24 +0000 (07:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1395877 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index d6587295d77d6344f625490e687cadfea49cf504..2a682bcb3342a37477d1857298b9937d381dddb2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,6 @@
     <module>archiva-cli</module>
     <module>archiva-modules</module>
     <module>archiva-docs</module>
-    <module>archiva-jetty</module>
     <module>archiva-jetty-js</module>
     <!--module>archiva-tomcat-js</module-->
   </modules>
         <type>zip</type>
         <classifier>docs</classifier>
       </dependency>
-      <dependency>
-        <groupId>org.apache.archiva</groupId>
-        <artifactId>archiva-webapp</artifactId>
-        <version>${project.version}</version>
-        <type>war</type>
-      </dependency>
       <dependency>
         <groupId>org.apache.archiva</groupId>
         <artifactId>archiva-webapp-js</artifactId>
       </build>
     </profile>
 
-
-    <profile>
-      <!-- profile to run struts webapp it test -->
-      <id>it</id>
-      <modules>
-        <module>archiva-modules/archiva-web/archiva-webapp-test</module>
-      </modules>
-    </profile>
     <profile>
       <!-- profile to run javascript webapp and it tests -->
       <id>it-js</id>