Move buildhelper to docker profile 00/94300/1
authorJimmy Forsyth <jf2512@att.com>
Mon, 26 Aug 2019 19:36:55 +0000 (15:36 -0400)
committerJimmy Forsyth <jf2512@att.com>
Mon, 26 Aug 2019 19:36:57 +0000 (15:36 -0400)
Issue-ID: AAI-2579
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I0212eca15708f9d3fc5e59dee5faadabf6ac77a6

pom.xml

diff --git a/pom.xml b/pom.xml
index c04d406..9db6177 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -477,7 +477,20 @@ limitations under the License.
                             </execution>
                         </executions>
                     </plugin>
-                </plugins>
+                    <plugin>
+                      <groupId>org.codehaus.mojo</groupId>
+                      <artifactId>build-helper-maven-plugin</artifactId>
+                      <version>3.0.0</version>
+                      <executions>
+                        <execution>
+                          <id>parse-version</id>
+                          <goals>
+                            <goal>parse-version</goal>
+                          </goals>
+                        </execution>
+                      </executions>
+                    </plugin>
+                  </plugins>
             </build>
         </profile>
     </profiles>
@@ -651,19 +664,7 @@ limitations under the License.
                     </execution>
                 </executions>
             </plugin>
-        <plugin>
-             <groupId>org.codehaus.mojo</groupId>
-             <artifactId>build-helper-maven-plugin</artifactId>
-              <version>3.0.0</version>
-              <executions>
-               <execution>
-                 <id>parse-version</id>
-                 <goals>
-                   <goal>parse-version</goal>
-                 </goals>
-               </execution>
-              </executions>
-           </plugin>
+
        </plugins>
     </build>