optimize size and time using "--no-cache-dir"
[appc/deployment.git] / installation / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ============LICENSE_START==========================================
4 ONAP : APPC
5 ===================================================================
6 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
7 ===================================================================
8
9 Unless otherwise specified, all software contained herein is licensed
10 under the Apache License, Version 2.0 (the License);
11 you may not use this software except in compliance with the License.
12 You may obtain a copy of the License at
13
14     http://www.apache.org/licenses/LICENSE-2.0
15
16 Unless required by applicable law or agreed to in writing, software
17 distributed under the License is distributed on an "AS IS" BASIS,
18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 See the License for the specific language governing permissions and
20 limitations under the License.
21
22 ECOMP is a trademark and service mark of AT&T Intellectual Property.
23 ============LICENSE_END============================================
24 -->
25 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
27
28         <parent>
29                 <groupId>org.onap.appc.deployment</groupId>
30                 <artifactId>appc-docker-project</artifactId>
31                 <version>1.8.0-SNAPSHOT</version>
32         </parent>
33
34         <modelVersion>4.0.0</modelVersion>
35         <packaging>pom</packaging>
36         <groupId>org.onap.appc.deployment</groupId>
37         <artifactId>installation</artifactId>
38         <version>1.8.0-SNAPSHOT</version>
39
40         <name>Installation</name>
41         <description>Installs APP-C on local file system</description>
42
43         <properties>
44                 <application.name>installation</application.name>
45                 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
46                 <build.number>${maven.build.timestamp}</build.number>
47                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
48                 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
49         </properties>
50
51         <modules>
52                 <module>appc</module>
53         </modules>
54 </project>