Support merge JSON to SvcLogicContext
[ccsdk/sli/core.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7ec06ab..c65d6c6 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
        <parent>
                <groupId>org.onap.ccsdk.parent</groupId>
                <artifactId>odlparent-lite</artifactId>
-               <version>1.0.2</version>
+               <version>1.5.2-SNAPSHOT</version>
                <relativePath/>
        </parent>
 
        <groupId>org.onap.ccsdk.sli.core</groupId>
        <artifactId>ccsdk-sli-core</artifactId>
-       <version>0.2.2-SNAPSHOT</version>
+       <version>0.7.1-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>ccsdk-sli-core</name>
        <organization>
                <name>ONAP</name>
        </organization>
+       
+       <properties>
+               <sitePath>content/sites/site/org/onap/ccsdk/sli/core/${project.version}/</sitePath>
+       </properties>
 
        <modules>
         <module>utils</module>
@@ -28,6 +32,8 @@
                <module>filters</module>
                <module>sliPluginUtils</module>
                <module>sliapi</module>
+               <module>features</module>
+               <module>artifacts</module>
        </modules>
 
        <scm>
                                                        </executions>
                                                </plugin>
                                        </plugins>
+                       </build>
 
+               </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>
+
+       <distributionManagement>
+               <site>
+                       <id>ecomp-site</id>
+                       <url>dav:${onap.nexus.url}/${sitePath}</url>
+               </site>
+       </distributionManagement>
 </project>