You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2010/07/01 18:18:41 UTC

svn commit: r959709 - /geronimo/samples/branches/3.0-M1/pom.xml

Author: xiaming
Date: Thu Jul  1 16:18:41 2010
New Revision: 959709

URL: http://svn.apache.org/viewvc?rev=959709&view=rev
Log:
GERONIMO-5399 clean history/dependencies.xml in src/main that is generated by car-maven-plugin

Modified:
    geronimo/samples/branches/3.0-M1/pom.xml

Modified: geronimo/samples/branches/3.0-M1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-M1/pom.xml?rev=959709&r1=959708&r2=959709&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-M1/pom.xml (original)
+++ geronimo/samples/branches/3.0-M1/pom.xml Thu Jul  1 16:18:41 2010
@@ -325,7 +325,26 @@
                         </goals>
                     </execution>
                 </executions>
-            </plugin>            
+            </plugin>
+            <plugin>
+                <artifactId>maven-clean-plugin</artifactId>
+                <version>2.4.1</version>
+                <configuration>
+                <filesets>
+                    <fileset>
+                        <directory>src/main</directory>
+                        <includes>
+                            <include>history</include>                            
+                        </includes>
+                        <!--<excludes>
+                            <exclude>**/important.log</exclude>
+                            <exclude>**/another-important.log</exclude>
+                        </excludes>-->
+                        <followSymlinks>false</followSymlinks>
+                    </fileset>
+                </filesets>
+                </configuration>
+        </plugin>            
         </plugins>
     </build>