зеркало из https://github.com/github/sqoop.git
SQOOP-987: Exclude mockito jars from being copied into the sqoop2 distribution
(Venkat Ranganathan via Jarek Jarcec Cecho)
This commit is contained in:
Родитель
ecbfc7b42f
Коммит
b3abe0f7c4
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче