Linktester plugin is now called from doc build plugin.
| | |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.forgerock.maven.plugins</groupId> |
| | | <artifactId>linktester-maven-plugin</artifactId> |
| | | <version>1.0.0</version> |
| | | <inherited>false</inherited> |
| | | <executions> |
| | | <execution> |
| | | <goals> |
| | | <goal>check</goal> |
| | | </goals> |
| | | <phase>pre-site</phase> |
| | | </execution> |
| | | </executions> |
| | | <configuration> |
| | | <includes> |
| | | <include>**/index.xml</include> |
| | | </includes> |
| | | <validating>true</validating> |
| | | <xIncludeAware>true</xIncludeAware> |
| | | <failOnError>false</failOnError> |
| | | <outputFile>${basedir}/target/linktester.err</outputFile> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | <pluginManagement> |
| | | <plugins> |