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

---
 pom.xml |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6caa687..be376fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,6 +159,21 @@
                     <version>${project.version}</version>
                 </plugin>
 
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>build-helper-maven-plugin</artifactId>
+                    <version>1.8</version>
+                    <executions>
+                        <!-- Parse version to generate properties (major.version, minor.version, ...) -->
+                        <execution>
+                            <id>parse-version</id>
+                            <goals>
+                                <goal>parse-version</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+
                 <!--
                 | This plugin's configuration is used to store Eclipse m2e settings only.
                 | It has no influence on the Maven build itself.

--
Gitblit v1.10.0