| | |
| | | <version>1.0.0-SNAPSHOT</version> |
| | | <executions> |
| | | <execution> |
| | | <id>check-copyrights</id> |
| | | <id>check-copyright</id> |
| | | <goals> |
| | | <goal>check-copyright</goal> |
| | | </goals> |
| | |
| | | </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> |