blob: e841eb436b0d5bb05406eb26837ec67bd739fc90 [file] [log] [blame]
Jim Hahn4ec725e2019-02-06 13:14:57 -05001<!--
2 ============LICENSE_START=======================================================
3 ONAP policy
Pamela Dragosha974aa02017-02-14 19:31:53 -05004 ================================================================================
Jim Hahn7a4b6b82021-03-08 14:28:10 -05005 Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved.
rameshiyer27beeb5e32024-01-25 14:25:37 +00006 Modifications Copyright (C) 2019-2020, 2022-2024 Nordix Foundation.
Pamela Dragosha974aa02017-02-14 19:31:53 -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 Dragosh1dccffb2018-02-16 10:29:09 -050011
Pamela Dragosha974aa02017-02-14 19:31:53 -050012 http://www.apache.org/licenses/LICENSE-2.0
Pamela Dragosh1dccffb2018-02-16 10:29:09 -050013
Pamela Dragosha974aa02017-02-14 19:31:53 -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.
Jim Hahn4ec725e2019-02-06 13:14:57 -050019 ============LICENSE_END=========================================================
Pamela Dragosh1dccffb2018-02-16 10:29:09 -050020-->
Pamela Dragosha974aa02017-02-14 19:31:53 -050021
liamfallon2f72ab62018-10-31 15:23:33 +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/maven-v4_0_0.xsd">
mmisb40acf22018-07-20 15:28:25 +010023 <modelVersion>4.0.0</modelVersion>
Pamela Dragosha974aa02017-02-14 19:31:53 -050024
mmisb40acf22018-07-20 15:28:25 +010025 <parent>
liamfallon73ba8032018-07-30 10:22:27 +010026 <groupId>org.onap.policy.parent</groupId>
27 <artifactId>integration</artifactId>
rameshiyer27936d2892024-07-12 09:07:19 +000028 <version>5.0.1-SNAPSHOT</version>
liamfalloncf282dd2018-09-07 13:36:41 +010029 <relativePath />
mmisb40acf22018-07-20 15:28:25 +010030 </parent>
Guo Ruijinga790f402017-08-03 09:05:02 +000031
mmisb40acf22018-07-20 15:28:25 +010032 <groupId>org.onap.policy.common</groupId>
33 <artifactId>common-modules</artifactId>
rameshiyer27936d2892024-07-12 09:07:19 +000034 <version>3.0.1-SNAPSHOT</version>
Pamela Dragosha974aa02017-02-14 19:31:53 -050035
mmisb40acf22018-07-20 15:28:25 +010036 <packaging>pom</packaging>
Pamela Dragosha974aa02017-02-14 19:31:53 -050037
mmisb40acf22018-07-20 15:28:25 +010038 <name>policy-common</name>
39 <description>Common Modules for Policy-Engine in both XACML and Drools flavor</description>
Pamela Dragosha974aa02017-02-14 19:31:53 -050040
mmisb40acf22018-07-20 15:28:25 +010041 <properties>
mmisb40acf22018-07-20 15:28:25 +010042 <!-- 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>
mmisb40acf22018-07-20 15:28:25 +010048 </properties>
Pamela Dragosha974aa02017-02-14 19:31:53 -050049
mmisb40acf22018-07-20 15:28:25 +010050 <modules>
51 <module>capabilities</module>
52 <module>utils-test</module>
53 <module>utils</module>
Jim Hahn4ec725e2019-02-06 13:14:57 -050054 <module>gson</module>
liamfallon32c6ed62018-07-24 12:38:24 +010055 <module>common-parameters</module>
mmisb40acf22018-07-20 15:28:25 +010056 <module>policy-endpoints</module>
Ram Krishna Verma01851b32022-02-14 14:17:14 -050057 <module>spring-utils</module>
mmisb40acf22018-07-20 15:28:25 +010058 </modules>
Pamela Dragosha974aa02017-02-14 19:31:53 -050059
mmisb40acf22018-07-20 15:28:25 +010060 <build>
mmisb40acf22018-07-20 15:28:25 +010061 <plugins>
62 <plugin>
mmisb40acf22018-07-20 15:28:25 +010063 <groupId>org.apache.maven.plugins</groupId>
64 <artifactId>maven-deploy-plugin</artifactId>
65 <configuration>
66 <skip />
67 </configuration>
68 </plugin>
69 <plugin>
70 <groupId>org.apache.maven.plugins</groupId>
71 <artifactId>maven-site-plugin</artifactId>
72 <dependencies>
73 <dependency>
74 <groupId>org.apache.maven.wagon</groupId>
75 <artifactId>wagon-webdav-jackrabbit</artifactId>
adheli.tavares349b4ae2023-07-21 09:41:01 +010076 <version>3.5.3</version>
mmisb40acf22018-07-20 15:28:25 +010077 </dependency>
78 </dependencies>
79 </plugin>
80 </plugins>
81 </build>
82 <reporting>
83 <plugins>
84 <plugin>
85 <groupId>org.apache.maven.plugins</groupId>
86 <artifactId>maven-javadoc-plugin</artifactId>
mmisb40acf22018-07-20 15:28:25 +010087 <configuration>
88 <failOnError>false</failOnError>
89 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
90 <docletArtifact>
91 <groupId>org.umlgraph</groupId>
92 <artifactId>umlgraph</artifactId>
adheli.tavares349b4ae2023-07-21 09:41:01 +010093 <version>5.6.6</version>
mmisb40acf22018-07-20 15:28:25 +010094 </docletArtifact>
mmisb40acf22018-07-20 15:28:25 +010095 <useStandardDocletOptions>true</useStandardDocletOptions>
96 </configuration>
97 </plugin>
98 </plugins>
99 </reporting>
waynedunicancf67c9e2024-06-25 14:47:25 +0100100 <dependencies>
101 <dependency>
102 <groupId>org.junit.jupiter</groupId>
103 <artifactId>junit-jupiter-api</artifactId>
adheli.tavares119c7252024-07-19 12:14:20 +0100104 <scope>test</scope>
waynedunicancf67c9e2024-06-25 14:47:25 +0100105 </dependency>
106 </dependencies>
liamfallon3298a282022-01-12 16:39:37 +0000107</project>