Bug: 627
[controller.git] / opendaylight / md-sal / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.opendaylight.controller</groupId>
7     <artifactId>commons.opendaylight</artifactId>
8     <version>1.4.2-SNAPSHOT</version>
9     <relativePath>../commons/opendaylight</relativePath>
10   </parent>
11
12   <artifactId>sal-parent</artifactId>
13   <version>1.1-SNAPSHOT</version>
14   <packaging>pom</packaging>
15
16   <modules>
17     <!-- Common APIs & Implementation -->
18     <module>sal-common</module>
19     <module>sal-common-api</module>
20     <module>sal-common-impl</module>
21     <module>sal-common-util</module>
22
23     <!-- Binding Independent -->
24     <module>sal-dom-api</module>
25     <module>sal-dom-broker</module>
26     <module>sal-dom-spi</module>
27
28     <!-- Binding Aware -->
29     <module>sal-binding-api</module>
30     <module>sal-binding-config</module>
31     <module>sal-binding-broker</module>
32
33     <module>sal-binding-util</module>
34
35     <!-- Samples -->
36     <module>samples</module>
37
38     <!-- Base Models -->
39     <module>model</module>
40     <module>sal-remote</module>
41     <module>sal-restconf-broker</module>
42
43     <!-- Connectors -->
44     <module>sal-connector-api</module>
45     <module>sal-rest-connector</module>
46     <module>sal-netconf-connector</module>
47
48     <module>inventory-manager</module>
49     <module>statistics-manager</module>
50     <module>topology-manager</module>
51     <module>forwardingrules-manager</module>
52     <module>topology-lldp-discovery</module>
53
54     <!-- Compability Packages -->
55     <module>compatibility</module>
56
57     <!-- Clustering -->
58     <module>remoterpc-routingtable/implementation</module>
59     <module>sal-remoterpc-connector/implementation</module>
60     <!--module>clustered-data-store/implementation</module>
61          -->
62     <!-- Documentation -->
63     <module>sal-rest-docgen</module>
64   </modules>
65
66   <build>
67     <pluginManagement>
68       <plugins>
69         <plugin>
70           <groupId>org.apache.felix</groupId>
71           <artifactId>maven-bundle-plugin</artifactId>
72           <version>${bundle.plugin.version}</version>
73           <extensions>true</extensions>
74           <!--executions> <execution> <id>bundle-manifest</id>
75                         <phase>process-classes</phase> <goals> <goal>manifest</goal> </goals> </execution>
76                         </executions -->
77           <configuration>
78             <instructions>
79               <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
80             </instructions>
81             <manifestLocation>${project.basedir}/META-INF</manifestLocation>
82           </configuration>
83         </plugin>
84         <!--This plugin's configuration is used to store Eclipse
85                     m2e settings only. It has no influence on the Maven build itself. -->
86         <plugin>
87           <groupId>org.eclipse.m2e</groupId>
88           <artifactId>lifecycle-mapping</artifactId>
89           <version>1.0.0</version>
90           <configuration>
91             <lifecycleMappingMetadata>
92               <pluginExecutions>
93                 <pluginExecution>
94                   <pluginExecutionFilter>
95                     <groupId>org.opendaylight.yangtools</groupId>
96                     <artifactId>yang-maven-plugin</artifactId>
97                     <versionRange>[0,)</versionRange>
98                     <goals>
99                       <goal>generate-sources</goal>
100                     </goals>
101                   </pluginExecutionFilter>
102                   <action>
103                     <ignore></ignore>
104                   </action>
105                 </pluginExecution>
106                 <pluginExecution>
107                   <pluginExecutionFilter>
108                     <groupId>net.alchim31.maven</groupId>
109                     <artifactId>scala-maven-plugin</artifactId>
110                     <versionRange>[0,)</versionRange>
111                     <goals>
112                       <goal>compile</goal>
113                       <goal>testCompile</goal>
114                     </goals>
115                   </pluginExecutionFilter>
116                   <action>
117                     <ignore></ignore>
118                   </action>
119                 </pluginExecution>
120                 <pluginExecution>
121                   <pluginExecutionFilter>
122                     <groupId>org.jacoco</groupId>
123                     <artifactId>jacoco-maven-plugin</artifactId>
124                     <versionRange>[0,)</versionRange>
125                     <goals>
126                       <goal>prepare-agent</goal>
127                     </goals>
128                   </pluginExecutionFilter>
129                   <action>
130                     <ignore></ignore>
131                   </action>
132                 </pluginExecution>
133               </pluginExecutions>
134             </lifecycleMappingMetadata>
135           </configuration>
136         </plugin>
137         <plugin>
138           <groupId>org.eclipse.xtend</groupId>
139           <artifactId>xtend-maven-plugin</artifactId>
140           <version>${xtend.version}</version>
141         </plugin>
142         <plugin>
143           <groupId>org.jacoco</groupId>
144           <artifactId>jacoco-maven-plugin</artifactId>
145           <version>${jacoco.version}</version>
146         </plugin>
147       </plugins>
148
149     </pluginManagement>
150     <plugins>
151       <plugin>
152         <groupId>org.apache.felix</groupId>
153         <artifactId>maven-bundle-plugin</artifactId>
154       </plugin>
155       <plugin>
156         <!-- FIXME: BUG-272: remove this configuration override -->
157         <groupId>org.apache.maven.plugins</groupId>
158         <artifactId>maven-checkstyle-plugin</artifactId>
159         <version>${checkstyle.version}</version>
160         <executions>
161           <execution>
162             <phase>none</phase>
163           </execution>
164         </executions>
165       </plugin>
166       <plugin>
167         <groupId>org.apache.maven.plugins</groupId>
168         <artifactId>maven-jar-plugin</artifactId>
169       </plugin>
170       <plugin>
171         <groupId>org.opendaylight.yangtools</groupId>
172         <artifactId>yang-maven-plugin</artifactId>
173         <version>${yangtools.version}</version>
174         <dependencies>
175           <dependency>
176             <groupId>org.opendaylight.controller</groupId>
177             <artifactId>yang-jmx-generator-plugin</artifactId>
178             <version>${config.version}</version>
179           </dependency>
180         </dependencies>
181       </plugin>
182     </plugins>
183   </build>
184   <reporting>
185     <plugins>
186       <plugin>
187         <groupId>org.codehaus.mojo</groupId>
188         <artifactId>findbugs-maven-plugin</artifactId>
189         <version>2.4.0</version>
190         <configuration>
191           <effort>Max</effort>
192           <threshold>Low</threshold>
193           <goal>site</goal>
194         </configuration>
195       </plugin>
196       <plugin>
197         <groupId>org.codehaus.mojo</groupId>
198         <artifactId>jdepend-maven-plugin</artifactId>
199         <version>2.0-beta-2</version>
200       </plugin>
201     </plugins>
202   </reporting>
203   <scm>
204     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
205     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
206     <tag>HEAD</tag>
207     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
208   </scm>
209
210   <profiles>
211     <profile>
212       <id>integrationtests</id>
213       <activation>
214         <activeByDefault>false</activeByDefault>
215       </activation>
216       <modules>
217         <module>sal-binding-it</module>
218         <module>sal-binding-dom-it</module>
219         <!--module>clustered-data-store/integrationtest</module -->
220         <!--module>zeromq-routingtable/integrationtest</module -->
221         <!--module>sal-remoterpc-connector/integrationtest</module -->
222         <!--module>test/sal-rest-connector-it</modulei -->
223       </modules>
224     </profile>
225   </profiles>
226 </project>