diff options
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> |