POM reorganization
[demo.git] / vnfs / VESreporting_vLB / pom.xml
1 <!--<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">-->
2 <project>
3   <parent>
4     <groupId>org.openecomp.demo.vnf</groupId>
5     <artifactId>demo-aggregator</artifactId>
6     <version>1.0.0-SNAPSHOT</version>
7     <relativePath>../../pom.xml</relativePath>
8   </parent>
9
10   <modelVersion>4.0.0</modelVersion>
11   <groupId>org.openecomp.demo.vnf.ves</groupId>
12   <artifactId>ves_vlb_reporting</artifactId>
13
14   <build>
15     <plugins>
16
17        <plugin>
18         <artifactId>maven-jar-plugin</artifactId>
19         <executions>
20           <execution>
21             <id>default-jar</id>
22             <phase>never</phase>
23           </execution>
24         </executions>
25       </plugin>
26
27       <plugin>
28         <artifactId>maven-assembly-plugin</artifactId>
29         <version>2.5.3</version>
30         <configuration>
31           <descriptor>dep.xml</descriptor>
32         </configuration>
33         <executions>
34           <execution>
35             <id>create-archive</id>
36             <phase>package</phase>
37             <goals>
38               <goal>single</goal>
39             </goals>
40           </execution>
41         </executions>
42       </plugin>
43 <plugin>
44   <groupId>org.apache.maven.plugins</groupId>
45   <artifactId>maven-deploy-plugin</artifactId>
46   <configuration>
47     <skip>false</skip>
48   </configuration>
49 </plugin>
50
51     </plugins>
52   </build>
53
54 </project>