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:
parent
ecbfc7b42f
commit
b3abe0f7c4
1
dist/pom.xml
vendored
1
dist/pom.xml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user