You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/06/01 19:37:42 UTC

[07/50] storm git commit: STORM-811: remove old metastor_db before running tests again.

STORM-811: remove old metastor_db before running tests again.


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e40a0fe1
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e40a0fe1
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e40a0fe1

Branch: refs/heads/0.10.x-branch
Commit: e40a0fe1b7d52b5f8ad2b9b08d9884dba4829d13
Parents: ea0fe12
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Wed May 6 16:17:08 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Wed May 6 16:17:08 2015 -0500

----------------------------------------------------------------------
 external/storm-hive/pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/e40a0fe1/external/storm-hive/pom.xml
----------------------------------------------------------------------
diff --git a/external/storm-hive/pom.xml b/external/storm-hive/pom.xml
index 32dbc4d..e6eacd7 100644
--- a/external/storm-hive/pom.xml
+++ b/external/storm-hive/pom.xml
@@ -126,6 +126,27 @@
   <build>
     <plugins>
       <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <version>2.5</version>
+        <executions>
+          <execution>
+            <id>cleanup</id>
+            <phase>test-compile</phase>
+            <goals>
+              <goal>clean</goal>
+            </goals>
+            <configuration>
+              <excludeDefaultDirectories>true</excludeDefaultDirectories>
+              <filesets>
+                <fileset>
+                  <directory>./metastore_db/</directory>
+                </fileset>
+              </filesets>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <version>2.2</version>