| | |
| | | </notifier> |
| | | </notifiers> |
| | | </ciManagement> |
| | | |
| | | <repositories> |
| | | <repository> |
| | | <id>forgerock-staging-repository</id> |
| | | <name>ForgeRock Release Repository</name> |
| | | <url>http://maven.forgerock.org/repo/releases</url> |
| | | <snapshots> |
| | | <enabled>false</enabled> |
| | | </snapshots> |
| | | </repository> |
| | | <repository> |
| | | <id>forgerock-snapshots-repository</id> |
| | | <name>ForgeRock Snapshot Repository</name> |
| | | <url>http://maven.forgerock.org/repo/snapshots</url> |
| | | <releases> |
| | | <enabled>false</enabled> |
| | | </releases> |
| | | </repository> |
| | | </repositories> |
| | | |
| | | <properties> |
| | | <ant.home>ext/ant</ant.home> |
| | | <BUILD_NUMBER>0</BUILD_NUMBER> |
| | |
| | | <plugins> |
| | | <plugin> |
| | | <artifactId>maven-antrun-plugin</artifactId> |
| | | <inherited>false</inherited> |
| | | <executions> |
| | | <execution> |
| | | <id>clean</id> |
| | |
| | | </configuration> |
| | | </execution> |
| | | <execution> |
| | | <id>generate-log-reference</id> |
| | | <phase>compile</phase> |
| | | <goals> |
| | | <goal>run</goal> |
| | | </goals> |
| | | <configuration> |
| | | <target> |
| | | <ant target="generateLogReference" /> |
| | | </target> |
| | | </configuration> |
| | | </execution> |
| | | <execution> |
| | | <id>generate-docs</id> |
| | | <phase>pre-site</phase> |
| | | <goals> |
| | |
| | | <plugins> |
| | | <plugin> |
| | | <artifactId>maven-antrun-plugin</artifactId> |
| | | <inherited>false</inherited> |
| | | <executions> |
| | | <execution> |
| | | <id>compile</id> |
| | |
| | | </build> |
| | | </profile> |
| | | </profiles> |
| | | <modules> |
| | | <module>opendj-log-ref</module> |
| | | </modules> |
| | | </project> |