You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ja...@apache.org on 2013/04/16 03:49:06 UTC

git commit: SQOOP-987: Exclude mockito jars from being copied into the sqoop2 distribution

Updated Branches:
  refs/heads/sqoop2 26a93ae71 -> 2a9130498


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/2a913049
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/2a913049
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/2a913049

Branch: refs/heads/sqoop2
Commit: 2a9130498dc31764a56f2ece54002718d895c3be
Parents: 26a93ae
Author: Jarek Jarcec Cecho <ja...@apache.org>
Authored: Mon Apr 15 18:48:13 2013 -0700
Committer: Jarek Jarcec Cecho <ja...@apache.org>
Committed: Mon Apr 15 18:48:13 2013 -0700

----------------------------------------------------------------------
 dist/pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/2a913049/dist/pom.xml
----------------------------------------------------------------------
diff --git a/dist/pom.xml b/dist/pom.xml
index fccda25..dd67f85 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"