Updated Branches: refs/heads/trunk 2750df90f -> 97f272a4b
SQOOP-462 Sqoop hbase Test Compilation failure (Ashish Singh via Cheolsoo Park) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/97f272a4 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/97f272a4 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/97f272a4 Branch: refs/heads/trunk Commit: 97f272a4ba808a8630e4bd37d902a29d8a2b5402 Parents: 2750df9 Author: Cheolsoo Park <[email protected]> Authored: Wed Oct 17 21:46:52 2012 -0700 Committer: Cheolsoo Park <[email protected]> Committed: Wed Oct 17 21:46:52 2012 -0700 ---------------------------------------------------------------------- ivy/ivysettings.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/97f272a4/ivy/ivysettings.xml ---------------------------------------------------------------------- diff --git a/ivy/ivysettings.xml b/ivy/ivysettings.xml index 9e390e5..251131c 100644 --- a/ivy/ivysettings.xml +++ b/ivy/ivysettings.xml @@ -60,7 +60,7 @@ under the License. m2compatible="true" checkmodified="true" changingPattern=".*SNAPSHOT"/> <filesystem name="fs" m2compatible="true"> - <artifact pattern="${repo.dir}/[organisation]/[module]/[revision]/[module]-[revision].[ext]"/> + <artifact pattern="${repo.dir}/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).[ext]"/> <ivy pattern="${repo.dir}/[organisation]/[module]/[revision]/[module]-[revision].pom"/> </filesystem>
