diff options
author | Adheli Tavares <adheli.tavares@est.tech> | 2024-02-28 12:38:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-02-28 12:38:48 +0000 |
commit | 5582cd406c8414919c4d5d7f5b116f4f1e5a971d (patch) | |
tree | 34c3099cc04d6827014282a2f3cbe5a0f9f844e4 /policy-regression-tests/pom.xml | |
parent | 8361cb0e3663a610a46bc5ea8a0cc783ade26f89 (diff) | |
parent | b15eda6e03133862f071a6dc0127c3bc660aad1f (diff) |
Merge "Add ACM regression test suite"
Diffstat (limited to 'policy-regression-tests/pom.xml')
-rw-r--r-- | policy-regression-tests/pom.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/policy-regression-tests/pom.xml b/policy-regression-tests/pom.xml new file mode 100644 index 00000000..9073913c --- /dev/null +++ b/policy-regression-tests/pom.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<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"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.policy.docker</groupId> + <artifactId>docker</artifactId> + <version>3.1.1-SNAPSHOT</version> + </parent> + + <groupId>org.onap.policy.regression</groupId> + <artifactId>policy-regression-tests</artifactId> + <name>policy regression tests</name> + <version>1.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <modules> + <module>policy-clamp-regression</module> + </modules> + +</project> |