You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2011/05/05 15:43:40 UTC

svn commit: r1099797 - in /openejb/branches/openejb-3.2.x: deps/pom.xml pom.xml

Author: jlmonteiro
Date: Thu May  5 13:43:40 2011
New Revision: 1099797

URL: http://svn.apache.org/viewvc?rev=1099797&view=rev
Log:
Add the hability to build deps the first time (prepare profile)

Modified:
    openejb/branches/openejb-3.2.x/deps/pom.xml
    openejb/branches/openejb-3.2.x/pom.xml

Modified: openejb/branches/openejb-3.2.x/deps/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/deps/pom.xml?rev=1099797&r1=1099796&r2=1099797&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/deps/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/deps/pom.xml Thu May  5 13:43:40 2011
@@ -29,5 +29,6 @@
 
   <modules>
     <module>javaee-api</module>
+    <module>javaee-web-api</module>
   </modules>
 </project>

Modified: openejb/branches/openejb-3.2.x/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/pom.xml?rev=1099797&r1=1099796&r2=1099797&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/pom.xml Thu May  5 13:43:40 2011
@@ -294,6 +294,18 @@
 
   <profiles>
     <profile>
+        <id>prepare</id>
+        <activation>
+            <property>
+                <name>prepare</name>
+            </property>
+        </activation>
+        <modules>
+            <module>deps</module>
+        </modules>
+    </profile>
+
+    <profile>
       <id>assemble</id>
       <activation>
         <property>