From c49d0283e2dca38e86110293a04a6c1f77420da8 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 22 Apr 2015 15:50:40 +0000
Subject: [PATCH] Prepare to forgerock-parent 2.0.0 migration
---
opendj-server-legacy/src/license/THIRD-PARTY.properties | 21 +++++++++++++++++++++
opendj-server-legacy/pom.xml | 8 ++++++++
opendj-svn-property-check-maven-plugin/src/license/THIRD-PARTY.properties | 25 +++++++++++++++++++++++++
3 files changed, 54 insertions(+), 0 deletions(-)
diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index 79b2fe7..4319497 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -1164,6 +1164,14 @@
</execution>
</executions>
</plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
diff --git a/opendj-server-legacy/src/license/THIRD-PARTY.properties b/opendj-server-legacy/src/license/THIRD-PARTY.properties
new file mode 100644
index 0000000..34e5d16
--- /dev/null
+++ b/opendj-server-legacy/src/license/THIRD-PARTY.properties
@@ -0,0 +1,21 @@
+# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
+#-------------------------------------------------------------------------------
+# Already used licenses in project :
+# - Apache Software License, Version 2.0
+# - BSD
+# - CC BY-NC-ND 3.0
+# - Common Development and Distribution License 1.0
+# - Common Development and Distribution License 1.1
+# - Dual licensed (CDDL and GPL)
+# - Dual licensed (CDDL and GPLv2+CE)
+# - The GNU Lesser General Public License, version 2.0 with Classpath Exception
+# - The GNU Lesser General Public License, version 2.1
+# - The GNU Lesser General Public License, version 3.0
+# - The MIT License
+#-------------------------------------------------------------------------------
+# Please fill the missing licenses for dependencies :
+#
+#
+#Tue Apr 21 15:52:47 CEST 2015
+com.sleepycat--je--5.0.104=The Sleepycat License
+log4j--log4j--1.2.12=Apache Software License, Version 2.0
diff --git a/opendj-svn-property-check-maven-plugin/src/license/THIRD-PARTY.properties b/opendj-svn-property-check-maven-plugin/src/license/THIRD-PARTY.properties
new file mode 100644
index 0000000..81ce9e3
--- /dev/null
+++ b/opendj-svn-property-check-maven-plugin/src/license/THIRD-PARTY.properties
@@ -0,0 +1,25 @@
+# Generated by org.codehaus.mojo.license.AddThirdPartyMojo
+#-------------------------------------------------------------------------------
+# Already used licenses in project :
+# - Apache Public License 2.0
+# - Apache Software License, Version 2.0
+# - BSD
+# - Common Development and Distribution License 1.0
+# - Common Development and Distribution License 1.1
+# - Dual licensed (CDDL and GPL)
+# - Dual licensed (CDDL and GPLv2+CE)
+# - GPL (with dual licensing option)
+# - Revised BSD
+# - Sequence Library License
+# - TMate Open Source License (with dual licensing option)
+# - The GNU Lesser General Public License, version 2.0 with Classpath Exception
+# - The GNU Lesser General Public License, version 2.1
+# - The GNU Lesser General Public License, version 3.0
+# - The MIT License
+# - Trilead Library License
+#-------------------------------------------------------------------------------
+# Please fill the missing licenses for dependencies :
+#
+#
+#Tue Apr 21 15:13:12 CEST 2015
+org.antlr--antlr-runtime--3.4=Apache Public License 2.0
--
Gitblit v1.10.0