(no commit message)
authorErik Brakkee <erik@brakkee.org>
Mon, 12 Apr 2010 20:56:15 +0000 (20:56 +0000)
committerErik Brakkee <erik@brakkee.org>
Mon, 12 Apr 2010 20:56:15 +0000 (20:56 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index aee5a2d3a80224d659ee6dbc441cde42ef60ae01..bff478100a22a16478536cade953cfa7555e6b95 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
     <build>
         <plugins>
+            <plugin>
+                <artifactId>maven-clean-plugin</artifactId>
+                <version>2.4</version>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>.</directory>
+                            <includes>
+                                <include>derby.log</include>
+                                <include>createDDL.jdbc</include>
+                                <include>dropDDL.jdbc</include>
+                            </includes>
+                            <excludes>
+                                <exclude>**/important.log</exclude>
+                                <exclude>**/another-important.log</exclude>
+                            </excludes>
+                            <followSymlinks>false</followSymlinks>
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
+
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jalopy-maven-plugin</artifactId>
                 </executions>
                 <configuration>
                     <instrumentation>
-                        <excludes>
-                        </excludes>
+                        <excludes> </excludes>
                     </instrumentation>
                 </configuration>
             </plugin>