----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66067/ -----------------------------------------------------------
(Updated March 23, 2018, 10:19 a.m.) Review request for Sqoop. Changes ------- Fixed diff vs. trunk Bugs: Sqoop-3052 https://issues.apache.org/jira/browse/Sqoop-3052 Repository: sqoop-trunk Description ------- SQOOP-3052: Introduce gradle based build for Sqoop to make it more developer friendly / open Diffs (updated) ----- .gitignore 68cbe28 COMPILING.txt 3b82250 src/docs/user/import.txt e91a5a8 Diff: https://reviews.apache.org/r/66067/diff/5/ Changes: https://reviews.apache.org/r/66067/diff/4-5/ Testing ------- ran all new tasks, except for internal maven publishing Notes: - To try it out you can call ./gradlew tasks --all to see all the tasks and compare them to current tasks/artifacts. - Replaced cobertura with jacoco, as it's easier/cleaner to configure, easier to combine all test results into a single report. - Generated pom.xml now has correct dependencies/versions - Script generation is currently hardcoded and not based on sqoop help, as previously - though added the possiblity of hooking it in later Thanks, Anna Szonyi