Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | drools-pdp-apps |
| 4 | ================================================================================ |
Hockla, Ali (ah999m) | a6f7bac | 2020-01-10 15:52:56 -0600 | [diff] [blame] | 5 | Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. |
Hengye | 93206cf | 2019-04-04 03:13:35 +0000 | [diff] [blame] | 6 | Modifications Copyright (C) 2019 Nordix Foundation. |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [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 |
Temoc Rodriguez | b234cce | 2017-08-16 16:10:55 -0700 | [diff] [blame] | 11 | |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 12 | http://www.apache.org/licenses/LICENSE-2.0 |
Temoc Rodriguez | b234cce | 2017-08-16 16:10:55 -0700 | [diff] [blame] | 13 | |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 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 | |
liamfallon | fd6a4f3 | 2018-10-31 16:54:18 +0000 | [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"> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 23 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | <parent> |
Pamela Dragosh | acfe063 | 2018-08-28 09:57:31 -0400 | [diff] [blame] | 26 | <groupId>org.onap.policy.parent</groupId> |
| 27 | <artifactId>integration</artifactId> |
Pamela Dragosh | 271cd48 | 2020-05-19 12:36:44 -0400 | [diff] [blame] | 28 | <version>3.1.3</version> |
liamfallon | fd6a4f3 | 2018-10-31 16:54:18 +0000 | [diff] [blame] | 29 | <relativePath /> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 30 | </parent> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 31 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 32 | <groupId>org.onap.policy.drools-applications</groupId> |
| 33 | <artifactId>drools-applications</artifactId> |
a.sreekumar | 84ce39f | 2020-05-26 14:18:14 +0100 | [diff] [blame] | 34 | <version>1.7.0-SNAPSHOT</version> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 35 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 36 | <name>policy-drools-applications</name> |
| 37 | <packaging>pom</packaging> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 38 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 39 | <properties> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 40 | <!-- Project path properties --> |
| 41 | <nexusproxy>https://nexus.onap.org</nexusproxy> |
| 42 | <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> |
| 43 | <releases.path>content/repositories/releases/</releases.path> |
| 44 | <snapshots.path>content/repositories/snapshots/</snapshots.path> |
| 45 | <staging.path>content/repositories/staging/</staging.path> |
Pamela Dragosh | 2d70f7d | 2018-02-16 10:41:37 -0500 | [diff] [blame] | 46 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 47 | <!-- Project common dependency versions --> |
Pamela Dragosh | 271cd48 | 2020-05-19 12:36:44 -0400 | [diff] [blame] | 48 | <version.policy.common>1.6.5</version.policy.common> |
| 49 | <policy.models.version>2.2.6</policy.models.version> |
Pamela Dragosh | 7b69543 | 2020-05-20 15:15:43 -0400 | [diff] [blame] | 50 | <version.policy.drools-pdp>1.6.3</version.policy.drools-pdp> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 51 | </properties> |
Pamela Dragosh | 6550992 | 2017-02-16 13:27:42 -0500 | [diff] [blame] | 52 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 53 | <build> |
| 54 | <plugins> |
| 55 | <plugin> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 56 | <groupId>org.apache.maven.plugins</groupId> |
| 57 | <artifactId>maven-deploy-plugin</artifactId> |
| 58 | <configuration> |
| 59 | <skip /> |
| 60 | </configuration> |
| 61 | </plugin> |
| 62 | <plugin> |
| 63 | <groupId>org.apache.maven.plugins</groupId> |
| 64 | <artifactId>maven-compiler-plugin</artifactId> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 65 | <configuration> |
| 66 | <encoding>${project.encoding}</encoding> |
Hockla, Ali (ah999m) | 25d3e43 | 2020-01-15 15:04:09 -0600 | [diff] [blame] | 67 | <release>${java.version}</release> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 68 | </configuration> |
| 69 | </plugin> |
| 70 | <plugin> |
| 71 | <groupId>org.apache.maven.plugins</groupId> |
| 72 | <artifactId>maven-site-plugin</artifactId> |
| 73 | <dependencies> |
| 74 | <dependency> |
| 75 | <groupId>org.apache.maven.wagon</groupId> |
| 76 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 77 | <version>2.10</version> |
| 78 | </dependency> |
| 79 | </dependencies> |
| 80 | </plugin> |
Pamela Dragosh | 8279af3 | 2018-08-29 07:58:53 -0400 | [diff] [blame] | 81 | <plugin> |
| 82 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 83 | <executions> |
| 84 | <execution> |
| 85 | <id>onap-java-style</id> |
| 86 | <goals> |
| 87 | <goal>check</goal> |
| 88 | </goals> |
| 89 | <phase>process-sources</phase> |
| 90 | <configuration> |
| 91 | <!-- Use Google Java Style Guide: |
| 92 | https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml |
| 93 | with minor changes --> |
| 94 | <configLocation>onap-checkstyle/onap-java-style.xml</configLocation> |
| 95 | <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory --> |
Hockla, Ali (ah999m) | 25d3e43 | 2020-01-15 15:04:09 -0600 | [diff] [blame] | 96 | <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories> |
Pamela Dragosh | 8279af3 | 2018-08-29 07:58:53 -0400 | [diff] [blame] | 97 | <includeResources>true</includeResources> |
| 98 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
| 99 | <includeTestResources>true</includeTestResources> |
| 100 | <excludes> |
| 101 | </excludes> |
Hockla, Ali (ah999m) | 25d3e43 | 2020-01-15 15:04:09 -0600 | [diff] [blame] | 102 | <suppressionsLocation>/checkstyle-suppressions.xml</suppressionsLocation> |
Pamela Dragosh | 8279af3 | 2018-08-29 07:58:53 -0400 | [diff] [blame] | 103 | <consoleOutput>true</consoleOutput> |
Pamela Dragosh | a24a985 | 2018-09-21 20:08:11 -0400 | [diff] [blame] | 104 | <failsOnViolation>true</failsOnViolation> |
Pamela Dragosh | 8279af3 | 2018-08-29 07:58:53 -0400 | [diff] [blame] | 105 | <violationSeverity>warning</violationSeverity> |
| 106 | </configuration> |
| 107 | </execution> |
| 108 | </executions> |
| 109 | <dependencies> |
| 110 | <dependency> |
| 111 | <groupId>org.onap.oparent</groupId> |
| 112 | <artifactId>checkstyle</artifactId> |
| 113 | <version>${oparent.version}</version> |
| 114 | <scope>compile</scope> |
| 115 | </dependency> |
| 116 | </dependencies> |
| 117 | </plugin> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 118 | </plugins> |
Pamela Dragosh | 18f392b | 2017-08-14 13:41:44 -0400 | [diff] [blame] | 119 | <pluginManagement> |
| 120 | <plugins> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 121 | <plugin> |
Pamela Dragosh | 18f392b | 2017-08-14 13:41:44 -0400 | [diff] [blame] | 122 | <groupId>org.eclipse.m2e</groupId> |
| 123 | <artifactId>lifecycle-mapping</artifactId> |
| 124 | <version>1.0.0</version> |
| 125 | <configuration> |
| 126 | <lifecycleMappingMetadata> |
| 127 | <pluginExecutions> |
| 128 | <pluginExecution> |
| 129 | <pluginExecutionFilter> |
| 130 | <groupId>org.apache.maven.plugins</groupId> |
| 131 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 132 | <versionRange>2.17,)</versionRange> |
| 133 | <goals> |
| 134 | <goal>check</goal> |
| 135 | </goals> |
| 136 | </pluginExecutionFilter> |
| 137 | <action> |
| 138 | <ignore /> |
| 139 | </action> |
| 140 | </pluginExecution> |
| 141 | </pluginExecutions> |
| 142 | </lifecycleMappingMetadata> |
| 143 | </configuration> |
| 144 | </plugin> |
| 145 | </plugins> |
| 146 | </pluginManagement> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 147 | </build> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 148 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 149 | <modules> |
| 150 | <module>controlloop</module> |
| 151 | <module>testsuites</module> |
| 152 | </modules> |
Pamela Dragosh | 6550992 | 2017-02-16 13:27:42 -0500 | [diff] [blame] | 153 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 154 | <reporting> |
| 155 | <plugins> |
| 156 | <plugin> |
| 157 | <groupId>org.apache.maven.plugins</groupId> |
| 158 | <artifactId>maven-javadoc-plugin</artifactId> |
| 159 | <version>2.10.4</version> |
| 160 | <configuration> |
| 161 | <failOnError>false</failOnError> |
| 162 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 163 | <docletArtifact> |
| 164 | <groupId>org.umlgraph</groupId> |
| 165 | <artifactId>umlgraph</artifactId> |
| 166 | <version>5.6</version> |
| 167 | </docletArtifact> |
| 168 | <additionalparam>-views</additionalparam> |
| 169 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 170 | </configuration> |
| 171 | </plugin> |
| 172 | </plugins> |
| 173 | </reporting> |
Jorge Hernandez | 3b25dd8 | 2017-08-30 23:42:35 -0500 | [diff] [blame] | 174 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 175 | <dependencies> |
| 176 | <dependency> |
| 177 | <groupId>ch.qos.logback</groupId> |
| 178 | <artifactId>logback-classic</artifactId> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 179 | <scope>provided</scope> |
| 180 | </dependency> |
Pamela Dragosh | 310ff50 | 2020-03-03 09:14:57 -0500 | [diff] [blame] | 181 | <dependency> |
| 182 | <groupId>junit</groupId> |
| 183 | <artifactId>junit</artifactId> |
| 184 | <scope>test</scope> |
| 185 | </dependency> |
| 186 | <dependency> |
| 187 | <groupId>org.powermock</groupId> |
| 188 | <artifactId>powermock-api-mockito2</artifactId> |
| 189 | <scope>test</scope> |
| 190 | </dependency> |
| 191 | <dependency> |
| 192 | <groupId>org.mockito</groupId> |
| 193 | <artifactId>mockito-core</artifactId> |
| 194 | <scope>test</scope> |
| 195 | </dependency> |
| 196 | <dependency> |
| 197 | <groupId>org.powermock</groupId> |
| 198 | <artifactId>powermock-module-junit4</artifactId> |
| 199 | <scope>test</scope> |
| 200 | </dependency> |
| 201 | <dependency> |
| 202 | <groupId>org.assertj</groupId> |
| 203 | <artifactId>assertj-core</artifactId> |
| 204 | <scope>test</scope> |
| 205 | </dependency> |
| 206 | <dependency> |
| 207 | <groupId>org.awaitility</groupId> |
| 208 | <artifactId>awaitility</artifactId> |
| 209 | <scope>test</scope> |
| 210 | </dependency> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 211 | </dependencies> |
Jorge Hernandez | 3b25dd8 | 2017-08-30 23:42:35 -0500 | [diff] [blame] | 212 | |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 213 | </project> |