mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
04.05.2018 95e168a5b0e31ac2642df53c138ef9443f1156f9
remove copyright plugin
1 files modified
92 ■■■■ changed files
pom.xml 92 ●●●● patch | view | raw | blame | history
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>