657abc21fd7afbe36101d6fd53f0d43c1cc97bb4
[aai/esr-server.git] / esr-parent / esrparent-lite / pom.xml
1 <?xml version="1.0"?>
2 <!--
3
4     Copyright 2016 ZTE Corporation.
5
6     Licensed under the Apache License, Version 2.0 (the "License");
7     you may not use this file except in compliance with the License.
8     You may obtain a copy of the License at
9
10         http://www.apache.org/licenses/LICENSE-2.0
11
12     Unless required by applicable law or agreed to in writing, software
13     distributed under the License is distributed on an "AS IS" BASIS,
14     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15     See the License for the specific language governing permissions and
16     limitations under the License.
17
18 -->
19 <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">
20     <parent>
21         <groupId>org.onap.oparent</groupId>
22         <artifactId>oparent</artifactId>
23         <version>1.0.0-SNAPSHOT</version>
24     </parent>
25
26     <modelVersion>4.0.0</modelVersion>
27     <groupId>org.onap.aai.esr-server</groupId>
28     <artifactId>esrparent-lite</artifactId>
29     <version>1.0.0-SNAPSHOT</version>
30     <name>esr-server/esr-parent/esrparent-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-compiler-plugin</artifactId>
44                     <version>3.3</version>
45                     <configuration>
46                         <verbose>true</verbose>
47                         <fork>true</fork>
48                         <compilerVersion>1.7</compilerVersion>
49                         <source>1.7</source>
50                         <target>1.7</target>
51                         <encoding>UTF-8</encoding>
52                         <debug>true</debug>
53                     </configuration>
54                 </plugin>
55                 <plugin>
56                     <groupId>org.apache.maven.plugins</groupId>
57                     <artifactId>maven-jar-plugin</artifactId>
58                     <version>2.6</version>
59                     <configuration>
60                         <archive>
61                             <addMavenDescriptor>false</addMavenDescriptor>
62                         </archive>
63                         <forceCreation>true</forceCreation>
64                     </configuration>
65                 </plugin>
66                 <plugin>
67                     <groupId>org.apache.maven.plugins</groupId>
68                     <artifactId>maven-shade-plugin</artifactId>
69                     <version>2.4</version>
70                 </plugin>
71                 <plugin>
72                     <groupId>org.apache.maven.plugins</groupId>
73                     <artifactId>maven-dependency-plugin</artifactId>
74                     <version>2.10</version>          
75                 </plugin>
76                 <plugin>
77                     <groupId>org.apache.maven.plugins</groupId>
78                     <artifactId>maven-resources-plugin</artifactId>
79                     <version>2.7</version>
80                     <configuration>
81                         <encoding>UTF-8</encoding>
82                         <nonFilteredFileExtensions>
83                             <nonFilteredFileExtension>pdf</nonFilteredFileExtension>
84                             <nonFilteredFileExtension>swf</nonFilteredFileExtension>
85                             <nonFilteredFileExtension>exe</nonFilteredFileExtension>
86                             <nonFilteredFileExtension>png</nonFilteredFileExtension>
87                             <nonFilteredFileExtension>gif</nonFilteredFileExtension>
88                             <nonFilteredFileExtension>jpg</nonFilteredFileExtension>
89                             <nonFilteredFileExtension>jpeg</nonFilteredFileExtension>
90                             <nonFilteredFileExtension>bmp</nonFilteredFileExtension>
91                             <nonFilteredFileExtension>eot</nonFilteredFileExtension>
92                             <nonFilteredFileExtension>ttf</nonFilteredFileExtension>
93                             <nonFilteredFileExtension>svg</nonFilteredFileExtension>
94                             <nonFilteredFileExtension>woff</nonFilteredFileExtension>
95                             <nonFilteredFileExtension>woff2</nonFilteredFileExtension>
96                             <nonFilteredFileExtension>mso</nonFilteredFileExtension>
97                             <nonFilteredFileExtension>wmz</nonFilteredFileExtension>
98                             <nonFilteredFileExtension>emz</nonFilteredFileExtension>
99                             <nonFilteredFileExtension>otf</nonFilteredFileExtension>
100                         </nonFilteredFileExtensions>
101                     </configuration>
102                 </plugin>
103                 <plugin>
104                     <groupId>org.codehaus.mojo</groupId>
105                     <artifactId>build-helper-maven-plugin</artifactId>
106                     <version>1.10</version>
107                 </plugin>
108                 <plugin>
109                     <groupId>com.mycila</groupId>
110                     <artifactId>license-maven-plugin</artifactId>
111                     <version>3.0.rc1</version>
112                 </plugin>
113                 <plugin>
114                     <artifactId>maven-antrun-plugin</artifactId>
115                     <version>1.8</version>
116                 </plugin>
117             </plugins>
118         </pluginManagement>
119     </build>
120 </project>