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

Gaetan Boismal
13.10.2015 47d2767b9dcbe773d73a6532269b7eb0856897d1
opendj-config/pom.xml
@@ -128,14 +128,14 @@
      <!-- Validate core components XML definition files and generate the components. -->
      <plugin>
        <groupId>org.forgerock.opendj</groupId>
        <artifactId>opendj-config-maven-plugin</artifactId>
        <version>3.0.0-SNAPSHOT</version>
        <artifactId>opendj-maven-plugin</artifactId>
        <version>${project.version}</version>
        <executions>
          <execution>
            <id>generate-config</id>
            <phase>generate-sources</phase>
            <goals>
              <goal>generate</goal>
              <goal>generate-config</goal>
            </goals>
            <configuration>
              <packageName>org.forgerock.opendj.server.config</packageName>