| | |
| | | </properties> |
| | | |
| | | <dependencies> |
| | | <!-- ForgeRock libraries --> |
| | | <dependency> |
| | | <groupId>org.openidentityplatform.opendj</groupId> |
| | | <artifactId>opendj-cli</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.openidentityplatform.opendj</groupId> |
| | |
| | | <groupId>org.openidentityplatform.opendj</groupId> |
| | | <artifactId>opendj-config</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.openidentityplatform.opendj</groupId> |
| | | <artifactId>opendj-cli</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.openidentityplatform.opendj</groupId> |
| | | <artifactId>opendj-legacy</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.openidentityplatform.opendj</groupId> |
| | |
| | | <!-- Take into account several sources directories for the build --> |
| | | <execution> |
| | | <id>main-java-sources</id> |
| | | <phase>generate-sources</phase> |
| | | <phase>process-sources</phase> |
| | | <goals> |
| | | <goal>add-source</goal> |
| | | </goals> |
| | |
| | | <source>src/messages/src</source> |
| | | <source>src/build-tools</source> |
| | | <source>${project.build.directory}/java-stubs</source> |
| | | <source>../opendj-legacy/src/main/java</source> |
| | | <!-- <source>../opendj-legacy/src/main/java</source>--> |
| | | </sources> |
| | | </configuration> |
| | | </execution> |
| | |
| | | <org.opends.test.copyClassesToTestPackage>false</org.opends.test.copyClassesToTestPackage> |
| | | </systemPropertyVariables> |
| | | <argLine>-server -Xmx2048M -XX:MaxPermSize=256m</argLine> |
| | | <parallel>methods</parallel> |
| | | <threadCount>1</threadCount> |
| | | <!-- <parallel>methods</parallel>--> |
| | | <!-- <threadCount>10</threadCount>--> |
| | | </configuration> |
| | | </execution> |
| | | </executions> |
| | |
| | | <!-- Add snmp source directory and snmp generated directory as sources --> |
| | | <execution> |
| | | <id>snmp-java-sources</id> |
| | | <phase>generate-sources</phase> |
| | | <phase>process-sources</phase> |
| | | <goals> |
| | | <goal>add-source</goal> |
| | | </goals> |
| | | <configuration> |
| | | <sources> |
| | | <source>src/snmp</source> |
| | | <source>src/snmp/generated</source> |
| | | <source>src/snmp/src</source> |
| | | <source>src/snmp/resource</source> |
| | | </sources> |
| | | </configuration> |
| | | </execution> |
| | | |
| | | </executions> |
| | | </plugin> |
| | | |