Repository: sqoop Updated Branches: refs/heads/sqoop2 4c38dd384 -> d827de843
SQOOP-2123: Sqoop2: Copy shell libraries only in binary package profile (Jarek Jarcec Cecho via Abraham Elmahrek) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/d827de84 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/d827de84 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/d827de84 Branch: refs/heads/sqoop2 Commit: d827de843abc7619980a0fcb1ea13813c32dab27 Parents: 4c38dd3 Author: Abraham Elmahrek <[email protected]> Authored: Fri Feb 20 15:54:08 2015 -0800 Committer: Abraham Elmahrek <[email protected]> Committed: Fri Feb 20 15:54:08 2015 -0800 ---------------------------------------------------------------------- shell/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/d827de84/shell/pom.xml ---------------------------------------------------------------------- diff --git a/shell/pom.xml b/shell/pom.xml index 0288d0d..a699f71 100644 --- a/shell/pom.xml +++ b/shell/pom.xml @@ -80,9 +80,9 @@ limitations under the License. <profiles> <profile> - <id>dist</id> + <id>binary</id> <activation> - <activeByDefault>true</activeByDefault> + <activeByDefault>false</activeByDefault> </activation> <build> <plugins>
