sourabh_sourabh | 1e1f49f | 2024-10-22 14:00:29 +0100 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
DylanB95EST | b5a2383 | 2021-06-02 19:45:46 +0100 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
egernug | b0ee038 | 2024-04-17 10:08:38 +0100 | [diff] [blame] | 4 | Copyright (c) 2021-2024 Nordix Foundation. |
puthuparambil.aditya | 08fe971 | 2021-07-13 11:52:13 +0100 | [diff] [blame] | 5 | Modifications Copyright (C) 2021 Bell Canada. |
DylanB95EST | b5a2383 | 2021-06-02 19:45:46 +0100 | [diff] [blame] | 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
lukegleeson | b208aeb | 2021-07-08 16:48:15 +0100 | [diff] [blame] | 10 | |
DylanB95EST | b5a2383 | 2021-06-02 19:45:46 +0100 | [diff] [blame] | 11 | http://www.apache.org/licenses/LICENSE-2.0 |
lukegleeson | b208aeb | 2021-07-08 16:48:15 +0100 | [diff] [blame] | 12 | |
DylanB95EST | b5a2383 | 2021-06-02 19:45:46 +0100 | [diff] [blame] | 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
lukegleeson | b208aeb | 2021-07-08 16:48:15 +0100 | [diff] [blame] | 18 | |
| 19 | SPDX-License-Identifier: Apache-2.0 |
DylanB95EST | b5a2383 | 2021-06-02 19:45:46 +0100 | [diff] [blame] | 20 | ============LICENSE_END========================================================= |
ToineSiebelink | 4cbd60b | 2021-09-30 16:53:42 +0100 | [diff] [blame] | 21 | --> |
sourabh_sourabh | 1e1f49f | 2024-10-22 14:00:29 +0100 | [diff] [blame^] | 22 | |
DylanB95EST | b5a2383 | 2021-06-02 19:45:46 +0100 | [diff] [blame] | 23 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
puthuparambil.aditya | 08fe971 | 2021-07-13 11:52:13 +0100 | [diff] [blame] | 24 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 25 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
DylanB95EST | b5a2383 | 2021-06-02 19:45:46 +0100 | [diff] [blame] | 26 | <modelVersion>4.0.0</modelVersion> |
DylanB95EST | b5a2383 | 2021-06-02 19:45:46 +0100 | [diff] [blame] | 27 | <parent> |
| 28 | <groupId>org.onap.oparent</groupId> |
| 29 | <artifactId>oparent</artifactId> |
ToineSiebelink | 54d10a7 | 2022-04-05 13:54:32 +0100 | [diff] [blame] | 30 | <version>3.3.0</version> |
DylanB95EST | b5a2383 | 2021-06-02 19:45:46 +0100 | [diff] [blame] | 31 | <relativePath/> |
| 32 | </parent> |
egernug | 5e4eb8c | 2024-06-21 12:53:06 +0100 | [diff] [blame] | 33 | <packaging>pom</packaging> |
DylanB95EST | b5a2383 | 2021-06-02 19:45:46 +0100 | [diff] [blame] | 34 | <organization> |
| 35 | <name>ONAP - CPS</name> |
| 36 | <url>http://www.onap.org/</url> |
| 37 | </organization> |
egernug | 5e4eb8c | 2024-06-21 12:53:06 +0100 | [diff] [blame] | 38 | <modules> |
| 39 | <module>dmi-service</module> |
egernug | e703e34 | 2024-07-08 10:59:08 +0100 | [diff] [blame] | 40 | <module>dmi-stub</module> |
egernug | 5e4eb8c | 2024-06-21 12:53:06 +0100 | [diff] [blame] | 41 | </modules> |
DylanB95EST | b5a2383 | 2021-06-02 19:45:46 +0100 | [diff] [blame] | 42 | <groupId>org.onap.cps</groupId> |
| 43 | <artifactId>ncmp-dmi-plugin</artifactId> |
mpriyank | 4e9a559 | 2024-05-15 10:48:17 +0100 | [diff] [blame] | 44 | <version>1.6.0-SNAPSHOT</version> |
DylanB95EST | b5a2383 | 2021-06-02 19:45:46 +0100 | [diff] [blame] | 45 | <name>ncmp-dmi-plugin</name> |
| 46 | <description>DMI Plugin Service</description> |
egernug | d59b5ef | 2023-10-19 11:23:13 +0100 | [diff] [blame] | 47 | |
sourabh_sourabh | 1e1f49f | 2024-10-22 14:00:29 +0100 | [diff] [blame^] | 48 | <properties> |
| 49 | <cps.version>3.5.2</cps.version> |
| 50 | </properties> |
| 51 | |
| 52 | <build> |
| 53 | <plugins> |
| 54 | <!-- Add the Maven Checkstyle Plugin here --> |
| 55 | <plugin> |
| 56 | <groupId>org.apache.maven.plugins</groupId> |
| 57 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 58 | <executions> |
| 59 | <execution> |
| 60 | <id>onap-license</id> |
| 61 | <goals> |
| 62 | <goal>check</goal> |
| 63 | </goals> |
| 64 | <phase>process-sources</phase> |
| 65 | <configuration> |
| 66 | <configLocation>onap-checkstyle/check-license.xml</configLocation> |
| 67 | <includeResources>false</includeResources> |
| 68 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
| 69 | <includeTestResources>false</includeTestResources> |
| 70 | <sourceDirectories> |
| 71 | <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> |
| 72 | </sourceDirectories> |
| 73 | <consoleOutput>false</consoleOutput> |
| 74 | <violationSeverity>warning</violationSeverity> |
| 75 | <failOnViolation>true</failOnViolation> |
| 76 | </configuration> |
| 77 | </execution> |
| 78 | <execution> |
| 79 | <id>onap-java-style</id> |
| 80 | <goals> |
| 81 | <goal>check</goal> |
| 82 | </goals> |
| 83 | <phase>process-sources</phase> |
| 84 | <configuration> |
| 85 | <configLocation>onap-checkstyle/onap-java-style.xml</configLocation> |
| 86 | <sourceDirectories> |
| 87 | <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> |
| 88 | </sourceDirectories> |
| 89 | <includeResources>true</includeResources> |
| 90 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
| 91 | <includeTestResources>true</includeTestResources> |
| 92 | <consoleOutput>false</consoleOutput> |
| 93 | <violationSeverity>warning</violationSeverity> |
| 94 | <failOnViolation>true</failOnViolation> |
| 95 | </configuration> |
| 96 | </execution> |
| 97 | <execution> |
| 98 | <id>cps-java-style</id> |
| 99 | <goals> |
| 100 | <goal>check</goal> |
| 101 | </goals> |
| 102 | <phase>process-sources</phase> |
| 103 | <configuration> |
| 104 | <configLocation>cps-java-style.xml</configLocation> |
| 105 | <sourceDirectories> |
| 106 | <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> |
| 107 | </sourceDirectories> |
| 108 | <includeResources>true</includeResources> |
| 109 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
| 110 | <includeTestResources>true</includeTestResources> |
| 111 | <consoleOutput>true</consoleOutput> |
| 112 | <violationSeverity>warning</violationSeverity> |
| 113 | <failOnViolation>true</failOnViolation> |
| 114 | </configuration> |
| 115 | </execution> |
| 116 | </executions> |
| 117 | <dependencies> |
| 118 | <dependency> |
| 119 | <groupId>${project.groupId}</groupId> |
| 120 | <artifactId>checkstyle</artifactId> |
| 121 | <version>${cps.version}</version> |
| 122 | </dependency> |
| 123 | </dependencies> |
| 124 | </plugin> |
| 125 | </plugins> |
| 126 | </build> |
| 127 | |
lukegleeson | b208aeb | 2021-07-08 16:48:15 +0100 | [diff] [blame] | 128 | </project> |