Repository: falcon Updated Branches: refs/heads/master 8b6c19038 -> 929b95208
FALCON-1211 Source tarball are not generated in mvn assembly when profile is distributed. Contributed by Shaik Idris Ali Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/929b9520 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/929b9520 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/929b9520 Branch: refs/heads/master Commit: 929b952086dcf0f769574f5aa08bc128c3031143 Parents: 8b6c190 Author: shaik.idris <[email protected]> Authored: Fri May 15 18:24:22 2015 +0530 Committer: shaik.idris <[email protected]> Committed: Fri May 15 18:24:22 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 5 +++-- pom.xml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/929b9520/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 1317a97..a47e98c 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,9 +6,10 @@ Trunk (Unreleased) NEW FEATURES IMPROVEMENTS + FALCON-1211 Source tarball are not generated in mvn assembly when profile is distributed + (Shaik Idris Ali) + FALCON-1219 Minor doc fix(Raghav Kumar Gautam via Ajay Yadava) - - FALCON-1182 Remove reference to com.google.code.findbugs:annotations(Shaik Idris Ali) FALCON-1059 Lineage should support bootstrapping(Ajay Yadava) http://git-wip-us.apache.org/repos/asf/falcon/blob/929b9520/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5e6273c..a6b2a05 100644 --- a/pom.xml +++ b/pom.xml @@ -254,7 +254,8 @@ <configuration> <descriptors> <descriptor>src/main/assemblies/distributed-package.xml</descriptor> - </descriptors> + <descriptor>src/main/assemblies/src-package.xml</descriptor> + </descriptors> <finalName>apache-falcon-distributed-${project.version}</finalName> </configuration> </plugin>
