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

Gaetan Boismal
17.03.2015 579b526051c807e2c56e53e74d3cf18190e62b30
OPENDJ-1769 Add copyright check on precommit
1 files modified
44 ■■■■ changed files
pom.xml 44 ●●●● patch | view | raw | blame | history
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>