You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/05/30 11:04:21 UTC

svn commit: r410224 - in /maven/continuum/trunk: continuum-core-it/pom.xml pom.xml

Author: evenisse
Date: Tue May 30 02:04:20 2006
New Revision: 410224

URL: http://svn.apache.org/viewvc?rev=410224&view=rev
Log:
Readd temporarily continuum-web in build

Modified:
    maven/continuum/trunk/continuum-core-it/pom.xml
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/continuum-core-it/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-core-it/pom.xml?rev=410224&r1=410223&r2=410224&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core-it/pom.xml (original)
+++ maven/continuum/trunk/continuum-core-it/pom.xml Tue May 30 02:04:20 2006
@@ -37,6 +37,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>
+      <artifactId>continuum-plexus-application</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.continuum</groupId>
       <artifactId>continuum-webapp</artifactId>
       <type>pom</type>
       <version>1.1-SNAPSHOT</version>

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/pom.xml?rev=410224&r1=410223&r2=410224&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Tue May 30 02:04:20 2006
@@ -59,6 +59,7 @@
     <module>continuum-rpc-client</module>
     <module>continuum-store</module>
     <module>continuum-test</module>
+    <module>continuum-web</module> <!--Remove this when webapp will be ready and packaged as a plexus-application -->
     <module>continuum-webapp</module>
     <module>continuum-xmlrpc</module>
   </modules>