Update to latest ccsdk/parent Frankfurt snapshot version
[ccsdk/sli/adaptors.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0c3281b..458a49e 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.5.0</version>
+        <version>1.5.10-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
 
         </profile>
 
+        <profile>
+            <id>dependency-list</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>com.github.ferstl</groupId>
+                        <artifactId>depgraph-maven-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <phase>validate</phase>
+                                <inherited>false</inherited>
+                                <goals>
+                                    <goal>aggregate</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.codehaus.mojo</groupId>
+                        <artifactId>build-helper-maven-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>attach-artifacts</id>
+                                <phase>package</phase>
+                                <inherited>false</inherited>
+                                <goals>
+                                    <goal>attach-artifact</goal>
+                                </goals>
+                                <configuration>
+                                    <artifacts>
+                                        <artifact>
+                                            <file>${dependency-list.file}</file>
+                                            <type>txt</type>
+                                            <classifier>dependencies</classifier>
+                                        </artifact>
+                                    </artifacts>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+
     </profiles>
 
     <build>
         <module>mdsal-resource</module>
         <module>resource-assignment</module>
         <module>sql-resource</module>
-       <module>base</module>
+           <module>base</module>
         <module>message-router</module>
         <module>features</module>
         <module>artifacts</module>
     <organization>
         <name>ONAP</name>
     </organization>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.4-SNAPSHOT</version>
 
 
 </project>