From 61003ca6fb40d9be4ebf5a059115f34797c8f341 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 24 Feb 2016 16:21:31 +0000
Subject: [PATCH] OPENDJ-2689 Update copyright plugin
---
opendj-sdk/pom.xml | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/opendj-sdk/pom.xml b/opendj-sdk/pom.xml
index 64227c9..d4c9331 100644
--- a/opendj-sdk/pom.xml
+++ b/opendj-sdk/pom.xml
@@ -295,20 +295,6 @@
<goals>
<goal>update-copyright</goal>
</goals>
- <configuration>
- <!-- We need to accept the second part of the following regular
- ! expression for submodules:
- ! * opendj-rest2ldap
- !
- ! 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>
- </configuration>
</execution>
</executions>
</plugin>
--
Gitblit v1.10.0