ARTEMIS-1129 Fixing tests after client all

Shade is generating a file named dependency-reduced-pom.xml
and this is being considered with unaproved license.
This commit is contained in:
Clebert Suconic 2017-05-17 20:31:29 -04:00
parent 72ab99fc62
commit bfc58d1079
2 changed files with 5 additions and 1 deletions

5
.gitignore vendored
View File

@ -22,6 +22,9 @@ cmake_install.cmake
# this file is generated
artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h
# generated by shade
**/dependency-reduced-pom.xml
# gitbook output
docs/user-manual/en/_book
docs/hacking-guide/en/_book
docs/hacking-guide/en/_book

View File

@ -1332,6 +1332,7 @@
<exclude>**/Makefile</exclude>
<exclude>**/cmake_install.cmake</exclude>
<exclude>artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
</excludes>
</configuration>