Missing plugin version
[appc.git] / appc-outbound / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
3         <modelVersion>4.0.0</modelVersion>\r
4         <parent>\r
5                 <groupId>org.openecomp.appc</groupId>\r
6                 <artifactId>appc</artifactId>\r
7                 <version>1.2.1-SNAPSHOT</version>\r
8         </parent>\r
9         <artifactId>appc-outbound</artifactId>\r
10         <packaging>pom</packaging>\r
11         <name>Application Controller Outbound</name>\r
12         <description>Application Controller Outbound</description>\r
13 \r
14         <properties>\r
15                 <sdnc.aai.version>1.1.2</sdnc.aai.version>\r
16         </properties>\r
17 \r
18 \r
19         <dependencyManagement>\r
20                 <dependencies>\r
21                         <dependency>\r
22                                 <groupId>org.openecomp.sdnc.adaptors</groupId>\r
23                                 <artifactId>sql-resource-provider</artifactId>\r
24                                 <version>${openecomp.sdnc.sql-resource.version}</version>\r
25                         </dependency>\r
26 \r
27                         <dependency>\r
28                                 <groupId>org.openecomp.sdnc.adaptors</groupId>\r
29                                 <artifactId>aai-service-provider</artifactId>\r
30                                 <version>${sdnc.aai.version}</version>\r
31                         </dependency>\r
32 \r
33                 </dependencies>\r
34         </dependencyManagement>\r
35 \r
36         <modules>\r
37                 <module>appc-aai-client</module>\r
38                 <module>appc-network-inventory-client</module>\r
39         </modules>\r
40 \r
41         <build>\r
42                 <pluginManagement>\r
43                         <plugins>\r
44                                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->\r
45                                 <plugin>\r
46                                         <groupId>org.eclipse.m2e</groupId>\r
47                                         <artifactId>lifecycle-mapping</artifactId>\r
48                                         <version>1.0.0</version>\r
49                                         <configuration>\r
50                                                 <lifecycleMappingMetadata>\r
51                                                         <pluginExecutions>\r
52                                                                 <pluginExecution>\r
53                                                                         <pluginExecutionFilter>\r
54                                                                                 <groupId>\r
55                                                                                         org.apache.maven.plugins\r
56                                                                                 </groupId>\r
57                                                                                 <artifactId>\r
58                                                                                         maven-checkstyle-plugin\r
59                                                                                 </artifactId>\r
60                                                                                 <versionRange>\r
61                                                                                         [2.17,)\r
62                                                                                 </versionRange>\r
63                                                                                 <goals>\r
64                                                                                         <goal>check</goal>\r
65                                                                                 </goals>\r
66                                                                         </pluginExecutionFilter>\r
67                                                                         <action>\r
68                                                                                 <ignore></ignore>\r
69                                                                         </action>\r
70                                                                 </pluginExecution>\r
71                                                         </pluginExecutions>\r
72                                                 </lifecycleMappingMetadata>\r
73                                         </configuration>\r
74                                 </plugin>\r
75                         </plugins>\r
76                 </pluginManagement>\r
77         </build>\r
78 </project>\r