Skip to content

Commit

Permalink
OOZIE-2177 Parameterize javadoc plugin configuration (ryota)
Browse files Browse the repository at this point in the history
  • Loading branch information
egashira committed Mar 20, 2015
1 parent 086945b commit ccccd66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -67,6 +67,7 @@

<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<maven.test.java.opts>-Xmx1024m -da -XX:MaxPermSize=512m</maven.test.java.opts>
<maven.javadoc.opts></maven.javadoc.opts>

<oozie.data.dir>${oozie.test.dir}</oozie.data.dir>
<oozie.test.db.host>localhost</oozie.test.db.host>
Expand Down Expand Up @@ -1488,6 +1489,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
<configuration>
<additionalparam>${maven.javadoc.opts}</additionalparam>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
1 change: 1 addition & 0 deletions release-log.txt
@@ -1,5 +1,6 @@
-- Oozie 4.2.0 release (trunk - unreleased)

OOZIE-2177 Parameterize javadoc plugin configuration (ryota)
OOZIE-2169 Fix return type for fs:dirSize, fs:fileSize and fs:blockSize in WF spec (apivovarov via puru)
OOZIE-2171 Some error code messages are not parsed correctly due to unescaped single quote (rkanter)
OOZIE-2108 bulk kill, suspend, resume jobs using existing filter, offset, len, and jobtype params (bzhang)
Expand Down

0 comments on commit ccccd66

Please sign in to comment.