5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-04 00:30:00 +08:00

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

(Venkat Ranganathan via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2013-04-15 18:48:13 -07:00
parent ecbfc7b42f
commit b3abe0f7c4

1
dist/pom.xml vendored
View File

@ -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"