Merge "Add ccsdk-features-all"
[ccsdk/features.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <project xmlns="http://maven.apache.org/POM/4.0.0"\r
3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
4         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
5         <modelVersion>4.0.0</modelVersion>\r
6 \r
7         <parent>\r
8                 <groupId>org.onap.ccsdk.parent</groupId>\r
9                 <artifactId>odlparent-lite</artifactId>\r
10                 <version>1.1.0-SNAPSHOT</version>\r
11                 <relativePath />\r
12         </parent>\r
13 \r
14         <groupId>org.onap.ccsdk.features</groupId>\r
15         <artifactId>ccsdk-features</artifactId>\r
16         <version>0.3.0-SNAPSHOT</version>\r
17         <packaging>pom</packaging>\r
18 \r
19         <name>ccsdk-features</name>\r
20         <description>CCSDK applications</description>\r
21         <url>https://wiki.onap.org</url>\r
22         <organization>\r
23                 <name>ONAP</name>\r
24         </organization>\r
25 \r
26         <modules>\r
27                 <module>features</module>\r
28                 <module>blueprints-processor</module>\r
29         </modules>\r
30 \r
31         <scm>\r
32                 <connection>scm:git:ssh://git@${onap.git.host}/features.git</connection>\r
33                 <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/features.git</developerConnection>\r
34                 <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/features/browse</url>\r
35         </scm>\r
36 \r
37         <profiles>\r
38                 <profile>\r
39                         <id>blackduck</id>\r
40                         <activation>\r
41                                 <property>\r
42                                         <name>blackduck-scan</name>\r
43                                 </property>\r
44                         </activation>\r
45                         <build>\r
46                                 <plugins>\r
47                                         <plugin>\r
48                                                 <groupId>com.blackducksoftware.integration</groupId>\r
49                                                 <artifactId>hub-maven-plugin</artifactId>\r
50                                                 <version>1.4.0</version>\r
51                                                 <inherited>false</inherited>\r
52                                                 <configuration>\r
53                                                         <hubProjectName>${project.name}</hubProjectName>\r
54                                                         <outputDirectory>${project.basedir}</outputDirectory>\r
55                                                 </configuration>\r
56                                                 <executions>\r
57                                                         <execution>\r
58                                                                 <id>create-bdio-file</id>\r
59                                                                 <phase>package</phase>\r
60                                                                 <goals>\r
61                                                                         <goal>createHubOutput</goal>\r
62                                                                 </goals>\r
63                                                         </execution>\r
64                                                 </executions>\r
65                                         </plugin>\r
66                                 </plugins>\r
67                         </build>\r
68                 </profile>\r
69         </profiles>\r
70 </project>\r