mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
09.27.2015 378ed6e54b7d4759ccdc791b1088ff757e536381
Add disabled file to opendj-copyright-maven-plugin

Prevent opendj-copyright-maven-plugin to perform checks on testng config-changes.ldif file.
1 files modified
1 ■■■■ changed files
opendj-sdk/opendj-sdk-parent/pom.xml 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opendj-sdk-parent/pom.xml
@@ -164,6 +164,7 @@
                            <disabledFile>**/README.txt</disabledFile>
                            <disabledFile>**/THIRDPARTYREADME.txt</disabledFile>
                            <disabledFile>legal-notices/CDDLv1_0.txt</disabledFile>
                            <disabledFile>**/tests/unit-tests-testng/resource/config-changes.ldif</disabledFile>
                        </disabledFiles>
                    </configuration>
                </plugin>