Roll to initial Dublin snapshot
[sdnc/northbound.git] / vnftools / installer / pom.xml
index 99bbe0d..7aaed39 100755 (executable)
@@ -1,31 +1,35 @@
 <?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">
+<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>vnftools</artifactId>
-               <groupId>org.openecomp.sdnc.northbound</groupId>
-               <version>1.1.2-SNAPSHOT</version>
+               <groupId>org.onap.ccsdk.parent</groupId>
+               <artifactId>odlparent-lite</artifactId>
+               <version>1.2.0-SNAPSHOT</version>
        </parent>
+
+       <groupId>org.onap.sdnc.northbound</groupId>
        <artifactId>vnftools-installer</artifactId>
-       <name>VNF Tools Plugin  - Karaf  Installer</name>
+       <version>1.5.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
+       <name>sdnc-northbound :: vnftools :: ${project.artifactId}</name>
+
        <properties>
                <application.name>sdnc-vnftools</application.name>
-               <features.boot>sdnc-vnftools</features.boot>
-               <features.repositories>mvn:org.openecomp.sdnc.northbound/vnftools-features/${project.version}/xml/features</features.repositories>
+               <features.boot>${application.name}</features.boot>
+               <features.repositories>mvn:org.onap.sdnc.northbound/${application.name}/${project.version}/xml/features</features.repositories>
                <include.transitive.dependencies>false</include.transitive.dependencies>
        </properties>
 
        <dependencies>
 
                <dependency>
-                       <groupId>org.openecomp.sdnc.northbound</groupId>
-                       <artifactId>vnftools-features</artifactId>
+                       <groupId>${project.groupId}</groupId>
+                       <artifactId>${application.name}</artifactId>
                        <version>${project.version}</version>
-                       <classifier>features</classifier>
                        <type>xml</type>
+                       <classifier>features</classifier>
                        <exclusions>
                                <exclusion>
                                        <groupId>*</groupId>
@@ -35,7 +39,7 @@
                </dependency>
 
                <dependency>
-                       <groupId>org.openecomp.sdnc.northbound</groupId>
+                       <groupId>org.onap.sdnc.northbound</groupId>
                        <artifactId>vnftools-provider</artifactId>
                        <version>${project.version}</version>
                </dependency>
                                                </goals>
                                                <phase>package</phase>
                                                <configuration>
-                                                       <attach>false</attach>
+                                                       <attach>true</attach>
                                                        <finalName>stage/${application.name}-${project.version}</finalName>
                                                        <descriptors>
                                                                <descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
                                                        </descriptors>
-                                                       <appendAssemblyId>false</appendAssemblyId>
                                                </configuration>
                                        </execution>
                                        <execution>
                                                        <useRepositoryLayout>true</useRepositoryLayout>
                                                        <addParentPoms>false</addParentPoms>
                                                        <copyPom>false</copyPom>
-                                                       <includeGroupIds>org.openecomp.sdnc</includeGroupIds>
-                                                       <excludeArtifactIds>sli-common,sli-provider,dblib-common,dblib-provider,sliPluginUtils-provider</excludeArtifactIds>
+                                                       <includeGroupIds>org.onap.sdnc.northbound</includeGroupIds>
                                                        <scope>provided</scope>
                                                </configuration>
                                        </execution>
 
                </plugins>
        </build>
-
 </project>