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

Gaetan Boismal
13.56.2015 c45c0bc1f6f9b0a3a7b00a8d80c4819f90c365bd
OPENDJ-1741: Fix error in server pom
1 files modified
2 ■■■ changed files
opendj-server-legacy/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml
@@ -438,11 +438,11 @@
          <!-- Leave default lifecycle phase once new config framework migration is done -->
          <execution>
            <id>generate-config</id>
            <phase>generate-sources</phase>
            <goals>
              <goal>generate-config</goal>
            </goals>
            <configuration>
              <!-- <phase>generate-sources</phase> -->
              <phase>none</phase>
              <packageName>org.forgerock.opendj.server.config</packageName>
              <isExtension>false</isExtension>