Repository: incubator-atlas Updated Branches: refs/heads/master 436397660 -> 9370d4a89
ATLAS-306 change javadoc generation from 'package' to 'site' phase(jspeidel via sumasai) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/9370d4a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/9370d4a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/9370d4a8 Branch: refs/heads/master Commit: 9370d4a89af9fdbdb58de1f9b769248f55ed5cea Parents: 4363976 Author: Suma Shivaprasad <[email protected]> Authored: Wed Nov 18 17:27:48 2015 +0530 Committer: Suma Shivaprasad <[email protected]> Committed: Wed Nov 18 17:27:48 2015 +0530 ---------------------------------------------------------------------- pom.xml | 3 ++- release-log.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/9370d4a8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b48f7e8..c09e640 100755 --- a/pom.xml +++ b/pom.xml @@ -1607,8 +1607,9 @@ <id>javadoc</id> <goals> <goal>javadoc</goal> + <goal>jar</goal> </goals> - <phase>package</phase> + <phase>site</phase> <configuration> <aggregate>true</aggregate> </configuration> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/9370d4a8/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index c630ba5..394a215 100644 --- a/release-log.txt +++ b/release-log.txt @@ -9,6 +9,7 @@ ATLAS-54 Rename configs in hive hook (shwethags) ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags) ALL CHANGES: +ATLAS-306 change javadoc generation from 'package' to 'site' phase(jspeidel via sumasai) ATLAS-289 updateEntity does not remove existing edge for multiplicity-one reference (dkantor via shwethags) ATLAS-300 Need additional integration test coverage for entity notifications (tbeerbower via shwethags) ATLAS-304 surefire fails to run tests if maven project directory path has embedded space(dkantor via sumasai)
