Remove MojoHaus Maven plug-in
Remove MojoHaus Maven plug-in from pom files, BRMSPush.java, and
settings.xml comment.
Issue-Id: POLICY-116
Change-Id: I15f2d1af1c0e12faf816f0a08ddfdbffa0b47a94
Signed-off-by: Temoc Rodriguez <cr056n@att.com>
diff --git a/packages/base/pom.xml b/packages/base/pom.xml
index 9f24c60..7da4f7c 100755
--- a/packages/base/pom.xml
+++ b/packages/base/pom.xml
@@ -7,9 +7,9 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -168,7 +168,7 @@
</artifactItem>
</artifactItems>
</configuration>
- </execution>
+ </execution>
</executions>
</plugin>
<plugin>
@@ -190,7 +190,7 @@
</plugin>
</plugins>
</build>
-
+
<profiles>
<profile>
<id>unix_pe_version</id>
@@ -200,29 +200,6 @@
</os>
</activation>
<build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.5.0</version>
- <executions>
- <execution>
- <id>create-version-file</id>
- <goals>
- <goal>exec</goal>
- </goals>
- <phase>prepare-package</phase>
- <configuration>
- <executable>/bin/bash</executable>
- <arguments>
- <argument>-c</argument>
- <argument>mkdir -p target ; echo -e 'version="${project.version}"\ndescription="Open ONAP Policy Engine"\nbuildTag="'"${BUILD_TAG}"'"\ncommit="'"${GIT_COMMIT}"'"\ntimestamp="${maven.build.timestamp}"' >target/build.info</argument>
- </arguments>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
</build>
</profile>
</profiles>