Author: manaRH
Date: 2013-06-03 09:19:24 -0400 (Mon, 03 Jun 2013)
New Revision: 15508

Modified:
   branches/enterprise/WFK-2_1/examples/blog/blog-tests/pom.xml
Log:
cleaning temp index directories in clean phase for tests

Modified: branches/enterprise/WFK-2_1/examples/blog/blog-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/blog/blog-tests/pom.xml        
2013-06-03 13:19:16 UTC (rev 15507)
+++ branches/enterprise/WFK-2_1/examples/blog/blog-tests/pom.xml        
2013-06-03 13:19:24 UTC (rev 15508)
@@ -121,6 +121,20 @@
                <skip>true</skip>
             </configuration>
          </plugin>
+         <plugin>
+               <artifactId>maven-clean-plugin</artifactId>
+               <version>2.4.1</version>
+               <configuration>
+                       <filesets>
+                               <fileset>
+                       <directory>./blogindexes/</directory>
+                       <includes>
+                               <include>**</include>
+                       </includes>
+                       </fileset>
+                       </filesets>
+               </configuration>
+         </plugin>
       </plugins>
    </build>
 

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to