Add wso2bpel-ext code
[vfc/nfvo/wfengine.git] / wso2bpel-ext / wso2bpel-parent / wso2bpelparent-lite / pom.xml
1 <!--
2
3     Copyright 2016 [ZTE] and others.
4
5     Licensed under the Apache License, Version 2.0 (the "License");
6     you may not use this file except in compliance with the License.
7     You may obtain a copy of the License at
8
9         http://www.apache.org/licenses/LICENSE-2.0
10
11     Unless required by applicable law or agreed to in writing, software
12     distributed under the License is distributed on an "AS IS" BASIS,
13     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14     See the License for the specific language governing permissions and
15     limitations under the License.
16
17 -->
18 <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">
19     <parent>
20         <groupId>org.openo.oparent</groupId>
21         <artifactId>oparent</artifactId>
22         <version>1.0.0-SNAPSHOT</version>
23         <relativePath></relativePath>
24     </parent>
25
26     <modelVersion>4.0.0</modelVersion>
27     <groupId>org.openo.common-services.common-utilities</groupId>
28     <artifactId>wso2bpelparent-lite</artifactId>
29     <version>1.0.0-SNAPSHOT</version>
30     <!--name>openo/commonservice/commonutilities/wso2bpelparent-lite</name-->
31     <packaging>pom</packaging>
32
33     <build>
34         <pluginManagement>
35             <plugins>
36                 <plugin>
37                     <groupId>org.eclipse.m2e</groupId>
38                     <artifactId>lifecycle-mapping</artifactId>
39                     <version>1.0.0</version>
40                 </plugin>
41                 <plugin>
42                     <groupId>org.apache.maven.plugins</groupId>
43                     <artifactId>maven-jar-plugin</artifactId>
44                     <version>2.6</version>
45                     <configuration>
46                         <archive>
47                             <addMavenDescriptor>false</addMavenDescriptor>
48                         </archive>
49                         <forceCreation>true</forceCreation>
50                     </configuration>
51                 </plugin>
52                 <plugin>
53                     <groupId>org.apache.maven.plugins</groupId>
54                     <artifactId>maven-shade-plugin</artifactId>
55                     <version>2.4</version>
56                 </plugin>
57                 <plugin>
58                     <groupId>org.apache.maven.plugins</groupId>
59                     <artifactId>maven-dependency-plugin</artifactId>
60                     <version>2.10</version>          
61                 </plugin>
62                 <plugin>
63                     <groupId>org.apache.maven.plugins</groupId>
64                     <artifactId>maven-resources-plugin</artifactId>
65                     <version>2.7</version>
66                     <configuration>
67                         <encoding>UTF-8</encoding>
68                         <nonFilteredFileExtensions>
69                             <nonFilteredFileExtension>pdf</nonFilteredFileExtension>
70                             <nonFilteredFileExtension>swf</nonFilteredFileExtension>
71                             <nonFilteredFileExtension>exe</nonFilteredFileExtension>
72                             <nonFilteredFileExtension>png</nonFilteredFileExtension>
73                             <nonFilteredFileExtension>gif</nonFilteredFileExtension>
74                             <nonFilteredFileExtension>jpg</nonFilteredFileExtension>
75                             <nonFilteredFileExtension>jpeg</nonFilteredFileExtension>
76                             <nonFilteredFileExtension>bmp</nonFilteredFileExtension>
77                             <nonFilteredFileExtension>eot</nonFilteredFileExtension>
78                             <nonFilteredFileExtension>ttf</nonFilteredFileExtension>
79                             <nonFilteredFileExtension>svg</nonFilteredFileExtension>
80                             <nonFilteredFileExtension>woff</nonFilteredFileExtension>
81                             <nonFilteredFileExtension>woff2</nonFilteredFileExtension>
82                             <nonFilteredFileExtension>mso</nonFilteredFileExtension>
83                             <nonFilteredFileExtension>wmz</nonFilteredFileExtension>
84                             <nonFilteredFileExtension>emz</nonFilteredFileExtension>
85                             <nonFilteredFileExtension>otf</nonFilteredFileExtension>
86                         </nonFilteredFileExtensions>
87                     </configuration>
88                 </plugin>
89                 <plugin>
90                     <groupId>org.codehaus.mojo</groupId>
91                     <artifactId>build-helper-maven-plugin</artifactId>
92                     <version>1.10</version>
93                 </plugin>
94                 <plugin>
95                     <groupId>com.mycila</groupId>
96                     <artifactId>license-maven-plugin</artifactId>
97                     <version>3.0.rc1</version>
98                 </plugin>
99             </plugins>
100         </pluginManagement>
101     </build>
102 </project>