Author: ips
Date: 2008-12-03 17:12:24 -0500 (Wed, 03 Dec 2008)
New Revision: 63
Modified:
trunk/core/pom.xml
trunk/jbas5/pom.xml
Log:
touching web.xml now triggers a redeploy as it should, so switch back to using this method
in the dev profile
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2008-12-03 16:05:40 UTC (rev 62)
+++ trunk/core/pom.xml 2008-12-03 22:12:24 UTC (rev 63)
@@ -381,14 +381,9 @@
<fileset dir="${basedir}/src/main/webapp"
/>
</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"
/>
- -->
- <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" />
+ <touch file="${jbas5.warDir}/WEB-INF/web.xml"
/>
</tasks>
</configuration>
<goals>
Modified: trunk/jbas5/pom.xml
===================================================================
--- trunk/jbas5/pom.xml 2008-12-03 16:05:40 UTC (rev 62)
+++ trunk/jbas5/pom.xml 2008-12-03 22:12:24 UTC (rev 63)
@@ -152,13 +152,9 @@
<include name="META-INF/**" />
</patternset>
</unjar>
- <!--
+
<echo>*** Touching
<warDir>/WEB-INF/web.xml to force redeploy...</echo>
- <touch file="${deployment.dir}/WEB-INF/web.xml"
/>
- -->
- <echo>*** Deleting then touching
<warDir>/redeploy-trigger.txt to force redeploy...</echo>
- <delete
file="${deployment.dir}/redeploy-trigger.txt" quiet="true" />
- <touch
file="${deployment.dir}/redeploy-trigger.txt" />
+ <touch file="${deployment.dir}/WEB-INF/web.xml"
/>
</tasks>
</configuration>
<goals>
Show replies by date