| | |
| | | <releaseDate/> |
| | | <softwareReleaseDate>${releaseDate}</softwareReleaseDate> |
| | | <checkstyleHeaderLocation>org/forgerock/checkstyle/opendj-java-header</checkstyleHeaderLocation> |
| | | <frDocPluginVersion>1.2.0</frDocPluginVersion> |
| | | </properties> |
| | | <build> |
| | | <plugins> |
| | |
| | | <plugin> |
| | | <groupId>org.forgerock.commons</groupId> |
| | | <artifactId>forgerock-doc-maven-plugin</artifactId> |
| | | <version>1.1.0</version> |
| | | <version>${frDocPluginVersion}</version> |
| | | <inherited>false</inherited> |
| | | <configuration> |
| | | <projectName>OpenDJ</projectName> |
| | |
| | | </configuration> |
| | | <executions> |
| | | <execution> |
| | | <id>copy-common</id> |
| | | <phase>pre-site</phase> |
| | | <goals> |
| | | <goal>boilerplate</goal> |
| | | </goals> |
| | | </execution> |
| | | <execution> |
| | | <id>build-doc</id> |
| | | <phase>pre-site</phase> |
| | | <goals> |