diff options
author | ITSERVICES\cr056n <cr056n@att.com> | 2017-08-14 09:46:27 -0700 |
---|---|---|
committer | Temoc Rodriguez <cr056n@att.com> | 2017-08-15 10:34:33 -0700 |
commit | 29596e4cba9a7532569a05062fba5280b504070b (patch) | |
tree | b5ef40741cf672fde30026be5222f5178eb88858 /packages | |
parent | ce1cf85647ab1ae3c292fd1b1286ea0dbb56223f (diff) |
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>
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/base/pom.xml | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/packages/base/pom.xml b/packages/base/pom.xml index 9f24c6008..7da4f7cdc 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> |