blob: 7cb459029393ab060884b29982b7e5380a1ea9d2 [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.
adheli.tavaresfc191782023-08-30 14:57:10 +01006 Modifications Copyright (C) 2023 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
Pamela Dragosh61a99172020-01-16 12:06:43 -050011
Pamela Dragosha6557b02017-02-14 19:49:32 -050012 http://www.apache.org/licenses/LICENSE-2.0
Pamela Dragosh61a99172020-01-16 12:06:43 -050013
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
adheli.tavaresfc191782023-08-30 14:57:10 +010022<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/xsd/maven-4.0.0.xsd">
24 <modelVersion>4.0.0</modelVersion>
25 <packaging>pom</packaging>
26 <parent>
27 <groupId>org.onap.policy.drools-applications</groupId>
28 <artifactId>drools-applications</artifactId>
29 <version>2.0.1-SNAPSHOT</version>
30 </parent>
Pamela Dragosh61a99172020-01-16 12:06:43 -050031
adheli.tavaresfc191782023-08-30 14:57:10 +010032 <groupId>org.onap.policy.drools-applications.controlloop</groupId>
33 <artifactId>controlloop</artifactId>
Pamela Dragosh61a99172020-01-16 12:06:43 -050034
adheli.tavaresfc191782023-08-30 14:57:10 +010035 <properties>
36 <jacoco.dataFile>${project.basedir}/../../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
37 </properties>
Pamela Dragosh61a99172020-01-16 12:06:43 -050038
adheli.tavaresfc191782023-08-30 14:57:10 +010039 <modules>
40 <module>common</module>
41 <module>packages</module>
42 </modules>
Pamela Dragosha6557b02017-02-14 19:49:32 -050043</project>