blob: e99845eee4e77045c841385c26611c8d57b28970 [file] [log] [blame]
Pamela Dragosha6557b02017-02-14 19:49:32 -05001<!--
2 ============LICENSE_START=======================================================
liamfallondef0f112018-02-13 11:29:56 +00003 drools-applications
Pamela Dragosha6557b02017-02-14 19:49:32 -05004 ================================================================================
Pamela Dragosh61a99172020-01-16 12:06:43 -05005 Copyright (C) 2017, 2020 AT&T Intellectual Property. All rights reserved.
Pamela Dragosha6557b02017-02-14 19:49:32 -05006 ================================================================================
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
Pamela Dragosh61a99172020-01-16 12:06:43 -050010
Pamela Dragosha6557b02017-02-14 19:49:32 -050011 http://www.apache.org/licenses/LICENSE-2.0
Pamela Dragosh61a99172020-01-16 12:06:43 -050012
Pamela Dragosha6557b02017-02-14 19:49:32 -050013 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.
18 ============LICENSE_END=========================================================
19 -->
20
liamfallonfd6a4f32018-10-31 16:54:18 +000021<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">
liamfallondef0f112018-02-13 11:29:56 +000022 <modelVersion>4.0.0</modelVersion>
23 <packaging>pom</packaging>
liamfallondef0f112018-02-13 11:29:56 +000024 <parent>
25 <groupId>org.onap.policy.drools-applications</groupId>
26 <artifactId>drools-applications</artifactId>
Jim Hahn3e5c2442019-09-10 12:04:00 -040027 <version>1.6.0-SNAPSHOT</version>
liamfallondef0f112018-02-13 11:29:56 +000028 </parent>
Pamela Dragosh61a99172020-01-16 12:06:43 -050029
Rashmi Pujar1f6b95c2019-11-21 14:09:07 -050030 <groupId>org.onap.policy.drools-applications.controlloop</groupId>
31 <artifactId>controlloop</artifactId>
Pamela Dragosh61a99172020-01-16 12:06:43 -050032
33 <properties>
34 <jacoco.dataFile>${project.basedir}/../../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
35 </properties>
36
liamfallondef0f112018-02-13 11:29:56 +000037 <modules>
38 <module>common</module>
39 <module>templates</module>
Straubs, Ralph (rs8887)3e05cb42019-11-19 04:11:23 -060040 <module>m2</module>
liamfallondef0f112018-02-13 11:29:56 +000041 <module>packages</module>
42 </modules>
Pamela Dragosha6557b02017-02-14 19:49:32 -050043</project>