Add feature aggregator
[ccsdk/sli/core.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3         <modelVersion>4.0.0</modelVersion>
4
5         <parent>
6                 <groupId>org.onap.ccsdk.parent</groupId>
7                 <artifactId>odlparent-lite</artifactId>
8                 <version>1.1.0-SNAPSHOT</version>
9                 <relativePath/>
10         </parent>
11
12         <groupId>org.onap.ccsdk.sli.core</groupId>
13         <artifactId>ccsdk-sli-core</artifactId>
14         <version>0.3.0-SNAPSHOT</version>
15         <packaging>pom</packaging>
16
17         <name>ccsdk-sli-core</name>
18         <description>CCSDK core components contains the SLI, dblib</description>
19         <url>https://wiki.onap.org</url>
20         <organization>
21                 <name>ONAP</name>
22         </organization>
23
24         <modules>
25         <module>utils</module>
26                 <module>dblib</module>
27                 <module>sli</module>
28                 <module>filters</module>
29                 <module>sliPluginUtils</module>
30                 <module>sliapi</module>
31                 <module>features</module>
32         </modules>
33
34         <scm>
35                 <connection>scm:git:ssh://git@${onap.git.host}/sdnc-code.git</connection>
36                 <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-core.git</developerConnection>
37                 <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-core/browse</url>
38                 <tag>sdnc-core-1.1.0</tag>
39         </scm>
40
41
42         <profiles>
43                 <profile>
44                         <id>blackduck</id>
45                         <activation>
46                                 <property>
47                                         <name>blackduck-scan</name>
48                                 </property>
49                         </activation>
50                         <build>
51                                         <plugins>
52                                                 <plugin>
53                                                         <groupId>com.blackducksoftware.integration</groupId>
54                                                         <artifactId>hub-maven-plugin</artifactId>
55                                                         <version>1.4.0</version>
56                                                         <inherited>false</inherited>
57                                                         <configuration>
58                                                                 <hubProjectName>${project.name}</hubProjectName>
59                                                                 <outputDirectory>${project.basedir}</outputDirectory>
60                                                         </configuration>
61                                                         <executions>
62                                                                 <execution>
63                                                                         <id>create-bdio-file</id>
64                                                                         <phase>package</phase>
65                                                                         <goals>
66                                                                                 <goal>createHubOutput</goal>
67                                                                         </goals>
68                                                                 </execution>
69                                                         </executions>
70                                                 </plugin>
71                                         </plugins>
72
73
74
75                         </build>
76
77                 </profile>
78
79         </profiles>
80 </project>