5a5196184698e1a0082e127e4f3f9c11ec8f9bc6
[sdc.git] / common / openecomp-sdc-artifact-generator-lib / openecomp-sdc-artifact-generator-test / dependency-reduced-pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <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/maven-v4_0_0.xsd">\r
3   <parent>\r
4     <artifactId>openecomp-common-lib</artifactId>\r
5     <groupId>org.openecomp.sdc.common</groupId>\r
6     <version>1.1.0-SNAPSHOT</version>\r
7     <relativePath>../../pom.xml</relativePath>\r
8   </parent>\r
9   <modelVersion>4.0.0</modelVersion>\r
10   <artifactId>openecomp-sdc-artifact-generator-test</artifactId>\r
11   <build>\r
12     <plugins>\r
13       <plugin>\r
14         <artifactId>maven-compiler-plugin</artifactId>\r
15         <configuration>\r
16           <source>1.7</source>\r
17           <target>1.7</target>\r
18         </configuration>\r
19       </plugin>\r
20       <plugin>\r
21         <artifactId>maven-shade-plugin</artifactId>\r
22         <version>${mvn.shade.version}</version>\r
23         <executions>\r
24           <execution>\r
25             <phase>package</phase>\r
26             <goals>\r
27               <goal>shade</goal>\r
28             </goals>\r
29             <configuration>\r
30               <artifactSet>\r
31                 <excludes>\r
32                   <exclude>com.google.guava:*</exclude>\r
33                 </excludes>\r
34               </artifactSet>\r
35             </configuration>\r
36           </execution>\r
37         </executions>\r
38       </plugin>\r
39     </plugins>\r
40   </build>\r
41 </project>\r
42 \r