728370d9d9430852812eadb5157f59bc9de096c7
[demo.git] / vnfs / vLB / dns_streams / 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
4   <parent>
5     <groupId>org.openecomp.demo.vnf</groupId>
6     <artifactId>demo-aggregator</artifactId>
7     <version>1.0.0-SNAPSHOT</version>
8     <relativePath>../../../pom.xml</relativePath>
9   </parent>
10
11   <modelVersion>4.0.0</modelVersion>
12   <groupId>org.openecomp.demo.vnf.vlb</groupId>
13   <artifactId>vlb_dns_streams</artifactId>
14
15   <build>
16     <plugins>
17
18        <plugin>
19         <artifactId>maven-jar-plugin</artifactId>
20         <version>2.3.2</version>
21         <executions>
22           <execution>
23             <id>default-jar</id>
24             <phase>never</phase>
25           </execution>
26         </executions>
27       </plugin>
28
29       <plugin>
30         <artifactId>maven-assembly-plugin</artifactId>
31         <version>2.5.3</version>
32         <configuration>
33           <descriptor>dep.xml</descriptor>
34         </configuration>
35         <executions>
36           <execution>
37             <id>create-archive</id>
38             <phase>package</phase>
39             <goals>
40               <goal>single</goal>
41             </goals>
42           </execution>
43         </executions>
44       </plugin>
45
46       <plugin>
47         <groupId>org.codehaus.mojo</groupId>
48         <artifactId>exec-maven-plugin</artifactId>
49         <executions>
50           <execution>
51             <phase>none</phase>
52           </execution>
53         </executions>
54         <configuration>
55           <skip>true</skip>
56         </configuration>
57       </plugin>
58
59 <!--plugin>
60   <groupId>org.apache.maven.plugins</groupId>
61   <artifactId>maven-deploy-plugin</artifactId>
62   <version>2.8.1</version>
63   <configuration>
64     <skip>false</skip>
65   </configuration>
66 </plugin-->
67
68
69     </plugins>
70   </build>
71
72 </project>