| | |
| | | ${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> |
| | |
| | | </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> |