SDN Controller Blueprints Processor
[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>blueprints-processor</module>\r
28         </modules>\r
29 \r
30         <scm>\r
31                 <connection>scm:git:ssh://git@${onap.git.host}/features.git</connection>\r
32                 <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/features.git</developerConnection>\r
33                 <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/features/browse</url>\r
34         </scm>\r
35 \r
36         <profiles>\r
37                 <profile>\r
38                         <id>blackduck</id>\r
39                         <activation>\r
40                                 <property>\r
41                                         <name>blackduck-scan</name>\r
42                                 </property>\r
43                         </activation>\r
44                         <build>\r
45                                 <plugins>\r
46                                         <plugin>\r
47                                                 <groupId>com.blackducksoftware.integration</groupId>\r
48                                                 <artifactId>hub-maven-plugin</artifactId>\r
49                                                 <version>1.4.0</version>\r
50                                                 <inherited>false</inherited>\r
51                                                 <configuration>\r
52                                                         <hubProjectName>${project.name}</hubProjectName>\r
53                                                         <outputDirectory>${project.basedir}</outputDirectory>\r
54                                                 </configuration>\r
55                                                 <executions>\r
56                                                         <execution>\r
57                                                                 <id>create-bdio-file</id>\r
58                                                                 <phase>package</phase>\r
59                                                                 <goals>\r
60                                                                         <goal>createHubOutput</goal>\r
61                                                                 </goals>\r
62                                                         </execution>\r
63                                                 </executions>\r
64                                         </plugin>\r
65                                 </plugins>\r
66                         </build>\r
67                 </profile>\r
68         </profiles>\r
69 </project>\r