Bin Yang | b1b0386 | 2017-02-22 11:15:28 +0800 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <!-- |
| 3 | Copyright (c) 2017 Wind River Systems, Inc. |
Ethan Lynn | 2906f88 | 2018-01-15 10:32:43 +0800 | [diff] [blame] | 4 | Copyright (c) 2017-2018 VMware, Inc. |
Bin Yang | b1b0386 | 2017-02-22 11:15:28 +0800 | [diff] [blame] | 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 | 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 | --> |
Ethan Lynn | c763387 | 2017-08-28 16:45:26 +0800 | [diff] [blame] | 15 | <project |
| 16 | xmlns="http://maven.apache.org/POM/4.0.0" |
| 17 | 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"> |
Bin Yang | b1b0386 | 2017-02-22 11:15:28 +0800 | [diff] [blame] | 18 | <parent> |
Ethan Lynn | 6ea8e1b | 2017-10-13 12:55:11 +0800 | [diff] [blame] | 19 | <groupId>org.onap.multicloud.framework</groupId> |
| 20 | <artifactId>multicloud-framework</artifactId> |
liangke | 72d43b4 | 2018-05-02 13:56:29 +0800 | [diff] [blame^] | 21 | <version>1.1.2-SNAPSHOT</version> |
Bin Yang | b1b0386 | 2017-02-22 11:15:28 +0800 | [diff] [blame] | 22 | </parent> |
| 23 | <modelVersion>4.0.0</modelVersion> |
Ethan Lynn | 6ea8e1b | 2017-10-13 12:55:11 +0800 | [diff] [blame] | 24 | <groupId>org.onap.multicloud.framework.broker</groupId> |
| 25 | <artifactId>multicloud-framework-broker</artifactId> |
liangke | 72d43b4 | 2018-05-02 13:56:29 +0800 | [diff] [blame^] | 26 | <version>1.1.2-SNAPSHOT</version> |
Bin Yang | b1b0386 | 2017-02-22 11:15:28 +0800 | [diff] [blame] | 27 | <packaging>pom</packaging> |
Ethan Lynn | 6ea8e1b | 2017-10-13 12:55:11 +0800 | [diff] [blame] | 28 | <name>multicloud-framework-broker</name> |
Bin Yang | b1b0386 | 2017-02-22 11:15:28 +0800 | [diff] [blame] | 29 | <description>multivim broker</description> |
Ethan Lynn | c9effec | 2018-03-06 22:11:52 +0000 | [diff] [blame] | 30 | <properties> |
| 31 | <encoding>UTF-8</encoding> |
| 32 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 33 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 34 | <nexusproxy>https://nexus.onap.org</nexusproxy> |
Ethan Lynn | c9effec | 2018-03-06 22:11:52 +0000 | [diff] [blame] | 35 | </properties> |
Bin Yang | b1b0386 | 2017-02-22 11:15:28 +0800 | [diff] [blame] | 36 | <build> |
Ethan Lynn | c763387 | 2017-08-28 16:45:26 +0800 | [diff] [blame] | 37 | <plugins> |
| 38 | <plugin> |
| 39 | <artifactId>maven-assembly-plugin</artifactId> |
| 40 | <configuration> |
| 41 | <appendAssemblyId>false</appendAssemblyId> |
| 42 | <descriptors> |
| 43 | <descriptor>assembly.xml</descriptor> |
| 44 | </descriptors> |
| 45 | </configuration> |
| 46 | <executions> |
| 47 | <execution> |
| 48 | <id>make-assembly</id> |
| 49 | <phase>package</phase> |
| 50 | <goals> |
| 51 | <goal>single</goal> |
| 52 | </goals> |
| 53 | </execution> |
| 54 | </executions> |
| 55 | </plugin> |
| 56 | </plugins> |
Bin Yang | b1b0386 | 2017-02-22 11:15:28 +0800 | [diff] [blame] | 57 | </build> |
liangke | 72d43b4 | 2018-05-02 13:56:29 +0800 | [diff] [blame^] | 58 | </project> |