blob: 6ddf22512d37b7a7d911a257a8913bea6b96ed9a [file] [log] [blame]
Timoney, Dan (dt5972)4a46ddd2019-01-08 14:20:28 -05001<?xml version="1.0" encoding="UTF-8"?>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -05002<!--
3 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk features
5 ~ ================================================================================
6 ~ Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
7 ~ ================================================================================
8 ~ Licensed under the Apache License, Version 2.0 (the "License");
9 ~ you may not use this file except in compliance with the License.
10 ~ You may obtain a copy of the License at
11 ~
12 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~
14 ~ Unless required by applicable law or agreed to in writing, software
15 ~ distributed under the License is distributed on an "AS IS" BASIS,
16 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 ~ See the License for the specific language governing permissions and
18 ~ limitations under the License.
19 ~ ============LICENSE_END=======================================================
20 ~
21 -->
22
Timoney, Dan (dt5972)4a46ddd2019-01-08 14:20:28 -050023<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">
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050024 <modelVersion>4.0.0</modelVersion>
Timoney, Dan (dt5972)4a46ddd2019-01-08 14:20:28 -050025
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050026 <parent>
27 <groupId>org.onap.ccsdk.parent</groupId>
28 <artifactId>odlparent-lite</artifactId>
Dan Timoneyaf9977a2021-03-09 11:39:34 -050029 <version>2.2.0-SNAPSHOT</version>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050030 <relativePath/>
31 </parent>
Timoney, Dan (dt5972)4a46ddd2019-01-08 14:20:28 -050032
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050033 <groupId>org.onap.ccsdk.features</groupId>
34 <artifactId>ccsdk-features</artifactId>
Dan Timoneyaf9977a2021-03-09 11:39:34 -050035 <version>1.2.0-SNAPSHOT</version>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050036 <packaging>pom</packaging>
Timoney, Dan (dt5972)4a46ddd2019-01-08 14:20:28 -050037
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050038 <name>ccsdk-features</name>
39 <description>CCSDK applications</description>
40 <url>https://wiki.onap.org</url>
41 <organization>
42 <name>ONAP</name>
43 </organization>
Timoney, Dan (dt5972)4a46ddd2019-01-08 14:20:28 -050044
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050045 <modules>
46 <module>features</module>
47 <module>sdnr/wt</module>
48 <module>sdnr/northbound</module>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050049 <module>aafshiro</module>
Singal, Kapil (ks220y)30a59752020-12-18 13:21:28 -050050 <module>lib/rlock</module>
51 <module>lib/doorman</module>
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050052 </modules>
Timoney, Dan (dt5972)4a46ddd2019-01-08 14:20:28 -050053
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050054 <scm>
55 <connection>scm:git:ssh://git@${onap.git.host}/features.git</connection>
56 <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/features.git</developerConnection>
57 <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/features/browse</url>
58 </scm>
Timoney, Dan (dt5972)4a46ddd2019-01-08 14:20:28 -050059
Singal, Kapil (ks220y)09753772021-02-09 13:06:58 -050060 <build>
61 <pluginManagement>
62 <plugins>
63 <plugin>
64 <groupId>org.apache.maven.plugins</groupId>
65 <artifactId>maven-compiler-plugin</artifactId>
66 <version>${maven-compiler-plugin.version}</version>
67 <configuration>
68 <release>${java.version}</release>
69 <!--explicitly remove source and target-->
70 <source combine.self="override"/>
71 <target combine.self="override"/>
72 </configuration>
73 </plugin>
74 </plugins>
75 </pluginManagement>
76 </build>
77
Singal, Kapil (ks220y)05e42772019-12-12 11:20:58 -050078 <profiles>
79 <profile>
80 <id>blackduck</id>
81 <activation>
82 <property>
83 <name>blackduck-scan</name>
84 </property>
85 </activation>
86 <build>
87 <plugins>
88 <plugin>
89 <groupId>com.blackducksoftware.integration</groupId>
90 <artifactId>hub-maven-plugin</artifactId>
91 <version>1.4.0</version>
92 <inherited>false</inherited>
93 <configuration>
94 <hubProjectName>${project.name}</hubProjectName>
95 <outputDirectory>${project.basedir}</outputDirectory>
96 </configuration>
97 <executions>
98 <execution>
99 <id>create-bdio-file</id>
100 <phase>package</phase>
101 <goals>
102 <goal>createHubOutput</goal>
103 </goals>
104 </execution>
105 </executions>
106 </plugin>
107 </plugins>
108 </build>
109 </profile>
110 <profile>
111 <id>dependency-list</id>
112 <build>
113 <plugins>
114 <plugin>
115 <groupId>com.github.ferstl</groupId>
116 <artifactId>depgraph-maven-plugin</artifactId>
117 <executions>
118 <execution>
119 <phase>validate</phase>
120 <inherited>false</inherited>
121 <goals>
122 <goal>aggregate</goal>
123 </goals>
124 </execution>
125 </executions>
126 </plugin>
127 <plugin>
128 <groupId>org.codehaus.mojo</groupId>
129 <artifactId>build-helper-maven-plugin</artifactId>
130 <executions>
131 <execution>
132 <id>attach-artifacts</id>
133 <phase>package</phase>
134 <inherited>false</inherited>
135 <goals>
136 <goal>attach-artifact</goal>
137 </goals>
138 <configuration>
139 <artifacts>
140 <artifact>
141 <file>${dependency-list.file}</file>
142 <type>txt</type>
143 <classifier>dependencies</classifier>
144 </artifact>
145 </artifacts>
146 </configuration>
147 </execution>
148 </executions>
149 </plugin>
150 </plugins>
151 </build>
152 </profile>
153 </profiles>
Timoney, Dan (dt5972)4a46ddd2019-01-08 14:20:28 -0500154</project>