Output Linux distribution package
[vfc/nfvo/wfengine.git] / wso2bpel-ext / wso2bpel-parent / wso2bpelparent-lite / pom.xml
index 4dc3709..739cd76 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <!--
 
     Copyright 2016 [ZTE] and others.
         <groupId>org.openo.oparent</groupId>
         <artifactId>oparent</artifactId>
         <version>1.0.0-SNAPSHOT</version>
-        <relativePath></relativePath>
+        <relativePath>../../../../oparent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.openo.common-services.common-utilities</groupId>
     <artifactId>wso2bpelparent-lite</artifactId>
     <version>1.0.0-SNAPSHOT</version>
-    <!--name>openo/commonservice/commonutilities/wso2bpelparent-lite</name-->
+    <name>openo/commonservice/commonutilities/wso2bpelparent-lite</name>
     <packaging>pom</packaging>
 
     <build>
                     <artifactId>lifecycle-mapping</artifactId>
                     <version>1.0.0</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <version>3.3</version>
+                    <configuration>
+                        <verbose>true</verbose>
+                        <fork>true</fork>
+                        <compilerVersion>1.7</compilerVersion>
+                        <source>1.7</source>
+                        <target>1.7</target>
+                        <encoding>UTF-8</encoding>
+                        <debug>true</debug>
+                    </configuration>
+                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
                     <artifactId>license-maven-plugin</artifactId>
                     <version>3.0.rc1</version>
                 </plugin>
+                <plugin>
+                    <artifactId>maven-antrun-plugin</artifactId>
+                    <version>1.8</version>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>