Controller Blueprints Microservice
[ccsdk/apps.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.apps</groupId>
13         <artifactId>ccsdk-apps</artifactId>
14         <version>0.3.0-SNAPSHOT</version>
15         <packaging>pom</packaging>
16
17         <name>ccsdk-apps</name>
18         <description>CCSDK applications</description>
19         <url>https://wiki.onap.org</url>
20         <organization>
21                 <name>ONAP</name>
22         </organization>
23
24         <modules>
25                 <module>ms</module>
26         </modules>
27
28         <scm>
29                 <connection>scm:git:ssh://git@${onap.git.host}/apps.git</connection>
30                 <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/apps.git</developerConnection>
31                 <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/apps/browse</url>
32         </scm>
33
34
35         <profiles>
36                 <profile>
37                         <id>blackduck</id>
38                         <activation>
39                                 <property>
40                                         <name>blackduck-scan</name>
41                                 </property>
42                         </activation>
43                         <build>
44                                         <plugins>
45                                                 <plugin>
46                                                         <groupId>com.blackducksoftware.integration</groupId>
47                                                         <artifactId>hub-maven-plugin</artifactId>
48                                                         <version>1.4.0</version>
49                                                         <inherited>false</inherited>
50                                                         <configuration>
51                                                                 <hubProjectName>${project.name}</hubProjectName>
52                                                                 <outputDirectory>${project.basedir}</outputDirectory>
53                                                         </configuration>
54                                                         <executions>
55                                                                 <execution>
56                                                                         <id>create-bdio-file</id>
57                                                                         <phase>package</phase>
58                                                                         <goals>
59                                                                                 <goal>createHubOutput</goal>
60                                                                         </goals>
61                                                                 </execution>
62                                                         </executions>
63                                                 </plugin>
64                                         </plugins>
65
66
67
68                         </build>
69
70                 </profile>
71
72         </profiles>
73 </project>