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

Gaetan Boismal
23.56.2015 c36f08c6b125ef7b0b23a470137d02dd1f98a77b
OPENDJ-2089 Code cleanup
1 files modified
15 ■■■■ changed files
opendj-sdk/pom.xml 15 ●●●● patch | view | raw | blame | history
opendj-sdk/pom.xml
@@ -479,16 +479,17 @@
                                    <goal>update-copyright</goal>
                                </goals>
                                <configuration>
                                    <!-- We need to accept the second part of the following regular expression for submodules:
                                    <!-- We need to accept the second part of the following regular
                                       ! expression for submodules:
                                       ! * opendj-rest2ldap
                                       ! * opendj-rest2ldap-servlet
                                       ! * opendj-legacy
                                       !
                                       ! Please note that the regexp '\"Portions Copyright \[year\] \[name of copyright owner\]\"'
                                       ! must never be found before 'CDDL HEADER END' in other submodules, otherwise the plugin will fail.
                                       ! Please note that the regexp
                                       !  '\"Portions Copyright \[year\] \[name of copyright owner\]\"'
                                       ! must never be found before 'CDDL HEADER END' in other submodules,
                                       ! otherwise the plugin will fail.
                                     -->
                                    <lineBeforeCopyrightRegExp>(CDDL HEADER END|\"Portions Copyright \[year\] \[name of
                                        copyright owner\]\")
                                    <lineBeforeCopyrightRegExp>
                                        (CDDL HEADER END|\"Portions Copyright \[year\] \[name of copyright owner\]\")
                                    </lineBeforeCopyrightRegExp>
                                </configuration>
                            </execution>