You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2008/08/27 04:05:19 UTC

svn commit: r689334 - /myfaces/portlet-bridge/core/tags/portlet-bridge-1.0.0-alpha-3/pom.xml

Author: sobryan
Date: Tue Aug 26 19:05:19 2008
New Revision: 689334

URL: http://svn.apache.org/viewvc?rev=689334&view=rev
Log:
Some pom enhancements to help with release process

Modified:
    myfaces/portlet-bridge/core/tags/portlet-bridge-1.0.0-alpha-3/pom.xml

Modified: myfaces/portlet-bridge/core/tags/portlet-bridge-1.0.0-alpha-3/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/tags/portlet-bridge-1.0.0-alpha-3/pom.xml?rev=689334&r1=689333&r2=689334&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/tags/portlet-bridge-1.0.0-alpha-3/pom.xml (original)
+++ myfaces/portlet-bridge/core/tags/portlet-bridge-1.0.0-alpha-3/pom.xml Tue Aug 26 19:05:19 2008
@@ -58,7 +58,6 @@
   <modules>
     <module>api</module>
     <module>impl</module>
-    <module>examples</module>
   </modules>
 
   <!-- Versions and scope of dependencies -->
@@ -215,6 +214,18 @@
     </profile>
     
     <profile>
+      <id>include-examples</id>
+      <activation>
+        <property>
+          <name>!performRelease</name>
+        </property>
+      </activation>
+      <modules>
+        <module>examples</module>
+      </modules>
+    </profile>    
+
+    <profile>
       <id>perform-release</id>
       <activation>
         <property>
@@ -222,9 +233,6 @@
           <value>true</value>
         </property>
       </activation>
-      <modules>
-        <module>assembly</module>
-      </modules>
       <build>
         <plugins>
           <plugin>