diff options
author | huangjian <huang.jian12@zte.com.cn> | 2016-09-14 23:59:44 +0800 |
---|---|---|
committer | huangjian <huang.jian12@zte.com.cn> | 2016-09-14 23:59:44 +0800 |
commit | 906a4ce648cbcef097f7da2888f88e082a0b8d5c (patch) | |
tree | c62e060ce1c910612d0cb18bb04d4d184e51a927 /winery/pom.xml | |
parent | f84ace36fe23ab9cdb698dcce9d6dacd9f89e7a8 (diff) |
Add wso2bpel-ext code
Change-Id: I774e0ede1668ee8b4ef03bb48a2fb2971fbd3757
Signed-off-by: huangjian <huang.jian12@zte.com.cn>
Diffstat (limited to 'winery/pom.xml')
-rw-r--r-- | winery/pom.xml | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/winery/pom.xml b/winery/pom.xml index 9daf8d7..91ad3c5 100644 --- a/winery/pom.xml +++ b/winery/pom.xml @@ -17,10 +17,10 @@ <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> - <groupId>org.openo.oparent</groupId> - <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath></relativePath> + <groupId>org.openo.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.0.0-SNAPSHOT</version> + <relativePath></relativePath> </parent> <groupId>org.eclipse.winery</groupId> @@ -85,14 +85,12 @@ <artifactId>versions-maven-plugin</artifactId> <version>2.1</version> </plugin> - - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> + <plugin> + <artifactId>maven-checkstyle-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> - </build> </project> |