diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-02-14 10:13:16 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-02-28 10:44:36 +0000 |
commit | b15eda6e03133862f071a6dc0127c3bc660aad1f (patch) | |
tree | 2465a306b7d3d5a052187e91034bf5382bbd120a /policy-regression-tests/pom.xml | |
parent | fbfc234895c48282e2e92b44c8c8b49745e81745 (diff) |
Add ACM regression test suite
Issue-ID: POLICY-4920
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: Icf042b71a3faa2a83dc32dde57ddaf3d66e599d7
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> |