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

Gaetan Boismal
04.00.2016 ccab156039cbb22408ffe623e169bd15dcfcfbdc
opendj-server-legacy/pom.xml
@@ -586,8 +586,9 @@
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>build-helper-maven-plugin</artifactId>
        <version>1.8</version>
        <executions>
          <!-- Run inherited 'parse-version' execution to generate properties (major.version, minor.version, ...) -->
          <!-- Take into account several sources directories for the build -->
          <execution>
            <id>main-java-sources</id>
@@ -605,13 +606,6 @@
              </sources>
            </configuration>
          </execution>
          <!-- Parse version to generate properties (major.version, minor.version, ...) -->
          <execution>
            <id>parse-version</id>
            <goals>
              <goal>parse-version</goal>
            </goals>
          </execution>
          <!-- Attach localized jars to this module -->
          <execution>
@@ -1401,7 +1395,6 @@
          <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>build-helper-maven-plugin</artifactId>
            <version>1.7</version>
            <executions>
              <!-- Add snmp source directory and snmp generated directory as sources -->
              <execution>