From ac4a54801838c7529387fe1e73c2e5c4a8872d1a Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Tue, 17 Feb 2015 10:33:31 +0000
Subject: [PATCH] OPENDJ-1769 Add a copyright check-update maven plugin

---
 pom.xml |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index f3c8e75..8f784aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,7 @@
   </distributionManagement>
   <modules>
     <module>opendj-maven-plugin</module>
+    <module>opendj-copyright-maven-plugin</module>
     <module>opendj-svn-property-check-maven-plugin</module>
     <module>opendj-core</module>
     <module>opendj-grizzly</module>
@@ -490,4 +491,26 @@
     <distribution>repo</distribution>
    </license>
   </licenses>
+<!--   <profiles> -->
+<!--     <profile> -->
+<!--       <id>precommit</id> -->
+<!--       <build> -->
+<!--         <plugins> -->
+<!--           <plugin> -->
+<!--             <groupId>org.forgerock.opendj</groupId> -->
+<!--             <artifactId>opendj-copyright-maven-plugin</artifactId> -->
+<!--             <version>1.0.0-SNAPSHOT</version> -->
+<!--             <executions> -->
+<!--                 <execution> -->
+<!--                     <id>check-copyrights</id> -->
+<!--                     <goals> -->
+<!--                         <goal>check-copyright</goal> -->
+<!--                     </goals> -->
+<!--                 </execution> -->
+<!--             </executions> -->
+<!--           </plugin> -->
+<!--         </plugins> -->
+<!--         </build> -->
+<!--     </profile> -->
+<!--   </profiles> -->
 </project>

--
Gitblit v1.10.0