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

Gaetan Boismal
26.49.2015 84208109b893f7d174ec19e839a97c7312e3f83d
pom.xml
@@ -502,7 +502,7 @@
            <version>1.0.0-SNAPSHOT</version>
            <executions>
                <execution>
                    <id>check-copyrights</id>
                    <id>check-copyright</id>
                    <goals>
                        <goal>check-copyright</goal>
                    </goals>
@@ -512,5 +512,33 @@
        </plugins>
        </build>
    </profile>
    <profile>
      <id>copyrights-update</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-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>
  </profiles>
</project>