aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e72b0580..a4fd6216 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<package.name>cli</package.name>
</properties>
- <modules>
+ <modules>
<module>framework</module>
<module>plugins</module>
<module>main</module>
@@ -51,7 +51,16 @@
<build>
<pluginManagement>
- <plugins>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemPropertyVariables>
+ <ONAP_CLI_HOME>.</ONAP_CLI_HOME>
+ </systemPropertyVariables>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>