Timoney, Dan (dt5972) | 4a46ddd | 2019-01-08 14:20:28 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Singal, Kapil (ks220y) | 6ff6ed9 | 2020-02-03 09:31:39 -0500 | [diff] [blame] | 2 | <!-- |
| 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 | --> |
Timoney, Dan (dt5972) | 4a46ddd | 2019-01-08 14:20:28 -0500 | [diff] [blame] | 22 | <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) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 23 | <modelVersion>4.0.0</modelVersion> |
Timoney, Dan (dt5972) | 4a46ddd | 2019-01-08 14:20:28 -0500 | [diff] [blame] | 24 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 25 | <parent> |
| 26 | <groupId>org.onap.ccsdk.parent</groupId> |
| 27 | <artifactId>odlparent-lite</artifactId> |
Dan Timoney | 24383fb | 2021-05-04 13:52:45 -0400 | [diff] [blame] | 28 | <version>2.1.4</version> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 29 | <relativePath/> |
| 30 | </parent> |
Timoney, Dan (dt5972) | 4a46ddd | 2019-01-08 14:20:28 -0500 | [diff] [blame] | 31 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 32 | <groupId>org.onap.ccsdk.features</groupId> |
| 33 | <artifactId>ccsdk-features</artifactId> |
Dan Timoney | 89e0624 | 2021-05-07 16:13:22 -0400 | [diff] [blame^] | 34 | <version>1.1.6-SNAPSHOT</version> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 35 | <packaging>pom</packaging> |
Timoney, Dan (dt5972) | 4a46ddd | 2019-01-08 14:20:28 -0500 | [diff] [blame] | 36 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 37 | <name>ccsdk-features</name> |
| 38 | <description>CCSDK applications</description> |
| 39 | <url>https://wiki.onap.org</url> |
| 40 | <organization> |
| 41 | <name>ONAP</name> |
| 42 | </organization> |
Timoney, Dan (dt5972) | 4a46ddd | 2019-01-08 14:20:28 -0500 | [diff] [blame] | 43 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 44 | <modules> |
| 45 | <module>features</module> |
| 46 | <module>sdnr/wt</module> |
| 47 | <module>sdnr/northbound</module> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 48 | <module>aafshiro</module> |
Singal, Kapil (ks220y) | 30a5975 | 2020-12-18 13:21:28 -0500 | [diff] [blame] | 49 | <module>lib/rlock</module> |
| 50 | <module>lib/doorman</module> |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 51 | </modules> |
Timoney, Dan (dt5972) | 4a46ddd | 2019-01-08 14:20:28 -0500 | [diff] [blame] | 52 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 53 | <scm> |
| 54 | <connection>scm:git:ssh://git@${onap.git.host}/features.git</connection> |
| 55 | <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/features.git</developerConnection> |
| 56 | <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/features/browse</url> |
| 57 | </scm> |
Timoney, Dan (dt5972) | 4a46ddd | 2019-01-08 14:20:28 -0500 | [diff] [blame] | 58 | |
Singal, Kapil (ks220y) | 0975377 | 2021-02-09 13:06:58 -0500 | [diff] [blame] | 59 | <build> |
| 60 | <pluginManagement> |
| 61 | <plugins> |
| 62 | <plugin> |
| 63 | <groupId>org.apache.maven.plugins</groupId> |
| 64 | <artifactId>maven-compiler-plugin</artifactId> |
| 65 | <version>${maven-compiler-plugin.version}</version> |
| 66 | <configuration> |
| 67 | <release>${java.version}</release> |
| 68 | <!--explicitly remove source and target--> |
| 69 | <source combine.self="override"/> |
| 70 | <target combine.self="override"/> |
| 71 | </configuration> |
| 72 | </plugin> |
| 73 | </plugins> |
| 74 | </pluginManagement> |
| 75 | </build> |
| 76 | |
Singal, Kapil (ks220y) | 05e4277 | 2019-12-12 11:20:58 -0500 | [diff] [blame] | 77 | <profiles> |
| 78 | <profile> |
| 79 | <id>blackduck</id> |
| 80 | <activation> |
| 81 | <property> |
| 82 | <name>blackduck-scan</name> |
| 83 | </property> |
| 84 | </activation> |
| 85 | <build> |
| 86 | <plugins> |
| 87 | <plugin> |
| 88 | <groupId>com.blackducksoftware.integration</groupId> |
| 89 | <artifactId>hub-maven-plugin</artifactId> |
| 90 | <version>1.4.0</version> |
| 91 | <inherited>false</inherited> |
| 92 | <configuration> |
| 93 | <hubProjectName>${project.name}</hubProjectName> |
| 94 | <outputDirectory>${project.basedir}</outputDirectory> |
| 95 | </configuration> |
| 96 | <executions> |
| 97 | <execution> |
| 98 | <id>create-bdio-file</id> |
| 99 | <phase>package</phase> |
| 100 | <goals> |
| 101 | <goal>createHubOutput</goal> |
| 102 | </goals> |
| 103 | </execution> |
| 104 | </executions> |
| 105 | </plugin> |
| 106 | </plugins> |
| 107 | </build> |
| 108 | </profile> |
| 109 | <profile> |
| 110 | <id>dependency-list</id> |
| 111 | <build> |
| 112 | <plugins> |
| 113 | <plugin> |
| 114 | <groupId>com.github.ferstl</groupId> |
| 115 | <artifactId>depgraph-maven-plugin</artifactId> |
| 116 | <executions> |
| 117 | <execution> |
| 118 | <phase>validate</phase> |
| 119 | <inherited>false</inherited> |
| 120 | <goals> |
| 121 | <goal>aggregate</goal> |
| 122 | </goals> |
| 123 | </execution> |
| 124 | </executions> |
| 125 | </plugin> |
| 126 | <plugin> |
| 127 | <groupId>org.codehaus.mojo</groupId> |
| 128 | <artifactId>build-helper-maven-plugin</artifactId> |
| 129 | <executions> |
| 130 | <execution> |
| 131 | <id>attach-artifacts</id> |
| 132 | <phase>package</phase> |
| 133 | <inherited>false</inherited> |
| 134 | <goals> |
| 135 | <goal>attach-artifact</goal> |
| 136 | </goals> |
| 137 | <configuration> |
| 138 | <artifacts> |
| 139 | <artifact> |
| 140 | <file>${dependency-list.file}</file> |
| 141 | <type>txt</type> |
| 142 | <classifier>dependencies</classifier> |
| 143 | </artifact> |
| 144 | </artifacts> |
| 145 | </configuration> |
| 146 | </execution> |
| 147 | </executions> |
| 148 | </plugin> |
| 149 | </plugins> |
| 150 | </build> |
| 151 | </profile> |
| 152 | </profiles> |
Timoney, Dan (dt5972) | 4a46ddd | 2019-01-08 14:20:28 -0500 | [diff] [blame] | 153 | </project> |