From 95e168a5b0e31ac2642df53c138ef9443f1156f9 Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Thu, 04 Oct 2018 09:05:29 +0000
Subject: [PATCH] remove copyright plugin
---
pom.xml | 92 +++++++++++++++++++++++-----------------------
1 files changed, 46 insertions(+), 46 deletions(-)
diff --git a/pom.xml b/pom.xml
index d948ec9..d117259 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
${opendj.osgi.import.additional},
*
</opendj.osgi.import>
- <opendj-copyright-maven-plugin.version>1.0.1</opendj-copyright-maven-plugin.version>
+<!-- <opendj-copyright-maven-plugin.version>1.0.1</opendj-copyright-maven-plugin.version> -->
<!-- ForgeRock build tools and Checkstyle versions (to avoid many checkstyle errors with ForgeRock Parent 2.0.10) -->
<forgerockBuildToolsVersion>1.0.3</forgerockBuildToolsVersion>
@@ -588,52 +588,52 @@
</modules>
</profile>
- <profile>
- <id>precommit</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.forgerock.opendj</groupId>
- <artifactId>opendj-copyright-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>check-copyright</id>
- <goals>
- <goal>check-copyright</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
+<!-- <profile> -->
+<!-- <id>precommit</id> -->
+<!-- <build> -->
+<!-- <plugins> -->
+<!-- <plugin> -->
+<!-- <groupId>org.forgerock.opendj</groupId> -->
+<!-- <artifactId>opendj-copyright-maven-plugin</artifactId> -->
+<!-- <executions> -->
+<!-- <execution> -->
+<!-- <id>check-copyright</id> -->
+<!-- <goals> -->
+<!-- <goal>check-copyright</goal> -->
+<!-- </goals> -->
+<!-- </execution> -->
+<!-- </executions> -->
+<!-- </plugin> -->
+<!-- </plugins> -->
+<!-- </build> -->
+<!-- </profile> -->
- <profile>
- <id>update-copyrights</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.forgerock.opendj</groupId>
- <artifactId>opendj-copyright-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>check-copyright</id>
- <phase>none</phase>
- <goals>
- <goal>check-copyright</goal>
- </goals>
- </execution>
- <execution>
- <id>update-copyright</id>
- <goals>
- <goal>update-copyright</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
+<!-- <profile> -->
+<!-- <id>update-copyrights</id> -->
+<!-- <build> -->
+<!-- <plugins> -->
+<!-- <plugin> -->
+<!-- <groupId>org.forgerock.opendj</groupId> -->
+<!-- <artifactId>opendj-copyright-maven-plugin</artifactId> -->
+<!-- <executions> -->
+<!-- <execution> -->
+<!-- <id>check-copyright</id> -->
+<!-- <phase>none</phase> -->
+<!-- <goals> -->
+<!-- <goal>check-copyright</goal> -->
+<!-- </goals> -->
+<!-- </execution> -->
+<!-- <execution> -->
+<!-- <id>update-copyright</id> -->
+<!-- <goals> -->
+<!-- <goal>update-copyright</goal> -->
+<!-- </goals> -->
+<!-- </execution> -->
+<!-- </executions> -->
+<!-- </plugin> -->
+<!-- </plugins> -->
+<!-- </build> -->
+<!-- </profile> -->
<profile>
<id>disable-doclint-for-java-8</id>
--
Gitblit v1.10.0