Updated Branches:
refs/heads/branch-1.99.2 ecbfc7b42 -> b3abe0f7c
SQOOP-987: Exclude mockito jars from being copied into the sqoop2 distribution
(Venkat Ranganathan via Jarek Jarcec Cecho)
Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/b3abe0f7
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/b3abe0f7
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/b3abe0f7
Branch: refs/heads/branch-1.99.2
Commit: b3abe0f7c4783abf37fd2d44f80305564aec1818
Parents: ecbfc7b
Author: Jarek Jarcec Cecho <jarcec@apache.org>
Authored: Mon Apr 15 18:48:13 2013 -0700
Committer: Jarek Jarcec Cecho <jarcec@apache.org>
Committed: Mon Apr 15 18:49:38 2013 -0700
----------------------------------------------------------------------
dist/pom.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/sqoop/blob/b3abe0f7/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index 406d9c8..3bb44a8 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -172,6 +172,7 @@ limitations under the License.
<fileset dir="../client/target/lib">
<include name="*.jar" />
<exclude name="junit-*.jar" />
+ <exclude name="mockito-*.jar" />
</fileset>
</copy>
<copy file="../client/target/sqoop-client-${project.version}.jar"
|