Peyton Puckett | dbdfc63 | 2019-09-30 14:28:14 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP Policy Engine - Drools PDP |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 5 | ================================================================================ |
Hockla, Ali (ah999m) | 7c924cf | 2020-01-10 15:31:03 -0600 | [diff] [blame] | 6 | Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. |
liamfallon | eb70ba3 | 2019-11-01 12:01:13 +0000 | [diff] [blame] | 7 | Modifications Copyright (C) 2019 Nordix Foundation. |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 8 | ================================================================================ |
| 9 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 10 | you may not use this file except in compliance with the License. |
| 11 | You may obtain a copy of the License at |
Temoc Rodriguez | 82ba922 | 2017-08-17 08:24:55 -0700 | [diff] [blame] | 12 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 13 | http://www.apache.org/licenses/LICENSE-2.0 |
Temoc Rodriguez | 82ba922 | 2017-08-17 08:24:55 -0700 | [diff] [blame] | 14 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 15 | Unless required by applicable law or agreed to in writing, software |
| 16 | distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | See the License for the specific language governing permissions and |
| 19 | limitations under the License. |
Peyton Puckett | dbdfc63 | 2019-09-30 14:28:14 -0500 | [diff] [blame] | 20 | ============LICENSE_END========================================================= |
Pamela Dragosh | bd6c437 | 2018-02-16 10:30:56 -0500 | [diff] [blame] | 21 | --> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 22 | |
liamfallon | 9920020 | 2018-10-31 16:00:08 +0000 | [diff] [blame] | 23 | <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/maven-v4_0_0.xsd"> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 25 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 26 | <parent> |
| 27 | <groupId>org.onap.policy.parent</groupId> |
| 28 | <artifactId>integration</artifactId> |
Hockla, Ali (ah999m) | 956a7b5 | 2020-01-13 14:11:46 -0600 | [diff] [blame] | 29 | <version>3.1.1-SNAPSHOT</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 30 | <relativePath /> |
| 31 | </parent> |
Guo Ruijing | 15be35a | 2017-08-03 11:32:09 +0000 | [diff] [blame] | 32 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 33 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 34 | <artifactId>drools-pdp</artifactId> |
Jim Hahn | 89a8e32 | 2019-09-10 11:22:40 -0400 | [diff] [blame] | 35 | <version>1.6.0-SNAPSHOT</version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 36 | <packaging>pom</packaging> |
| 37 | <name>policy-drools-pdp</name> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 38 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 39 | <description>The ONAP Policy Engine drools-based PDP Project</description> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 40 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 41 | <properties> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 42 | <!-- Project path properties --> |
| 43 | <nexusproxy>https://nexus.onap.org</nexusproxy> |
| 44 | <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> |
| 45 | <releases.path>content/repositories/releases/</releases.path> |
| 46 | <snapshots.path>content/repositories/snapshots/</snapshots.path> |
| 47 | <staging.path>content/repositories/staging/</staging.path> |
Pamela Dragosh | bd6c437 | 2018-02-16 10:30:56 -0500 | [diff] [blame] | 48 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 49 | <!-- Project common dependency versions --> |
Daniel Cruz | fa2a5a4 | 2019-02-14 00:42:45 -0600 | [diff] [blame] | 50 | <json.path.version>2.4.0</json.path.version> |
Jim Hahn | 0e6b16b | 2018-09-11 10:11:29 -0400 | [diff] [blame] | 51 | <hibernate.core.version>5.2.10.Final</hibernate.core.version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 52 | <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version> |
| 53 | <commons.io.version>2.5</commons.io.version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 54 | <xml.apis.version>1.4.01</xml.apis.version> |
Hockla, Ali (ah999m) | 956a7b5 | 2020-01-13 14:11:46 -0600 | [diff] [blame] | 55 | <policy.common.version>1.6.2-SNAPSHOT</policy.common.version> |
| 56 | <policy.models.version>2.2.1-SNAPSHOT</policy.models.version> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 57 | </properties> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 58 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 59 | <modules> |
| 60 | <module>policy-utils</module> |
| 61 | <module>policy-core</module> |
| 62 | <module>policy-management</module> |
| 63 | <module>feature-healthcheck</module> |
| 64 | <module>feature-eelf</module> |
Jim Hahn | a3fa1c6 | 2018-03-26 16:48:31 -0400 | [diff] [blame] | 65 | <module>feature-pooling-dmaap</module> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 66 | <module>feature-session-persistence</module> |
| 67 | <module>feature-test-transaction</module> |
| 68 | <module>api-state-management</module> |
| 69 | <module>feature-state-management</module> |
| 70 | <module>api-active-standby-management</module> |
| 71 | <module>feature-active-standby-management</module> |
| 72 | <module>feature-simulators</module> |
| 73 | <module>feature-distributed-locking</module> |
Daniel Cruz | 62e4281 | 2019-02-22 11:31:17 -0600 | [diff] [blame] | 74 | <module>feature-controller-logging</module> |
Daniel Cruz | 89d3441 | 2019-03-22 08:33:29 -0500 | [diff] [blame] | 75 | <module>feature-mdc-filters</module> |
Jorge Hernandez | 964b127 | 2019-03-28 01:12:10 -0500 | [diff] [blame] | 76 | <module>feature-lifecycle</module> |
Straubs, Ralph (rs8887) | f9e71de | 2019-10-28 07:49:56 -0500 | [diff] [blame] | 77 | <module>feature-drools-init</module> |
Straubs, Ralph (rs8887) | 001320e | 2020-02-04 03:26:30 -0600 | [diff] [blame^] | 78 | <module>api-server-pool-state-control</module> |
| 79 | <module>feature-server-pool</module> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 80 | <module>packages</module> |
| 81 | </modules> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 82 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 83 | <dependencyManagement> |
| 84 | <dependencies> |
| 85 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 86 | <groupId>javax.ws.rs</groupId> |
| 87 | <artifactId>javax.ws.rs-api</artifactId> |
| 88 | <version>2.0.1</version> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>org.glassfish.hk2.external</groupId> |
| 92 | <artifactId>javax.inject</artifactId> |
| 93 | <version>2.4.0-b31</version> |
| 94 | </dependency> |
| 95 | <dependency> |
Daniel Cruz | fa2a5a4 | 2019-02-14 00:42:45 -0600 | [diff] [blame] | 96 | <groupId>com.jayway.jsonpath</groupId> |
| 97 | <artifactId>json-path</artifactId> |
| 98 | <version>${json.path.version}</version> |
| 99 | </dependency> |
| 100 | <dependency> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 101 | <groupId>org.hibernate</groupId> |
| 102 | <artifactId>hibernate-core</artifactId> |
| 103 | <version>${hibernate.core.version}</version> |
| 104 | </dependency> |
| 105 | <dependency> |
| 106 | <groupId>org.hibernate.common</groupId> |
| 107 | <artifactId>hibernate-commons-annotations</artifactId> |
| 108 | <version>${hibernate.commons.annotations.version}</version> |
| 109 | </dependency> |
| 110 | <dependency> |
| 111 | <groupId>commons-io</groupId> |
| 112 | <artifactId>commons-io</artifactId> |
| 113 | <version>${commons.io.version}</version> |
| 114 | </dependency> |
| 115 | <dependency> |
| 116 | <groupId>xml-apis</groupId> |
| 117 | <artifactId>xml-apis</artifactId> |
| 118 | <version>${xml.apis.version}</version> |
| 119 | </dependency> |
| 120 | </dependencies> |
| 121 | </dependencyManagement> |
Pamela Dragosh | bd6c437 | 2018-02-16 10:30:56 -0500 | [diff] [blame] | 122 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 123 | <build> |
| 124 | <plugins> |
Pamela Dragosh | a0e0c78 | 2018-09-28 04:58:26 -0400 | [diff] [blame] | 125 | <plugin> |
| 126 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 127 | <executions> |
| 128 | <execution> |
| 129 | <id>onap-java-style</id> |
| 130 | <goals> |
| 131 | <goal>check</goal> |
| 132 | </goals> |
| 133 | <phase>process-sources</phase> |
| 134 | <configuration> |
Peyton Puckett | dbdfc63 | 2019-09-30 14:28:14 -0500 | [diff] [blame] | 135 | <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml |
Pamela Dragosh | a0e0c78 | 2018-09-28 04:58:26 -0400 | [diff] [blame] | 136 | with minor changes --> |
| 137 | <configLocation>onap-checkstyle/onap-java-style.xml</configLocation> |
| 138 | <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory --> |
Hockla, Ali (ah999m) | 956a7b5 | 2020-01-13 14:11:46 -0600 | [diff] [blame] | 139 | <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories> |
Pamela Dragosh | a0e0c78 | 2018-09-28 04:58:26 -0400 | [diff] [blame] | 140 | <includeResources>true</includeResources> |
| 141 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
| 142 | <includeTestResources>true</includeTestResources> |
| 143 | <excludes> |
| 144 | </excludes> |
| 145 | <!-- suppressionsLocation>${project.baseUri}checkstyle-suppressions.xml</suppressionsLocation --> |
| 146 | <consoleOutput>true</consoleOutput> |
| 147 | <failsOnViolation>true</failsOnViolation> |
| 148 | <violationSeverity>warning</violationSeverity> |
| 149 | </configuration> |
| 150 | </execution> |
| 151 | </executions> |
| 152 | <dependencies> |
| 153 | <dependency> |
| 154 | <groupId>org.onap.oparent</groupId> |
| 155 | <artifactId>checkstyle</artifactId> |
| 156 | <version>${oparent.version}</version> |
| 157 | <scope>compile</scope> |
| 158 | </dependency> |
| 159 | </dependencies> |
| 160 | </plugin> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 161 | <plugin> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 162 | <groupId>org.apache.maven.plugins</groupId> |
| 163 | <artifactId>maven-deploy-plugin</artifactId> |
| 164 | <configuration> |
Peyton Puckett | dbdfc63 | 2019-09-30 14:28:14 -0500 | [diff] [blame] | 165 | <skip/> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 166 | </configuration> |
| 167 | </plugin> |
| 168 | <plugin> |
| 169 | <groupId>org.apache.maven.plugins</groupId> |
| 170 | <artifactId>maven-compiler-plugin</artifactId> |
| 171 | <configuration> |
| 172 | <encoding>${project.encoding}</encoding> |
| 173 | <source>${project.source.version}</source> |
| 174 | <target>${project.target.version}</target> |
| 175 | </configuration> |
| 176 | </plugin> |
| 177 | <plugin> |
| 178 | <groupId>org.apache.maven.plugins</groupId> |
| 179 | <artifactId>maven-resources-plugin</artifactId> |
| 180 | <configuration> |
| 181 | <encoding>${project.encoding}</encoding> |
| 182 | </configuration> |
| 183 | </plugin> |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 184 | |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 185 | <plugin> |
| 186 | <groupId>org.apache.maven.plugins</groupId> |
| 187 | <artifactId>maven-site-plugin</artifactId> |
| 188 | <dependencies> |
| 189 | <dependency> |
| 190 | <groupId>org.apache.maven.wagon</groupId> |
| 191 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 192 | <version>2.10</version> |
| 193 | </dependency> |
| 194 | </dependencies> |
| 195 | </plugin> |
| 196 | </plugins> |
| 197 | <pluginManagement> |
| 198 | <plugins> |
| 199 | <plugin> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 200 | <groupId>org.eclipse.m2e</groupId> |
| 201 | <artifactId>lifecycle-mapping</artifactId> |
| 202 | <version>1.0.0</version> |
| 203 | <configuration> |
| 204 | <lifecycleMappingMetadata> |
| 205 | <pluginExecutions> |
| 206 | <pluginExecution> |
| 207 | <pluginExecutionFilter> |
| 208 | <groupId>org.apache.maven.plugins</groupId> |
| 209 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 210 | <versionRange>2.17,)</versionRange> |
| 211 | <goals> |
| 212 | <goal>check</goal> |
| 213 | </goals> |
| 214 | </pluginExecutionFilter> |
| 215 | <action> |
Peyton Puckett | dbdfc63 | 2019-09-30 14:28:14 -0500 | [diff] [blame] | 216 | <ignore/> |
Pamela Dragosh | fd307be | 2018-08-28 18:10:51 -0400 | [diff] [blame] | 217 | </action> |
| 218 | </pluginExecution> |
| 219 | </pluginExecutions> |
| 220 | </lifecycleMappingMetadata> |
| 221 | </configuration> |
| 222 | </plugin> |
| 223 | </plugins> |
| 224 | </pluginManagement> |
| 225 | </build> |
| 226 | <reporting> |
| 227 | <plugins> |
| 228 | <plugin> |
| 229 | <groupId>org.apache.maven.plugins</groupId> |
| 230 | <artifactId>maven-javadoc-plugin</artifactId> |
| 231 | <version>2.10.4</version> |
| 232 | <configuration> |
| 233 | <failOnError>false</failOnError> |
| 234 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 235 | <docletArtifact> |
| 236 | <groupId>org.umlgraph</groupId> |
| 237 | <artifactId>umlgraph</artifactId> |
| 238 | <version>5.6</version> |
| 239 | </docletArtifact> |
| 240 | <additionalparam>-views</additionalparam> |
| 241 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 242 | </configuration> |
| 243 | </plugin> |
| 244 | </plugins> |
| 245 | </reporting> |
Pamela Dragosh | b67f417 | 2017-04-10 10:24:23 -0400 | [diff] [blame] | 246 | |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 247 | </project> |