Author: ips
Date: 2008-11-14 14:06:48 -0500 (Fri, 14 Nov 2008)
New Revision: 49
Modified:
trunk/core/pom.xml
Log:
include the delete/touch necessary to hot-redeploy war to AS5 in dev profile
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2008-11-13 18:41:30 UTC (rev 48)
+++ trunk/core/pom.xml 2008-11-14 19:06:48 UTC (rev 49)
@@ -382,8 +382,13 @@
</copy>
<!-- TODO: Also copy the files from
src/main/webapp-filtered/, and then filter them ourselves. -->
+ <!--
<echo>*** Touching
<jbas5.warDir>/WEB-INF/web.xml to force redeploy...</echo>
- <touch file="${jbas5.warDir}/WEB-INF/web.xml"
/>
+ <touch file="${jbas5.warDir}/WEB-INF/web.xml"
/>
+ -->
+ <echo>*** Deleting then touching
<jbas5.warDir>/redeploy-trigger.txt to force redeploy...</echo>
+ <delete
file="${jbas5.warDir}/redeploy-trigger.txt" quiet="true" />
+ <touch
file="${jbas5.warDir}/redeploy-trigger.txt" />
</tasks>
</configuration>
<goals>
Show replies by date