[gatein-commits] gatein SVN: r6569 - epp/portal/branches/EPP-5-1-tmp/distribution.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu May 26 16:54:47 EDT 2011


Author: hfnukal
Date: 2011-05-26 16:54:46 -0400 (Thu, 26 May 2011)
New Revision: 6569

Modified:
   epp/portal/branches/EPP-5-1-tmp/distribution/pom.xml
Log:
move

Modified: epp/portal/branches/EPP-5-1-tmp/distribution/pom.xml
===================================================================
--- epp/portal/branches/EPP-5-1-tmp/distribution/pom.xml	2011-05-26 13:15:55 UTC (rev 6568)
+++ epp/portal/branches/EPP-5-1-tmp/distribution/pom.xml	2011-05-26 20:54:46 UTC (rev 6569)
@@ -17,6 +17,7 @@
     <properties>
         <eap.version>5.1.0</eap.version>
         <eap.dir>jboss-eap-5.1</eap.dir>
+        <epp.dir>jboss-epp-5.1.1</epp.dir>
     </properties>
     
     <modules>
@@ -129,6 +130,21 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.6</version>
+                <executions>
+                    <execution>
+                        <id>ant-final</id>
+                        <phase>package</phase>
+                        <configuration>
+                            <target>
+                                <move file="${eap.dir}" toFile="${epp.dir}"/>
+                            </target>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
 </project>
\ No newline at end of file



More information about the gatein-commits mailing list