Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | ONAP Policy SDC Service Distribution |
| 4 | ================================================================================ |
HOCKLA | cd58196 | 2020-01-10 15:44:01 -0600 | [diff] [blame] | 5 | Copyright (C) 2018, 2020 AT&T Intellectual Property. All rights reserved. |
ramverma | b5f4934 | 2019-02-05 15:34:35 +0000 | [diff] [blame] | 6 | Copyright (C) 2019 Nordix Foundation. |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 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 | |
ramverma | b5f4934 | 2019-02-05 15:34:35 +0000 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 25 | |
| 26 | <parent> |
| 27 | <groupId>org.onap.policy.parent</groupId> |
| 28 | <artifactId>integration</artifactId> |
HOCKLA | b830606 | 2020-01-20 16:37:27 -0600 | [diff] [blame] | 29 | <version>3.1.1-SNAPSHOT</version> |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 30 | <relativePath /> |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 31 | </parent> |
| 32 | |
| 33 | <groupId>org.onap.policy.distribution</groupId> |
Pamela Dragosh | 4d2eae6 | 2018-05-30 08:55:45 -0400 | [diff] [blame] | 34 | <artifactId>policy-distribution</artifactId> |
Jim Hahn | a210e7d | 2019-09-16 16:51:15 -0400 | [diff] [blame] | 35 | <version>2.3.0-SNAPSHOT</version> |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 36 | |
| 37 | <packaging>pom</packaging> |
| 38 | |
| 39 | <name>policy-distribution</name> |
| 40 | <description>Code that implements our integration with SDC service distribution API.</description> |
| 41 | |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 42 | <properties> |
Pamela Dragosh | bc03dc1 | 2020-01-20 08:00:43 -0500 | [diff] [blame] | 43 | <!-- Default Sonar configuration --> |
Pamela Dragosh | 34efd97 | 2020-01-22 11:10:01 -0500 | [diff] [blame^] | 44 | <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> |
ramverma | ef2ff6b | 2018-08-23 13:50:31 +0100 | [diff] [blame] | 45 | |
HOCKLA | b830606 | 2020-01-20 16:37:27 -0600 | [diff] [blame] | 46 | <policy.common.version>1.6.2-SNAPSHOT</policy.common.version> |
Jim Hahn | 5a8fe4a | 2019-09-19 15:33:53 -0400 | [diff] [blame] | 47 | <policy.engine.version>1.6.0-SNAPSHOT</policy.engine.version> |
| 48 | <policy.apex-pdp.version>2.3.0-SNAPSHOT</policy.apex-pdp.version> |
HOCKLA | b830606 | 2020-01-20 16:37:27 -0600 | [diff] [blame] | 49 | <policy.models.version>2.2.1-SNAPSHOT</policy.models.version> |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 50 | </properties> |
| 51 | |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 52 | <modules> |
mmis | f85f63f | 2018-08-02 09:45:44 +0100 | [diff] [blame] | 53 | <module>model</module> |
liamfallon | ce63c40 | 2018-07-19 14:27:17 +0100 | [diff] [blame] | 54 | <module>main</module> |
| 55 | <module>reception</module> |
| 56 | <module>forwarding</module> |
liamfallon | 37d8ade | 2018-07-30 16:58:54 +0100 | [diff] [blame] | 57 | <module>plugins</module> |
ramverma | b5f4934 | 2019-02-05 15:34:35 +0000 | [diff] [blame] | 58 | <module>packages</module> |
Bilal A | f762f74 | 2019-02-27 13:52:05 -0500 | [diff] [blame] | 59 | <module>testsuites</module> |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 60 | </modules> |
| 61 | |
liamfallon | 37d8ade | 2018-07-30 16:58:54 +0100 | [diff] [blame] | 62 | <dependencies> |
| 63 | <dependency> |
| 64 | <groupId>junit</groupId> |
| 65 | <artifactId>junit</artifactId> |
| 66 | <scope>test</scope> |
| 67 | </dependency> |
| 68 | <dependency> |
ramverma | b5f4934 | 2019-02-05 15:34:35 +0000 | [diff] [blame] | 69 | <groupId>org.mockito</groupId> |
| 70 | <artifactId>mockito-all</artifactId> |
| 71 | <scope>test</scope> |
liamfallon | 37d8ade | 2018-07-30 16:58:54 +0100 | [diff] [blame] | 72 | </dependency> |
ramverma | b5f4934 | 2019-02-05 15:34:35 +0000 | [diff] [blame] | 73 | |
liamfallon | 37d8ade | 2018-07-30 16:58:54 +0100 | [diff] [blame] | 74 | <dependency> |
ramverma | b5f4934 | 2019-02-05 15:34:35 +0000 | [diff] [blame] | 75 | <groupId>org.onap.policy.common</groupId> |
| 76 | <artifactId>policy-endpoints</artifactId> |
| 77 | <version>${policy.common.version}</version> |
liamfallon | 37d8ade | 2018-07-30 16:58:54 +0100 | [diff] [blame] | 78 | </dependency> |
| 79 | </dependencies> |
| 80 | |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 81 | <distributionManagement> |
| 82 | <site> |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 83 | <id>ecomp-site</id> |
| 84 | <url>dav:${nexusproxy}${sitePath}</url> |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 85 | </site> |
| 86 | </distributionManagement> |
| 87 | |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 88 | <build> |
| 89 | <plugins> |
| 90 | <plugin> |
ramverma | ef2ff6b | 2018-08-23 13:50:31 +0100 | [diff] [blame] | 91 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 92 | <executions> |
| 93 | <execution> |
| 94 | <id>onap-java-style</id> |
| 95 | <goals> |
| 96 | <goal>check</goal> |
| 97 | </goals> |
| 98 | <phase>process-sources</phase> |
| 99 | <configuration> |
| 100 | <!-- Use Google Java Style Guide: |
| 101 | https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml |
| 102 | with minor changes --> |
| 103 | <configLocation>onap-checkstyle/onap-java-style.xml</configLocation> |
| 104 | <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory --> |
HOCKLA | b830606 | 2020-01-20 16:37:27 -0600 | [diff] [blame] | 105 | <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories> |
ramverma | ef2ff6b | 2018-08-23 13:50:31 +0100 | [diff] [blame] | 106 | <includeResources>true</includeResources> |
| 107 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
| 108 | <includeTestResources>true</includeTestResources> |
| 109 | <excludes> |
| 110 | </excludes> |
| 111 | <consoleOutput>true</consoleOutput> |
| 112 | <failOnViolation>true</failOnViolation> |
| 113 | <violationSeverity>warning</violationSeverity> |
| 114 | </configuration> |
| 115 | </execution> |
| 116 | </executions> |
| 117 | <dependencies> |
| 118 | <dependency> |
| 119 | <groupId>org.onap.oparent</groupId> |
| 120 | <artifactId>checkstyle</artifactId> |
Pamela Dragosh | 9d3612f | 2018-09-06 11:07:44 -0400 | [diff] [blame] | 121 | <version>${oparent.version}</version> |
ramverma | ef2ff6b | 2018-08-23 13:50:31 +0100 | [diff] [blame] | 122 | <scope>compile</scope> |
| 123 | </dependency> |
| 124 | </dependencies> |
| 125 | </plugin> |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 126 | </plugins> |
ramverma | 84beaf8 | 2018-08-15 21:28:42 +0100 | [diff] [blame] | 127 | </build> |
Pamela Dragosh | a965e2e | 2018-05-25 09:22:38 -0400 | [diff] [blame] | 128 | </project> |