You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by vi...@apache.org on 2012/06/29 04:21:53 UTC

svn commit: r1355206 - in /incubator/oozie/trunk: core/pom.xml release-log.txt

Author: virag
Date: Fri Jun 29 02:21:52 2012
New Revision: 1355206

URL: http://svn.apache.org/viewvc?rev=1355206&view=rev
Log:
OOZIE-795 update the oozie commit build profile (virag)

Modified:
    incubator/oozie/trunk/core/pom.xml
    incubator/oozie/trunk/release-log.txt

Modified: incubator/oozie/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/core/pom.xml?rev=1355206&r1=1355205&r2=1355206&view=diff
==============================================================================
--- incubator/oozie/trunk/core/pom.xml (original)
+++ incubator/oozie/trunk/core/pom.xml Fri Jun 29 02:21:52 2012
@@ -30,6 +30,9 @@
     <description>Apache Oozie Core</description>
     <name>Apache Oozie Core</name>
     <packaging>jar</packaging>
+    <properties>
+        <test.exclude.pattern>_</test.exclude.pattern>
+    </properties>
 
     <dependencies>
 
@@ -424,9 +427,19 @@
                             <excludes>
                                 <exclude>**/TestRerun.java</exclude>
                                 <exclude>**/TestCallableQueueService.java</exclude>
-                                <exclude>**/TestPigActionExecutor.java</exclude>
-                                <exclude>**/TestCallableQueueService.java</exclude>
-                                <exclude>**/TestSshActionExecutor.java</exclude>
+                                <exclude>**/TestSsh*.java</exclude>
+                                <exclude>**/TestHive*.java</exclude>
+                                <exclude>**/TestSqoop*.java</exclude>
+                                <exclude>**/TestActionErrors.java</exclude>
+                                <exclude>**/TestJavaActionExecutor.java</exclude>
+                                <exclude>**/TestLauncher.java</exclude>
+                                <exclude>**/TestShellActionExecutor.java</exclude>
+                                <exclude>**/TestActionStartXCommand.java</exclude>
+                                <exclude>**/TestActionCheckXCommand.java</exclude>
+                                <exclude>**/TestCoordRerunXCommand.java</exclude>
+                                <exclude>**/util/Test**</exclude>
+                                <exclude>**/bundle/Test**</exclude>
+                                <exclude>**/${test.exclude.pattern}/*</exclude>
                             </excludes>
                         </configuration>
                     </plugin>

Modified: incubator/oozie/trunk/release-log.txt
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1355206&r1=1355205&r2=1355206&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Fri Jun 29 02:21:52 2012
@@ -1,5 +1,6 @@
 -- Oozie 3.3.0 release (trunk - unreleased)
 
+OOZIE-795 update the oozie commit build profile (virag)
 OOZIE-860 start-instance and end-instance should limit 1 (britt via virag)
 OOZIE-882 CoordELEvaluator.createDataEvaluator doesn't set timezone for coord action (shwethags via tucu)
 OOZIE-892 increase default JVM max memory to 1GB to avoid OOM (rkanter via tucu)