summaryrefslogtreecommitdiffstats
path: root/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml')
-rw-r--r--wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml b/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml
index 4dc3709..739cd76 100644
--- a/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml
+++ b/wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<!--
Copyright 2016 [ZTE] and others.
@@ -20,14 +21,14 @@
<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>
@@ -40,6 +41,20 @@
</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>
<version>2.6</version>
<configuration>
@@ -96,6 +111,10 @@
<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>