update the namespace for multicloud/framework
[multicloud/framework.git] / multivimbroker / pom.xml
1 <?xml version="1.0"?>
2 <!--
3  Copyright (c) 2017 Wind River Systems, Inc.
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        http://www.apache.org/licenses/LICENSE-2.0
9
10  Unless required by applicable law or agreed to in writing, software
11  distributed under the License is distributed on an "AS IS" BASIS,
12  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 -->
14 <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">
15     <parent>
16         <groupId>org.onap.oparent</groupId>
17         <artifactId>oparent</artifactId>
18         <version>1.0.0-SNAPSHOT</version>
19         <relativePath>../oparent</relativePath>
20     </parent>
21     <modelVersion>4.0.0</modelVersion>
22     <groupId>org.onap.multicloud.framework</groupId>
23     <artifactId>multicloud-framework</artifactId>
24     <version>1.0.0-SNAPSHOT</version>
25     <packaging>pom</packaging>
26     <name>multicloud/framework</name>
27     <description>multivim broker</description>
28     <build>
29       <plugins>
30         <plugin>
31             <artifactId>maven-assembly-plugin</artifactId>
32             <configuration>
33                 <appendAssemblyId>false</appendAssemblyId>
34                 <descriptors>
35                     <descriptor>assembly.xml</descriptor>
36                 </descriptors>
37             </configuration>
38             <executions>
39                 <execution>
40                     <id>make-assembly</id>
41                     <phase>package</phase>
42                     <goals>
43                         <goal>single</goal>
44                     </goals>
45                 </execution>
46             </executions>
47         </plugin>
48       </plugins>
49     </build>
50 </project>