You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by da...@apache.org on 2015/11/12 03:05:42 UTC

incubator-apex-core git commit: clean the test app also during clean target

Repository: incubator-apex-core
Updated Branches:
  refs/heads/devel-3 aaa21a3be -> 30f4e21f1


clean the test app also during clean target


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/30f4e21f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/30f4e21f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/30f4e21f

Branch: refs/heads/devel-3
Commit: 30f4e21f1b1c9e5b2eb821c2aab26af9555de323
Parents: aaa21a3
Author: Chetan Narsude <ch...@apache.org>
Authored: Wed Nov 11 15:46:24 2015 -0800
Committer: Chetan Narsude <ch...@apache.org>
Committed: Wed Nov 11 15:46:24 2015 -0800

----------------------------------------------------------------------
 engine/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/30f4e21f/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index 6c1d009..f55a563 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -148,6 +148,18 @@
           <maxAllowedViolations>2942</maxAllowedViolations>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <version>2.5</version>
+        <configuration>
+          <filesets>
+            <fileset>
+              <directory>src/test/resources/testAppPackage/mydtapp/target</directory>
+              <followSymlinks>true</followSymlinks>
+            </fileset>
+          </filesets>
+        </configuration>
+      </plugin>
     </plugins>
   </build>