From ccab156039cbb22408ffe623e169bd15dcfcfbdc Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Fri, 04 Mar 2016 11:00:36 +0000
Subject: [PATCH] Code cleanup

---
 opendj-server-legacy/pom.xml |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index d035f84..f9f36f1 100644
--- a/opendj-server-legacy/pom.xml
+++ b/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>

--
Gitblit v1.10.0