diff options
author | Skip Wonnell <kw5258@att.com> | 2017-08-29 14:16:20 -0500 |
---|---|---|
committer | Skip Wonnell <kw5258@att.com> | 2017-08-30 08:17:34 -0500 |
commit | 8c9631e438b9491424df0f43d43445f098436834 (patch) | |
tree | c355ed09a765614a9be25d1e6e88b06b753d7f30 /appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/pom.xml | |
parent | 51f905f307dde5e1c5135515796c614250e9de4d (diff) |
ChefAdapter code clean-up
Issue-ID: APPC-90
Change-Id: I582d6b0c81d5a89938fff6038dfcc221ccaf19c1
Signed-off-by: Skip Wonnell <kw5258@att.com>
Diffstat (limited to 'appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/pom.xml')
-rw-r--r-- | appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/pom.xml | 38 |
1 files changed, 33 insertions, 5 deletions
diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/pom.xml index 366e7cd9f..62c2ed83c 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-installer/pom.xml @@ -1,5 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<!-- + ============LICENSE_START======================================================= + ONAP : APPC + ================================================================================ + Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + ================================================================================ + Copyright (C) 2017 Amdocs + ============================================================================= + 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. + See the License for the specific language governing permissions and + limitations under the License. + + ECOMP is a trademark and service mark of AT&T Intellectual Property. + ============LICENSE_END========================================================= + --> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>appc-chef-adapter</artifactId> @@ -7,13 +32,16 @@ <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>appc-chef-adapter-installer</artifactId> - <name>Chef Adapter - Karaf Installer</name> + <name>APPC Chef Adapter - Karaf Installer</name> <packaging>pom</packaging> <properties> <application.name>appc-chef-adapter</application.name> <features.boot>appc-chef-adapter</features.boot> - <features.repositories>mvn:org.openecomp.appc/appc-chef-adapter-features/${project.version}/xml/features</features.repositories> + <features.repositories> + mvn:org.openecomp.appc/appc-chef-adapter-features/${project.version}/xml/features + </features.repositories> <include.transitive.dependencies>false</include.transitive.dependencies> + <licenseDir>${project.parent.parent.parent.basedir}</licenseDir> </properties> <dependencies> <dependency> @@ -46,7 +74,7 @@ </goals> <phase>package</phase> <configuration> - <appendAssemblyId>false</appendAssemblyId> + <appendAssemblyId>false</appendAssemblyId> <attach>false</attach> <finalName>stage/${application.name}-${project.version}</finalName> <descriptors> @@ -61,7 +89,7 @@ </goals> <phase>package</phase> <configuration> - <appendAssemblyId>false</appendAssemblyId> + <appendAssemblyId>false</appendAssemblyId> <attach>true</attach> <finalName>${application.name}-${project.version}</finalName> <descriptors> |