Checkpoint commit for OPENDJ-1235 : Migrate configuration framework
Try again to add opendj-admin module in opendj pom.xml
* Use process-sources maven phase to take into account generated sources,
to avoid conflict with other plugins in generate-sources phase
| | |
| | | <!-- Add generated source directories to build --> |
| | | <execution> |
| | | <id>add-source</id> |
| | | <phase>generate-sources</phase> |
| | | <phase>process-sources</phase> |
| | | <goals> |
| | | <goal>add-source</goal> |
| | | </goals> |
| | |
| | | <module>opendj-config-maven-plugin</module> |
| | | <module>opendj-core</module> |
| | | <module>opendj-grizzly</module> |
| | | <!--module>opendj-admin</module--> |
| | | <module>opendj-admin</module> |
| | | <module>opendj-ldap-sdk</module> |
| | | <module>opendj-ldap-toolkit</module> |
| | | <module>opendj-ldap-sdk-examples</module> |