mirror of
https://github.com/apache/sqoop.git
synced 2025-05-06 10:01:30 +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">
|
<fileset dir="../client/target/lib">
|
||||||
<include name="*.jar" />
|
<include name="*.jar" />
|
||||||
<exclude name="junit-*.jar" />
|
<exclude name="junit-*.jar" />
|
||||||
|
<exclude name="mockito-*.jar" />
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
<copy file="../client/target/sqoop-client-${project.version}.jar"
|
<copy file="../client/target/sqoop-client-${project.version}.jar"
|
||||||
|
Loading…
Reference in New Issue
Block a user