blob: ffc5176b7ad84d13ccc4b3f6c7b651a0c849e558 [file] [log] [blame]
rameshiyer27b15eda62024-02-14 10:13:16 +00001<?xml version="1.0" encoding="UTF-8"?>
2
3<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
7 <parent>
8 <groupId>org.onap.policy.docker</groupId>
9 <artifactId>docker</artifactId>
rameshiyer270b5f65d2024-07-12 09:07:09 +000010 <version>4.0.1-SNAPSHOT</version>
rameshiyer27b15eda62024-02-14 10:13:16 +000011 </parent>
12
13 <groupId>org.onap.policy.regression</groupId>
14 <artifactId>policy-regression-tests</artifactId>
15 <name>policy regression tests</name>
16 <version>1.0-SNAPSHOT</version>
17 <packaging>pom</packaging>
18
19 <modules>
20 <module>policy-clamp-regression</module>
21 </modules>
22
rameshiyer275478c3d2024-03-19 14:02:01 +000023 <build>
24 <finalName>${project.artifactId}-${project.version}</finalName>
25 <plugins>
26 <plugin>
27 <groupId>org.apache.maven.plugins</groupId>
28 <artifactId>maven-deploy-plugin</artifactId>
29 <configuration>
30 <skip>true</skip>
31 </configuration>
32 </plugin>
33 </plugins>
34 </build>
35
rameshiyer27b15eda62024-02-14 10:13:16 +000036</project>