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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Wed Dec 3 17:12:25 EST 2008


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




More information about the embjopr-commits mailing list