| | |
| | | </site> |
| | | </distributionManagement> |
| | | <modules> |
| | | <module>opendj-maven-checkstyle</module> |
| | | <module>opendj-maven-testng</module> |
| | | <module>opendj-build-tools</module> |
| | | <module>opendj-ldap-sdk</module> |
| | | <module>opendj-ldap-toolkit</module> |
| | | </modules> |
| | |
| | | </property> |
| | | <property> |
| | | <name>listener</name> |
| | | <value>org.opendj.maven.testng.OpenDJTestListener</value> |
| | | <value>org.forgerock.opendj.maven.testng.OpenDJTestListener</value> |
| | | </property> |
| | | </properties> |
| | | </configuration> |
| | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.forgerock.opendj</groupId> |
| | | <artifactId>opendj-maven-checkstyle</artifactId> |
| | | <artifactId>opendj-build-tools</artifactId> |
| | | <version>${project.version}</version> |
| | | </dependency> |
| | | </dependencies> |
| | |
| | | <execution> |
| | | <id>process-classes</id> |
| | | <configuration> |
| | | <configLocation>org/opendj/maven/checkstyle/check-src.xml</configLocation> |
| | | <headerLocation>org/opendj/maven/checkstyle/opendj.sourceheader</headerLocation> |
| | | <configLocation>org/forgerock/opendj/maven/checkstyle/check-src.xml</configLocation> |
| | | <headerLocation>org/forgerock/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/maven/checkstyle/check-unit-tests.xml</configLocation> |
| | | <headerLocation>org/opendj/maven/checkstyle/opendj.sourceheader</headerLocation> |
| | | <configLocation>org/forgerock/opendj/maven/checkstyle/check-unit-tests.xml</configLocation> |
| | | <headerLocation>org/forgerock/opendj/maven/checkstyle/opendj.sourceheader</headerLocation> |
| | | <consoleOutput>true</consoleOutput> |
| | | <failsOnError>true</failsOnError> |
| | | <linkXRef>false</linkXRef> |