aboutsummaryrefslogtreecommitdiffstats
path: root/packages/base/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base/pom.xml')
-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>