From c36f08c6b125ef7b0b23a470137d02dd1f98a77b Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Mon, 26 Oct 2015 08:38:35 +0000
Subject: [PATCH] OPENDJ-2089 Code cleanup
---
opendj-sdk/pom.xml | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/opendj-sdk/pom.xml b/opendj-sdk/pom.xml
index ccce176..03689b0 100644
--- a/opendj-sdk/pom.xml
+++ b/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>
--
Gitblit v1.10.0