rameshiyer27 | b15eda6 | 2024-02-14 10:13:16 +0000 | [diff] [blame] | 1 | <?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> |
rameshiyer27 | 0b5f65d | 2024-07-12 09:07:09 +0000 | [diff] [blame] | 10 | <version>4.0.1-SNAPSHOT</version> |
rameshiyer27 | b15eda6 | 2024-02-14 10:13:16 +0000 | [diff] [blame] | 11 | </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 | |
rameshiyer27 | 5478c3d | 2024-03-19 14:02:01 +0000 | [diff] [blame] | 23 | <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 | |
rameshiyer27 | b15eda6 | 2024-02-14 10:13:16 +0000 | [diff] [blame] | 36 | </project> |