1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk features
5 ~ ================================================================================
6 ~ Copyright (C) 2020 highstreet technologies GmbH Intellectual Property.
8 ~ ================================================================================
9 ~ Update Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
10 ~ ================================================================================
11 ~ Licensed under the Apache License, Version 2.0 (the "License");
12 ~ you may not use this file except in compliance with the License.
13 ~ You may obtain a copy of the License at
15 ~ http://www.apache.org/licenses/LICENSE-2.0
17 ~ Unless required by applicable law or agreed to in writing, software
18 ~ distributed under the License is distributed on an "AS IS" BASIS,
19 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 ~ See the License for the specific language governing permissions and
21 ~ limitations under the License.
22 ~ ============LICENSE_END=======================================================
26 <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">
27 <modelVersion>4.0.0</modelVersion>
30 <groupId>org.o-ran-sc.oam.features.parent</groupId>
31 <artifactId>binding-parent</artifactId>
32 <version>2.0.0-SNAPSHOT</version>
36 <groupId>org.o-ran-sc.oam.features.devicemanager</groupId>
37 <artifactId>devicemanager-xran-ru-fh-provider</artifactId>
38 <version>1.0.0-SNAPSHOT</version>
39 <packaging>bundle</packaging>
41 <name>o-ran-sc-features :: ${project.artifactId}</name>
44 <name>Apache License, Version 2.0</name>
45 <url>http://www.apache.org/licenses/LICENSE-2.0</url>
50 <checkstyle.skip>true</checkstyle.skip> <!-- POM configuration -->
51 <maven.javadoc.skip>true</maven.javadoc.skip>
52 <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
53 <buildtime>${maven.build.timestamp} UTC</buildtime>
54 <databaseport>49400</databaseport>
58 <!-- begin for testing -->
60 <groupId>org.mockito</groupId>
61 <artifactId>mockito-core</artifactId>
65 <!-- end for testing -->
67 <groupId>org.o-ran-sc.scp-oam-modeling.features</groupId>
68 <artifactId>x-ran-ru-fh-model</artifactId>
69 <version>${project.version}</version>
72 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
73 <artifactId>sdnr-wt-devicemanager-model</artifactId>
74 <scope>provided</scope>
77 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
78 <artifactId>sdnr-wt-netconfnode-state-service-model</artifactId>
79 <scope>provided</scope>
82 <groupId>org.opendaylight.netconf</groupId>
83 <artifactId>sal-netconf-connector</artifactId>
84 <scope>provided</scope>
87 <groupId>org.opendaylight.mdsal</groupId>
88 <artifactId>mdsal-singleton-common-api</artifactId>
89 <scope>provided</scope>
96 <directory>src/main/resources</directory>
97 <filtering>true</filtering>
102 <groupId>org.jacoco</groupId>
103 <artifactId>jacoco-maven-plugin</artifactId>
106 <exclude>**/gen/**</exclude>
107 <exclude>**/generated-sources/**</exclude>
108 <exclude>**/yang-gen-sal/**</exclude>
109 <exclude>**/pax/**</exclude>
119 <url>https://nexus.onap.org/content/groups/public/</url>
121 <enabled>true</enabled>
122 <updatePolicy>never</updatePolicy>
125 <enabled>true</enabled>
126 <updatePolicy>always</updatePolicy>
130 <id>onap-staging</id>
131 <url>https://nexus.onap.org/content/groups/staging/</url>
133 <enabled>true</enabled>
134 <updatePolicy>never</updatePolicy>
137 <enabled>true</enabled>
138 <updatePolicy>always</updatePolicy>
142 <id>ecomp-release</id>
143 <name>onap-repository-releases</name>
144 <url>https://nexus.onap.org/content/repositories/releases/</url>
146 <enabled>true</enabled>
147 <updatePolicy>never</updatePolicy>
150 <enabled>false</enabled>
154 <id>ecomp-snapshot</id>
155 <name>onap-repository-snapshots</name>
156 <url>https://nexus.onap.org/content/repositories/snapshots/</url>
158 <enabled>false</enabled>
161 <enabled>true</enabled>