diff options
author | huangjian <huang.jian12@zte.com.cn> | 2016-09-20 19:26:42 +0800 |
---|---|---|
committer | huangjian <huang.jian12@zte.com.cn> | 2016-09-20 19:26:42 +0800 |
commit | fa0950ed0c750ab307042cc1f66e5cd252be1ae2 (patch) | |
tree | 5875069eef5efd0d343c7926b78e8aefc3114677 /wso2bpel-ext/wso2bpel-parent | |
parent | 01bfe0bd23f92625e4b52710c1460f64f3a270b6 (diff) |
Output Linux distribution package
Change-Id: Ibb7c081f2ea3379817d1c54ea0d30349aba25a12
Issue-id: OCS-57
Signed-off-by: huangjian <huang.jian12@zte.com.cn>
Diffstat (limited to 'wso2bpel-ext/wso2bpel-parent')
-rw-r--r-- | wso2bpel-ext/wso2bpel-parent/wso2bpelparent-lite/pom.xml | 23 |
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> |