Merge changes Ife865999,I518a5f4b
[cli.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 63e48d7..a4fd621 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Copyright 2017 Huawei Technologies Co., Ltd.
 
@@ -13,8 +13,7 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
- -->
-<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">
+ --><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>
         <package.name>cli</package.name>
     </properties>
 
-    <modules>
+  <modules>
         <module>framework</module>
         <module>plugins</module>
         <module>main</module>
         <module>deployment</module>
         <module>validation</module>
-    </modules>
+  </modules>
 
     <distributionManagement>
       <site>
 
     <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>
@@ -84,4 +92,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
+</project>
\ No newline at end of file