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 2013/02/13 01:48:24 UTC

svn commit: r1445441 - in /oozie/branches/branch-3.3: minitest/pom.xml release-log.txt

Author: virag
Date: Wed Feb 13 00:48:24 2013
New Revision: 1445441

URL: http://svn.apache.org/r1445441
Log:
OOZIE-1221 mvn install failing in Oozie-Mini module (jaoki via virag)

Modified:
    oozie/branches/branch-3.3/minitest/pom.xml
    oozie/branches/branch-3.3/release-log.txt

Modified: oozie/branches/branch-3.3/minitest/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/minitest/pom.xml?rev=1445441&r1=1445440&r2=1445441&view=diff
==============================================================================
--- oozie/branches/branch-3.3/minitest/pom.xml (original)
+++ oozie/branches/branch-3.3/minitest/pom.xml Wed Feb 13 00:48:24 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/branch-3.3/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/release-log.txt?rev=1445441&r1=1445440&r2=1445441&view=diff
==============================================================================
--- oozie/branches/branch-3.3/release-log.txt (original)
+++ oozie/branches/branch-3.3/release-log.txt Wed Feb 13 00:48:24 2013
@@ -1,5 +1,6 @@
 -- 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-1188 Typo in documentation for using login server example (rkanter)
 OOZIE-1113 The cookies used in the AltKerberosAuthenticationHandler examples aren't read properly if quoted (rkanter)