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
Родитель ecbfc7b42f
Коммит b3abe0f7c4
1 изменённых файлов: 1 добавлений и 0 удалений

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