Author: ips
Date: 2009-03-20 20:53:41 -0400 (Fri, 20 Mar 2009)
New Revision: 249
Modified:
trunk/core/pom.xml
trunk/jbas5/pom.xml
Log:
don't touch web.xml in the dev profile anymore - it doesn't seem to be necessary
to trigger a redeploy and was actually causing issues
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2009-03-20 18:46:05 UTC (rev 248)
+++ trunk/core/pom.xml 2009-03-21 00:53:41 UTC (rev 249)
@@ -377,9 +377,11 @@
<fileset
dir="${basedir}/src/main/webappBinary" />
</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"
/>
+ -->
</tasks>
</configuration>
<goals>
Modified: trunk/jbas5/pom.xml
===================================================================
--- trunk/jbas5/pom.xml 2009-03-20 18:46:05 UTC (rev 248)
+++ trunk/jbas5/pom.xml 2009-03-21 00:53:41 UTC (rev 249)
@@ -144,8 +144,10 @@
</patternset>
</unjar>
+ <!--
<echo>*** Touching
<warDir>/WEB-INF/web.xml to force redeploy...</echo>
<touch file="${deployment.dir}/WEB-INF/web.xml"
/>
+ -->
</tasks>
</configuration>
<goals>
Show replies by date