Author: virag
Date: Wed Feb 13 00:57:26 2013
New Revision: 1445446
URL: http://svn.apache.org/r1445446
Log:
Porting 1221 and adding a missed file
Modified:
oozie/branches/hcat-intre/minitest/pom.xml
oozie/branches/hcat-intre/pom.xml
oozie/branches/hcat-intre/release-log.txt
Modified: oozie/branches/hcat-intre/minitest/pom.xml
URL:
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/minitest/pom.xml?rev=1445446&r1=1445445&r2=1445446&view=diff
==============================================================================
--- oozie/branches/hcat-intre/minitest/pom.xml (original)
+++ oozie/branches/hcat-intre/minitest/pom.xml Wed Feb 13 00:57:26 2013
@@ -82,21 +82,4 @@
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <executions>
- <execution>
- <id>default-jar</id>
- <!-- minitest does not necessary have .java files
under src/main
- and this causes [WARNING] JAR will be empty upon
mvn package -->
- <phase>never</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
</project>
Modified: oozie/branches/hcat-intre/pom.xml
URL:
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/pom.xml?rev=1445446&r1=1445445&r2=1445446&view=diff
==============================================================================
--- oozie/branches/hcat-intre/pom.xml (original)
+++ oozie/branches/hcat-intre/pom.xml Wed Feb 13 00:57:26 2013
@@ -104,6 +104,7 @@
<module>docs</module>
<module>sharelib</module>
<module>tools</module>
+ <module>minitest</module>
<module>distro</module>
</modules>
Modified: oozie/branches/hcat-intre/release-log.txt
URL:
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/release-log.txt?rev=1445446&r1=1445445&r2=1445446&view=diff
==============================================================================
--- oozie/branches/hcat-intre/release-log.txt (original)
+++ oozie/branches/hcat-intre/release-log.txt Wed Feb 13 00:57:26 2013
@@ -14,6 +14,7 @@ OOZIE-944 Implement Workflow Generator U
-- Oozie 3.3.2 unreleased
+OOZIE-1221 mvn install failing in Oozie-Mini module (jaoki via virag)
OOZIE-1170 Update minitest module (MiniOozie) to use main pom as its parent
(jaoki via rkanter)
OOZIE-1196 HCat EL functions for database and table should be modified (mona)
OOZIE-1210 Rework uri handling for Prepare actions and jms server mapping
(rohini via virag)