Add logic to delete resource also from AAI
[sdnc/oam.git] / platform-logic / vnfapi / pom.xml
index b8fa733..b6e37a9 100644 (file)
@@ -1,23 +1,22 @@
 <?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/maven-v4_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>
-               <groupId>org.openecomp.sdnc.oam</groupId>
-               <artifactId>platform-logic</artifactId>
-               <version>1.1.1-SNAPSHOT</version>
+               <groupId>org.onap.ccsdk.parent</groupId>
+               <artifactId>odlparent-lite</artifactId>
+               <version>1.2.4</version>
+        <relativePath/>
        </parent>
 
-       <modelVersion>4.0.0</modelVersion>
-       <packaging>pom</packaging>
-       <groupId>org.openecomp.sdnc.oam</groupId>
+       <groupId>org.onap.sdnc.oam</groupId>
        <artifactId>platform-logic-vnfapi</artifactId>
-       <version>1.1.1-SNAPSHOT</version>
+       <version>1.5.4-SNAPSHOT</version>
+       <packaging>pom</packaging>
 
-       <name>Platform Logic : VNF-API</name>
+    <name>sdnc-oam :: platform-logic :: ${project.artifactId}</name>
        <description>Contains platform-level service logic for the VNF-API</description>
 
-
        <build>
                <plugins>
                        <plugin>
                                                </goals><!-- here the phase you need -->
                                                <phase>validate</phase>
                                                <configuration>
-                                                       <outputDirectory>../target/graphs/vnfapi</outputDirectory>
+                                                       <outputDirectory>../target/svclogic/graphs/vnfapi</outputDirectory>
                                                        <resources>
                                                                <resource>
                                                                        <directory>src/main/xml</directory>
                                                                        <includes>
-                                                                               <include>*.xml</include>
+                                                                               <include>**/*.xml</include>
                                                                        </includes>
                                                                        <filtering>true</filtering>
                                                                </resource>
@@ -54,5 +53,4 @@
                        </plugin>
                </plugins>
        </build>
-
 </project>