blob: 312bc2b87bda9a2433d20aa49d232b545eff2b99 [file] [log] [blame]
Pamela Dragosha6557b02017-02-14 19:49:32 -05001<!--
2 ============LICENSE_START=======================================================
3 drools-pdp-apps
4 ================================================================================
Hockla, Ali (ah999m)a6f7bac2020-01-10 15:52:56 -06005 Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
Hengye93206cf2019-04-04 03:13:35 +00006 Modifications Copyright (C) 2019 Nordix Foundation.
Pamela Dragosha6557b02017-02-14 19:49:32 -05007 ================================================================================
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 Rodriguezb234cce2017-08-16 16:10:55 -070011
Pamela Dragosha6557b02017-02-14 19:49:32 -050012 http://www.apache.org/licenses/LICENSE-2.0
Temoc Rodriguezb234cce2017-08-16 16:10:55 -070013
Pamela Dragosha6557b02017-02-14 19:49:32 -050014 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
liamfallonfd6a4f32018-10-31 16:54:18 +000022<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 Dragosha6557b02017-02-14 19:49:32 -050023
eikrwaqa0200fa2018-05-01 15:30:21 +010024 <modelVersion>4.0.0</modelVersion>
25 <parent>
Pamela Dragoshacfe0632018-08-28 09:57:31 -040026 <groupId>org.onap.policy.parent</groupId>
27 <artifactId>integration</artifactId>
Jim Hahn9fb7d332020-07-09 09:41:47 -040028 <version>3.2.0</version>
liamfallonfd6a4f32018-10-31 16:54:18 +000029 <relativePath />
eikrwaqa0200fa2018-05-01 15:30:21 +010030 </parent>
Pamela Dragosha6557b02017-02-14 19:49:32 -050031
eikrwaqa0200fa2018-05-01 15:30:21 +010032 <groupId>org.onap.policy.drools-applications</groupId>
33 <artifactId>drools-applications</artifactId>
Taka Cho2879ebb2020-10-10 16:48:19 -040034 <version>1.7.4-SNAPSHOT</version>
Pamela Dragosha6557b02017-02-14 19:49:32 -050035
eikrwaqa0200fa2018-05-01 15:30:21 +010036 <name>policy-drools-applications</name>
37 <packaging>pom</packaging>
Pamela Dragosha6557b02017-02-14 19:49:32 -050038
eikrwaqa0200fa2018-05-01 15:30:21 +010039 <properties>
eikrwaqa0200fa2018-05-01 15:30:21 +010040 <!-- 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 Dragosh2d70f7d2018-02-16 10:41:37 -050046
eikrwaqa0200fa2018-05-01 15:30:21 +010047 <!-- Project common dependency versions -->
jhhbd1aeca2020-09-08 17:16:37 -050048 <version.policy.common>1.7.1</version.policy.common>
Jim Hahnad85f0b2020-10-09 15:46:32 -040049 <policy.models.version>2.3.4</policy.models.version>
50 <version.policy.drools-pdp>1.7.3</version.policy.drools-pdp>
eikrwaqa0200fa2018-05-01 15:30:21 +010051 </properties>
Pamela Dragosh65509922017-02-16 13:27:42 -050052
eikrwaqa0200fa2018-05-01 15:30:21 +010053 <build>
54 <plugins>
55 <plugin>
eikrwaqa0200fa2018-05-01 15:30:21 +010056 <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>
eikrwaqa0200fa2018-05-01 15:30:21 +010065 <configuration>
66 <encoding>${project.encoding}</encoding>
Hockla, Ali (ah999m)25d3e432020-01-15 15:04:09 -060067 <release>${java.version}</release>
eikrwaqa0200fa2018-05-01 15:30:21 +010068 </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>
81 </plugins>
Pamela Dragosh18f392b2017-08-14 13:41:44 -040082 <pluginManagement>
83 <plugins>
eikrwaqa0200fa2018-05-01 15:30:21 +010084 <plugin>
Pamela Dragosh18f392b2017-08-14 13:41:44 -040085 <groupId>org.eclipse.m2e</groupId>
86 <artifactId>lifecycle-mapping</artifactId>
87 <version>1.0.0</version>
88 <configuration>
89 <lifecycleMappingMetadata>
90 <pluginExecutions>
91 <pluginExecution>
92 <pluginExecutionFilter>
93 <groupId>org.apache.maven.plugins</groupId>
94 <artifactId>maven-checkstyle-plugin</artifactId>
95 <versionRange>2.17,)</versionRange>
96 <goals>
97 <goal>check</goal>
98 </goals>
99 </pluginExecutionFilter>
100 <action>
101 <ignore />
102 </action>
103 </pluginExecution>
104 </pluginExecutions>
105 </lifecycleMappingMetadata>
106 </configuration>
107 </plugin>
108 </plugins>
109 </pluginManagement>
eikrwaqa0200fa2018-05-01 15:30:21 +0100110 </build>
Pamela Dragosha6557b02017-02-14 19:49:32 -0500111
eikrwaqa0200fa2018-05-01 15:30:21 +0100112 <modules>
113 <module>controlloop</module>
114 <module>testsuites</module>
115 </modules>
Pamela Dragosh65509922017-02-16 13:27:42 -0500116
eikrwaqa0200fa2018-05-01 15:30:21 +0100117 <reporting>
118 <plugins>
119 <plugin>
120 <groupId>org.apache.maven.plugins</groupId>
121 <artifactId>maven-javadoc-plugin</artifactId>
122 <version>2.10.4</version>
123 <configuration>
124 <failOnError>false</failOnError>
125 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
126 <docletArtifact>
127 <groupId>org.umlgraph</groupId>
128 <artifactId>umlgraph</artifactId>
129 <version>5.6</version>
130 </docletArtifact>
131 <additionalparam>-views</additionalparam>
132 <useStandardDocletOptions>true</useStandardDocletOptions>
133 </configuration>
134 </plugin>
135 </plugins>
136 </reporting>
Jorge Hernandez3b25dd82017-08-30 23:42:35 -0500137
eikrwaqa0200fa2018-05-01 15:30:21 +0100138 <dependencies>
139 <dependency>
140 <groupId>ch.qos.logback</groupId>
141 <artifactId>logback-classic</artifactId>
eikrwaqa0200fa2018-05-01 15:30:21 +0100142 <scope>provided</scope>
143 </dependency>
Pamela Dragosh310ff502020-03-03 09:14:57 -0500144 <dependency>
145 <groupId>junit</groupId>
146 <artifactId>junit</artifactId>
147 <scope>test</scope>
148 </dependency>
149 <dependency>
150 <groupId>org.powermock</groupId>
151 <artifactId>powermock-api-mockito2</artifactId>
152 <scope>test</scope>
153 </dependency>
154 <dependency>
155 <groupId>org.mockito</groupId>
156 <artifactId>mockito-core</artifactId>
157 <scope>test</scope>
158 </dependency>
159 <dependency>
160 <groupId>org.powermock</groupId>
161 <artifactId>powermock-module-junit4</artifactId>
162 <scope>test</scope>
163 </dependency>
164 <dependency>
165 <groupId>org.assertj</groupId>
166 <artifactId>assertj-core</artifactId>
167 <scope>test</scope>
168 </dependency>
169 <dependency>
170 <groupId>org.awaitility</groupId>
171 <artifactId>awaitility</artifactId>
172 <scope>test</scope>
173 </dependency>
eikrwaqa0200fa2018-05-01 15:30:21 +0100174 </dependencies>
Jorge Hernandez3b25dd82017-08-30 23:42:35 -0500175
Pamela Dragosha6557b02017-02-14 19:49:32 -0500176</project>