From 579b526051c807e2c56e53e74d3cf18190e62b30 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Tue, 17 Feb 2015 14:03:36 +0000
Subject: [PATCH] OPENDJ-1769 Add copyright check on precommit

---
 pom.xml |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8f784aa..45d9d12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,26 +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> -->
+  <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