[embjopr-commits] EMBJOPR SVN: r249 - in trunk: jbas5 and 1 other directory.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Mar 20 20:53:41 EDT 2009


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 &lt;jbas5.warDir&gt;/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 &lt;warDir&gt;/WEB-INF/web.xml to force redeploy...</echo>
                             <touch file="${deployment.dir}/WEB-INF/web.xml" />                                                       
+                            -->
                           </tasks>
                         </configuration>
                         <goals>




More information about the embjopr-commits mailing list