Upload the ESR server seed code.
[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         <relativePath>../../../oparent</relativePath>
25     </parent>
26
27     <modelVersion>4.0.0</modelVersion>
28     <groupId>org.onap.aai.esr-server</groupId>
29     <artifactId>esrparent-lite</artifactId>
30     <version>1.0.0-SNAPSHOT</version>
31     <name>esr-server/esr-parent/esrparent-lite</name>
32     <packaging>pom</packaging>
33
34     <build>
35         <pluginManagement>
36             <plugins>
37                 <plugin>
38                     <groupId>org.eclipse.m2e</groupId>
39                     <artifactId>lifecycle-mapping</artifactId>
40                     <version>1.0.0</version>
41                 </plugin>
42                 <plugin>
43                     <groupId>org.apache.maven.plugins</groupId>
44                     <artifactId>maven-compiler-plugin</artifactId>
45                     <version>3.3</version>
46                     <configuration>
47                         <verbose>true</verbose>
48                         <fork>true</fork>
49                         <compilerVersion>1.7</compilerVersion>
50                         <source>1.7</source>
51                         <target>1.7</target>
52                         <encoding>UTF-8</encoding>
53                         <debug>true</debug>
54                     </configuration>
55                 </plugin>
56                 <plugin>
57                     <groupId>org.apache.maven.plugins</groupId>
58                     <artifactId>maven-jar-plugin</artifactId>
59                     <version>2.6</version>
60                     <configuration>
61                         <archive>
62                             <addMavenDescriptor>false</addMavenDescriptor>
63                         </archive>
64                         <forceCreation>true</forceCreation>
65                     </configuration>
66                 </plugin>
67                 <plugin>
68                     <groupId>org.apache.maven.plugins</groupId>
69                     <artifactId>maven-shade-plugin</artifactId>
70                     <version>2.4</version>
71                 </plugin>
72                 <plugin>
73                     <groupId>org.apache.maven.plugins</groupId>
74                     <artifactId>maven-dependency-plugin</artifactId>
75                     <version>2.10</version>          
76                 </plugin>
77                 <plugin>
78                     <groupId>org.apache.maven.plugins</groupId>
79                     <artifactId>maven-resources-plugin</artifactId>
80                     <version>2.7</version>
81                     <configuration>
82                         <encoding>UTF-8</encoding>
83                         <nonFilteredFileExtensions>
84                             <nonFilteredFileExtension>pdf</nonFilteredFileExtension>
85                             <nonFilteredFileExtension>swf</nonFilteredFileExtension>
86                             <nonFilteredFileExtension>exe</nonFilteredFileExtension>
87                             <nonFilteredFileExtension>png</nonFilteredFileExtension>
88                             <nonFilteredFileExtension>gif</nonFilteredFileExtension>
89                             <nonFilteredFileExtension>jpg</nonFilteredFileExtension>
90                             <nonFilteredFileExtension>jpeg</nonFilteredFileExtension>
91                             <nonFilteredFileExtension>bmp</nonFilteredFileExtension>
92                             <nonFilteredFileExtension>eot</nonFilteredFileExtension>
93                             <nonFilteredFileExtension>ttf</nonFilteredFileExtension>
94                             <nonFilteredFileExtension>svg</nonFilteredFileExtension>
95                             <nonFilteredFileExtension>woff</nonFilteredFileExtension>
96                             <nonFilteredFileExtension>woff2</nonFilteredFileExtension>
97                             <nonFilteredFileExtension>mso</nonFilteredFileExtension>
98                             <nonFilteredFileExtension>wmz</nonFilteredFileExtension>
99                             <nonFilteredFileExtension>emz</nonFilteredFileExtension>
100                             <nonFilteredFileExtension>otf</nonFilteredFileExtension>
101                         </nonFilteredFileExtensions>
102                     </configuration>
103                 </plugin>
104                 <plugin>
105                     <groupId>org.codehaus.mojo</groupId>
106                     <artifactId>build-helper-maven-plugin</artifactId>
107                     <version>1.10</version>
108                 </plugin>
109                 <plugin>
110                     <groupId>com.mycila</groupId>
111                     <artifactId>license-maven-plugin</artifactId>
112                     <version>3.0.rc1</version>
113                 </plugin>
114                 <plugin>
115                     <artifactId>maven-antrun-plugin</artifactId>
116                     <version>1.8</version>
117                 </plugin>
118             </plugins>
119         </pluginManagement>
120     </build>
121 </project>