You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by an...@apache.org on 2011/10/18 10:55:35 UTC

svn commit: r1185536 - /db/jdo/trunk/tck/pom.xml

Author: andyj
Date: Tue Oct 18 08:55:35 2011
New Revision: 1185536

URL: http://svn.apache.org/viewvc?rev=1185536&view=rev
Log:
clean out datanucleus.txt and query.ser files before running

Modified:
    db/jdo/trunk/tck/pom.xml

Modified: db/jdo/trunk/tck/pom.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/pom.xml?rev=1185536&r1=1185535&r2=1185536&view=diff
==============================================================================
--- db/jdo/trunk/tck/pom.xml (original)
+++ db/jdo/trunk/tck/pom.xml Tue Oct 18 08:55:35 2011
@@ -153,6 +153,20 @@
                     <headerLocation>${basedir}/../LICENSE.txt</headerLocation>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-clean-plugin</artifactId>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>${basedir}</directory>
+                            <includes>
+                                <include>query.ser</include>
+                                <include>datanucleus.txt</include>
+                            </includes>
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
         </plugins>
     </reporting>
 </project>