mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
30.48.2013 7c325c09b55c0dd180402dd3dab5172e9c5aba99
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

2 files modified
4 ■■■■ changed files
opendj-sdk/opendj-admin/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opendj-admin/pom.xml
@@ -92,7 +92,7 @@
          <!-- 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>
opendj-sdk/pom.xml
@@ -92,7 +92,7 @@
    <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>