Repository: falcon Updated Branches: refs/heads/master e3893a859 -> ce59dc2ea
FALCON-1527 Release Falcon Unit test jar. Contributed by Pavan Kumar Kolamuri. Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/ce59dc2e Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/ce59dc2e Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/ce59dc2e Branch: refs/heads/master Commit: ce59dc2ea32c8e6553b312f6a83df51618341e1f Parents: e3893a8 Author: Ajay Yadava <[email protected]> Authored: Mon Oct 12 11:18:05 2015 +0530 Committer: Ajay Yadava <[email protected]> Committed: Mon Oct 12 11:18:05 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ unit/pom.xml | 7 +++++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/ce59dc2e/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 8ac9fb8..7c17118 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,6 +17,8 @@ Trunk (Unreleased) FALCON-1027 Falcon proxy user support(Sowmya Ramesh) IMPROVEMENTS + FALCON-1527 Release Falcon Unit test jar(Pavan Kumar Kolamuri via Ajay Yadava) + FALCON-1231 Improve JobCompletionNotification Service(Pallavi Rao) FALCON-1157 Build error when using maven 3.3.x(Venkat Ramachandran via Pallavi Rao) http://git-wip-us.apache.org/repos/asf/falcon/blob/ce59dc2e/unit/pom.xml ---------------------------------------------------------------------- diff --git a/unit/pom.xml b/unit/pom.xml index 4c9953c..2b0fe53 100644 --- a/unit/pom.xml +++ b/unit/pom.xml @@ -99,6 +99,13 @@ <exclude>**/log4j.xml</exclude> </excludes> </configuration> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> </plugin> </plugins> </build>
