You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2009/05/22 02:08:56 UTC

svn commit: r777331 - /portals/jetspeed-2/portal/trunk/pom.xml

Author: ate
Date: Fri May 22 00:08:56 2009
New Revision: 777331

URL: http://svn.apache.org/viewvc?rev=777331&view=rev
Log:
JS2-1018: Release 2.2.0 preparation
See: http://issues.apache.org/jira/browse/JS2-1018
- try to get assembly-plugin to only run against root pom.xml for apache-release

Modified:
    portals/jetspeed-2/portal/trunk/pom.xml

Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=777331&r1=777330&r2=777331&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Fri May 22 00:08:56 2009
@@ -1710,6 +1710,15 @@
                 <descriptor>src/main/assembly/project-src.xml</descriptor>
               </descriptors>
             </configuration>
+            <executions>
+              <execution>
+                <id>make-project-assembly-source-release</id>
+                <phase>generate-sources</phase>
+                <goals>
+                  <goal>single</goal>
+                </goals>
+              </execution>
+            </executions>
           </plugin>
         </plugins>
       </build>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org