summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-08-16 11:34:09 +0000
committerGerrit Code Review <gerrit@onap.org>2017-08-16 11:34:09 +0000
commit5458362a7dd96b54916ea3a9a7d0a63a0122e4c2 (patch)
tree8b5386c699af5aa28238aa29ab8df843a41449a3 /packages
parent6065432f5eb35d70466e1eead8c78124ec3cf62e (diff)
parent29596e4cba9a7532569a05062fba5280b504070b (diff)
Merge "Remove MojoHaus Maven plug-in"
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/base/pom.xml31
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>