| | |
| | | <tag>HEAD</tag> |
| | | </scm> |
| | | <modules> |
| | | <module>opendj-testng-support</module> |
| | | <module>opendj-maven-plugin</module> |
| | | <module>opendj-maven-checkstyle</module> |
| | | <module>opendj-maven-testng</module> |
| | | <module>opendj-sdk</module> |
| | | <module>opendj-client-tools</module> |
| | | <module>opendj-docs</module> |
| | | </modules> |
| | | <build> |
| | | <pluginManagement> |
| | | <plugins> |
| | | <plugin> |
| | | <inherited>true</inherited> |
| | |
| | | <target>1.6</target> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | <pluginManagement> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.opendj</groupId> |
| | | <artifactId>opendj-maven-plugin</artifactId> |
| | | <version>${project.version}</version> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-surefire-plugin</artifactId> |
| | |
| | | </property> |
| | | <property> |
| | | <name>listener</name> |
| | | <value>org.opendj.buildtools.testng.OpenDJTestListener</value> |
| | | <value>org.opendj.maven.testng.OpenDJTestListener</value> |
| | | </property> |
| | | </properties> |
| | | </configuration> |
| | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.opendj</groupId> |
| | | <artifactId>opendj-maven-plugin</artifactId> |
| | | <artifactId>opendj-maven-checkstyle</artifactId> |
| | | <version>${project.version}</version> |
| | | </dependency> |
| | | </dependencies> |
| | |
| | | <execution> |
| | | <id>process-classes</id> |
| | | <configuration> |
| | | <configLocation>org/opendj/buildtools/maven/check-src.xml</configLocation> |
| | | <headerLocation>org/opendj/buildtools/maven/opendj.sourceheader</headerLocation> |
| | | <configLocation>org/opendj/maven/checkstyle/check-src.xml</configLocation> |
| | | <headerLocation>org/opendj/maven/checkstyle/opendj.sourceheader</headerLocation> |
| | | <consoleOutput>true</consoleOutput> |
| | | <failsOnError>true</failsOnError> |
| | | <linkXRef>false</linkXRef> |
| | |
| | | <id>process-test-classes</id> |
| | | <configuration> |
| | | <sourceDirectory>${project.build.testSourceDirectory}</sourceDirectory> |
| | | <configLocation>org/opendj/buildtools/maven/check-unit-tests.xml</configLocation> |
| | | <headerLocation>org/opendj/buildtools/maven/opendj.sourceheader</headerLocation> |
| | | <configLocation>org/opendj/maven/checkstyle/check-unit-tests.xml</configLocation> |
| | | <headerLocation>org/opendj/maven/checkstyle/opendj.sourceheader</headerLocation> |
| | | <consoleOutput>true</consoleOutput> |
| | | <failsOnError>true</failsOnError> |
| | | <linkXRef>false</linkXRef> |
| | |
| | | </build> |
| | | <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> |
| | | <repository> |
| | | <id>glassfish-maven2-repository.dev.java.net</id> |
| | | <name>Java.net Maven 2 Repository for GlassFish</name> |
| | | <url>http://download.java.net/maven/glassfish/</url> |
| | | </repository> |
| | | <repository> |
| | | <id>ForgeRock</id> |
| | | <name>ForgeRock Repository</name> |
| | | <url>http://repo.forgerock.org</url> |
| | | </repository> |
| | | </repositories> |
| | | <pluginRepositories> |
| | | <pluginRepository> |
| | | <id>ForgeRock-Plugin</id> |
| | | <name>ForgeRock Plugin Repository</name> |
| | | <url>http://repo.forgerock.org</url> |
| | | </pluginRepository> |
| | | </pluginRepositories> |
| | | <dependencyManagement> |
| | | <dependencies> |
| | | <dependency> |