Upgrade maven plugin versions
[deliverable/tracecompass.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2011, Red Hat, Inc.
4
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License v1.0
7 which accompanies this distribution, and is available at
8 http://www.eclipse.org/legal/epl-v10.html
9 -->
10
11 <project xmlns="http://maven.apache.org/POM/4.0.0"
12 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
14 <modelVersion>4.0.0</modelVersion>
15
16 <prerequisites>
17 <maven>3.0</maven>
18 </prerequisites>
19
20 <groupId>org.eclipse.tracecompass</groupId>
21 <artifactId>org.eclipse.tracecompass</artifactId>
22 <version>1.0.0-SNAPSHOT</version>
23 <packaging>pom</packaging>
24 <name>Trace Compass Parent</name>
25
26 <licenses>
27 <license>
28 <name>Eclipse Public License v1.0</name>
29 <comments>
30 All rights reserved.
31
32 This program and the accompanying materials are made
33 available under the terms of the Eclipse Public License v1.0
34 which accompanies this distribution, and is available at
35 http://www.eclipse.org/legal/epl-v10.htm
36 </comments>
37 </license>
38 </licenses>
39
40 <properties>
41 <base.test.vmargs>-Xms256m -Xmx1024m -XX:MaxPermSize=256m</base.test.vmargs>
42 <tycho-version>0.22.0</tycho-version>
43 <tycho-extras-version>0.22.0</tycho-extras-version>
44 <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass.git</tycho.scmUrl>
45 <target-platform>tracecompass-eStaging</target-platform>
46 <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
47 <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
48 <sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath>
49 <sonar.java.source>1.7</sonar.java.source>
50 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
51 </properties>
52
53 <pluginRepositories>
54 <pluginRepository>
55 <id>repo.eclipse.org</id>
56 <url>https://repo.eclipse.org/content/groups/releases/</url>
57 </pluginRepository>
58 <pluginRepository>
59 <id>tycho-snapshots</id>
60 <url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
61 </pluginRepository>
62 <pluginRepository>
63 <id>jboss-public-repository-group</id>
64 <name>JBoss Public Repository Group</name>
65 <url>http://repository.jboss.org/nexus/content/groups/public/</url>
66 </pluginRepository>
67 </pluginRepositories>
68
69 <profiles>
70 <profile>
71 <id>build-rcp</id>
72 <modules>
73 <module>org.eclipse.tracecompass.rcp.product</module>
74 </modules>
75 </profile>
76 <profile>
77 <id>sign-update-site</id>
78 <build>
79 <plugins>
80 <plugin>
81 <groupId>org.eclipse.tycho.extras</groupId>
82 <artifactId>tycho-pack200a-plugin</artifactId>
83 <version>${tycho-extras-version}</version>
84 <executions>
85 <execution>
86 <id>pack200-normalize</id>
87 <goals>
88 <goal>normalize</goal>
89 </goals>
90 <phase>package</phase>
91 </execution>
92 </executions>
93 </plugin>
94 <plugin>
95 <groupId>org.eclipse.cbi.maven.plugins</groupId>
96 <artifactId>eclipse-jarsigner-plugin</artifactId>
97 <version>1.1.1</version>
98 <executions>
99 <execution>
100 <id>sign</id>
101 <phase>package</phase>
102 <goals>
103 <goal>sign</goal>
104 </goals>
105 </execution>
106 </executions>
107 </plugin>
108 <plugin>
109 <groupId>org.eclipse.tycho.extras</groupId>
110 <artifactId>tycho-pack200b-plugin</artifactId>
111 <version>${tycho-extras-version}</version>
112 <executions>
113 <execution>
114 <id>pack200-pack</id>
115 <goals>
116 <goal>pack</goal>
117 </goals>
118 <phase>package</phase>
119 </execution>
120 </executions>
121 </plugin>
122 </plugins>
123 </build>
124 </profile>
125 <profile>
126 <id>performance</id>
127 <modules>
128 <module>org.eclipse.tracecompass.alltests</module>
129 </modules>
130 </profile>
131 <profile>
132 <id>macosx</id>
133 <activation>
134 <os>
135 <family>mac</family>
136 </os>
137 </activation>
138 <properties>
139 <base.ui.test.vmargs>${base.test.vmargs} -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</base.ui.test.vmargs>
140 </properties>
141 </profile>
142 <profile>
143 <id>not-macosx</id>
144 <activation>
145 <os>
146 <family>!mac</family>
147 </os>
148 </activation>
149 <properties>
150 <!-- Disable webkit integration, especially unstable on Linux -->
151 <base.ui.test.vmargs>${base.test.vmargs} -Dorg.eclipse.swt.browser.DefaultType=mozilla</base.ui.test.vmargs>
152 </properties>
153 </profile>
154 </profiles>
155
156 <modules>
157 <module>doc</module>
158 <module>org.eclipse.tracecompass.common.core</module>
159
160 <module>org.eclipse.tracecompass.btf</module>
161 <module>org.eclipse.tracecompass.btf.core</module>
162 <module>org.eclipse.tracecompass.btf.core.tests</module>
163 <module>org.eclipse.tracecompass.btf.ui</module>
164
165 <module>org.eclipse.tracecompass.ctf</module>
166 <module>org.eclipse.tracecompass.ctf.core</module>
167 <module>org.eclipse.tracecompass.ctf.core.tests</module>
168 <module>org.eclipse.tracecompass.ctf.parser</module>
169 <module>org.eclipse.tracecompass.ctf.parser.tests</module>
170
171 <module>org.eclipse.tracecompass.pcap.core</module>
172 <module>org.eclipse.tracecompass.pcap.core.tests</module>
173
174 <module>org.eclipse.tracecompass.statesystem.core</module>
175 <module>org.eclipse.tracecompass.statesystem.core.tests</module>
176
177 <module>org.eclipse.tracecompass.tmf</module>
178 <module>org.eclipse.tracecompass.tmf.core</module>
179 <module>org.eclipse.tracecompass.tmf.core.tests</module>
180 <module>org.eclipse.tracecompass.tmf.ui</module>
181 <module>org.eclipse.tracecompass.tmf.ui.tests</module>
182 <module>org.eclipse.tracecompass.tmf.ui.swtbot.tests</module>
183
184 <module>org.eclipse.tracecompass.tmf.ctf</module>
185 <module>org.eclipse.tracecompass.tmf.ctf.core</module>
186 <module>org.eclipse.tracecompass.tmf.ctf.core.tests</module>
187 <module>org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests</module>
188
189 <module>org.eclipse.tracecompass.tmf.pcap</module>
190 <module>org.eclipse.tracecompass.tmf.pcap.core</module>
191 <module>org.eclipse.tracecompass.tmf.pcap.core.tests</module>
192 <module>org.eclipse.tracecompass.tmf.pcap.ui</module>
193 <module>org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests</module>
194
195 <module>org.eclipse.tracecompass.tmf.analysis.xml.core</module>
196 <module>org.eclipse.tracecompass.tmf.analysis.xml.core.tests</module>
197 <module>org.eclipse.tracecompass.tmf.analysis.xml.ui</module>
198 <module>org.eclipse.tracecompass.tmf.analysis.xml.ui.tests</module>
199
200 <module>org.eclipse.tracecompass.tmf.remote</module>
201 <module>org.eclipse.tracecompass.tmf.remote.core</module>
202 <module>org.eclipse.tracecompass.tmf.remote.ui</module>
203
204 <module>org.eclipse.tracecompass.releng-site</module>
205 <module>org.eclipse.tracecompass.target</module>
206 <module>org.eclipse.tracecompass.testing</module>
207
208 <module>org.eclipse.tracecompass.analysis.os.linux.core</module>
209 <module>org.eclipse.tracecompass.analysis.os.linux.core.tests</module>
210 <module>org.eclipse.tracecompass.analysis.os.linux.ui</module>
211
212 <module>org.eclipse.tracecompass.lttng2.control</module>
213 <module>org.eclipse.tracecompass.lttng2.control.core</module>
214 <module>org.eclipse.tracecompass.lttng2.control.core.tests</module>
215 <module>org.eclipse.tracecompass.lttng2.control.ui</module>
216 <module>org.eclipse.tracecompass.lttng2.control.ui.tests</module>
217
218 <module>org.eclipse.tracecompass.lttng2.kernel</module>
219 <module>org.eclipse.tracecompass.lttng2.kernel.core</module>
220 <module>org.eclipse.tracecompass.lttng2.kernel.core.tests</module>
221 <module>org.eclipse.tracecompass.lttng2.kernel.ui</module>
222 <module>org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests</module>
223
224 <module>org.eclipse.tracecompass.lttng2.ust</module>
225 <module>org.eclipse.tracecompass.lttng2.ust.core</module>
226 <module>org.eclipse.tracecompass.lttng2.ust.core.tests</module>
227 <module>org.eclipse.tracecompass.lttng2.ust.ui</module>
228 <module>org.eclipse.tracecompass.lttng2.ust.ui.tests</module>
229
230 <module>org.eclipse.tracecompass.gdbtrace</module>
231 <module>org.eclipse.tracecompass.gdbtrace.core</module>
232 <module>org.eclipse.tracecompass.gdbtrace.core.tests</module>
233 <module>org.eclipse.tracecompass.gdbtrace.ui</module>
234 <module>org.eclipse.tracecompass.gdbtrace.ui.tests</module>
235
236 <module>org.eclipse.tracecompass.rcp.branding</module>
237 <module>org.eclipse.tracecompass.rcp.branding.feature</module>
238 <module>org.eclipse.tracecompass.rcp</module>
239 <module>org.eclipse.tracecompass.rcp.ui</module>
240
241 <module>org.eclipse.tracecompass.examples</module>
242 </modules>
243
244 <build>
245 <plugins>
246 <plugin>
247 <groupId>org.eclipse.tycho</groupId>
248 <artifactId>target-platform-configuration</artifactId>
249 <version>${tycho-version}</version>
250 <configuration>
251 <includePackedArtifacts>true</includePackedArtifacts>
252 <environments>
253 <environment>
254 <os>win32</os>
255 <ws>win32</ws>
256 <arch>x86</arch>
257 </environment>
258 <environment>
259 <os>win32</os>
260 <ws>win32</ws>
261 <arch>x86_64</arch>
262 </environment>
263 <environment>
264 <os>macosx</os>
265 <ws>cocoa</ws>
266 <arch>x86_64</arch>
267 </environment>
268 <environment>
269 <os>linux</os>
270 <ws>gtk</ws>
271 <arch>x86</arch>
272 </environment>
273 <environment>
274 <os>linux</os>
275 <ws>gtk</ws>
276 <arch>x86_64</arch>
277 </environment>
278 </environments>
279 <target>
280 <artifact>
281 <groupId>org.eclipse.tracecompass</groupId>
282 <artifactId>org.eclipse.tracecompass.target</artifactId>
283 <classifier>${target-platform}</classifier>
284 <version>1.0.0</version>
285 </artifact>
286 </target>
287 <filters>
288 <filter>
289 <type>eclipse-plugin</type>
290 <id>org.eclipse.jdt.annotation</id>
291 <restrictTo>
292 <versionRange>[1.0,2.0)</versionRange>
293 </restrictTo>
294 </filter>
295 </filters>
296 </configuration>
297 </plugin>
298 <plugin>
299 <groupId>org.eclipse.tycho</groupId>
300 <artifactId>tycho-maven-plugin</artifactId>
301 <version>${tycho-version}</version>
302 <extensions>true</extensions>
303 </plugin>
304 <plugin>
305 <groupId>org.eclipse.tycho</groupId>
306 <artifactId>tycho-source-plugin</artifactId>
307 <version>${tycho-version}</version>
308 <executions>
309 <execution>
310 <id>plugin-source</id>
311 <goals>
312 <goal>plugin-source</goal>
313 </goals>
314 </execution>
315 </executions>
316 </plugin>
317 <plugin>
318 <groupId>org.eclipse.tycho.extras</groupId>
319 <artifactId>tycho-source-feature-plugin</artifactId>
320 <version>${tycho-version}</version>
321 <configuration>
322 <includeBinaryFeature>false</includeBinaryFeature>
323 </configuration>
324 <executions>
325 <execution>
326 <id>source-feature</id>
327 <phase>package</phase>
328 <goals>
329 <goal>source-feature</goal>
330 </goals>
331 </execution>
332 </executions>
333 </plugin>
334 <plugin>
335 <groupId>org.jacoco</groupId>
336 <artifactId>jacoco-maven-plugin</artifactId>
337 <version>0.7.4.201502262128</version>
338 <executions>
339 <execution>
340 <id>pre-test</id>
341 <goals>
342 <goal>prepare-agent</goal>
343 </goals>
344 <configuration>
345 <!-- Where to put jacoco coverage report -->
346 <destFile>${sonar.jacoco.reportPath}</destFile>
347 <includes>
348 <include>org.eclipse.tracecompass.*</include>
349 </includes>
350 <append>true</append>
351 </configuration>
352 </execution>
353 <execution>
354 <id>post-test</id>
355 <phase>post-integration-test</phase>
356 <goals>
357 <goal>report</goal>
358 </goals>
359 <configuration>
360 <dataFile>${sonar.jacoco.reportPath}</dataFile>
361 </configuration>
362 </execution>
363 </executions>
364 </plugin>
365 <plugin>
366 <groupId>org.eclipse.tycho.extras</groupId>
367 <artifactId>tycho-pack200b-plugin</artifactId>
368 <version>${tycho-extras-version}</version>
369 <executions>
370 <execution>
371 <id>pack200-pack</id>
372 <goals>
373 <goal>pack</goal>
374 </goals>
375 <phase>package</phase>
376 </execution>
377 </executions>
378 </plugin>
379 <plugin>
380 <groupId>org.eclipse.tycho</groupId>
381 <artifactId>tycho-p2-plugin</artifactId>
382 <version>${tycho-version}</version>
383 <executions>
384 <execution>
385 <id>p2-metadata</id>
386 <goals>
387 <goal>p2-metadata</goal>
388 </goals>
389 <phase>package</phase>
390 </execution>
391 </executions>
392 <configuration>
393 <defaultP2Metadata>false</defaultP2Metadata>
394 </configuration>
395 </plugin>
396 </plugins>
397 <pluginManagement>
398 <plugins>
399 <plugin>
400 <groupId>org.eclipse.tycho</groupId>
401 <artifactId>tycho-compiler-plugin</artifactId>
402 <version>${tycho-version}</version>
403 <configuration>
404 <encoding>UTF-8</encoding>
405 <useProjectSettings>true</useProjectSettings>
406 </configuration>
407 </plugin>
408 <plugin>
409 <groupId>org.eclipse.tycho</groupId>
410 <artifactId>target-platform-configuration</artifactId>
411 <version>${tycho-version}</version>
412 </plugin>
413 <plugin>
414 <groupId>org.eclipse.tycho</groupId>
415 <artifactId>tycho-p2-plugin</artifactId>
416 <version>${tycho-version}</version>
417 </plugin>
418 <plugin>
419 <groupId>org.eclipse.tycho</groupId>
420 <artifactId>tycho-p2-publisher-plugin</artifactId>
421 <version>${tycho-version}</version>
422 </plugin>
423 <plugin>
424 <groupId>org.eclipse.tycho</groupId>
425 <artifactId>tycho-p2-repository-plugin</artifactId>
426 <version>${tycho-version}</version>
427 </plugin>
428 <plugin>
429 <groupId>org.eclipse.tycho</groupId>
430 <artifactId>tycho-surefire-plugin</artifactId>
431 <version>${tycho-version}</version>
432 <configuration>
433 <useUIHarness>true</useUIHarness>
434 <useUIThread>true</useUIThread>
435 <dependencies>
436 <dependency>
437 <type>p2-installable-unit</type>
438 <artifactId>org.eclipse.platform.feature.group</artifactId>
439 <version>${sdk-version}</version>
440 </dependency>
441 </dependencies>
442 <product>org.eclipse.platform.ide</product>
443 <argLine>${tycho.testArgLine} -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m</argLine>
444 </configuration>
445 </plugin>
446 <plugin>
447 <groupId>org.eclipse.tycho</groupId>
448 <artifactId>tycho-versions-plugin</artifactId>
449 <version>${tycho-version}</version>
450 </plugin>
451 <plugin>
452 <groupId>org.eclipse.tycho</groupId>
453 <artifactId>tycho-packaging-plugin</artifactId>
454 <version>${tycho-version}</version>
455 <configuration>
456 <sourceReferences>
457 <generate>true</generate>
458 </sourceReferences>
459 </configuration>
460 <dependencies>
461 <dependency>
462 <groupId>org.eclipse.tycho.extras</groupId>
463 <artifactId>tycho-sourceref-jgit</artifactId>
464 <version>${tycho-extras-version}</version>
465 </dependency>
466 </dependencies>
467 </plugin>
468 <plugin>
469 <groupId>org.apache.maven.plugins</groupId>
470 <artifactId>maven-resources-plugin</artifactId>
471 <version>2.7</version>
472 <configuration>
473 <encoding>UTF-8</encoding>
474 </configuration>
475 </plugin>
476 <plugin>
477 <groupId>org.apache.maven.plugins</groupId>
478 <artifactId>maven-antrun-plugin</artifactId>
479 <version>1.8</version>
480 </plugin>
481 <plugin>
482 <groupId>org.apache.maven.plugins</groupId>
483 <artifactId>maven-site-plugin</artifactId>
484 <version>3.4</version>
485 </plugin>
486 <plugin>
487 <groupId>org.apache.maven.plugins</groupId>
488 <artifactId>maven-clean-plugin</artifactId>
489 <version>2.6.1</version>
490 </plugin>
491 <plugin>
492 <groupId>org.apache.maven.plugins</groupId>
493 <artifactId>maven-deploy-plugin</artifactId>
494 <version>2.8.2</version>
495 </plugin>
496 <plugin>
497 <groupId>org.apache.maven.plugins</groupId>
498 <artifactId>maven-install-plugin</artifactId>
499 <version>2.5.2</version>
500 </plugin>
501 <plugin>
502 <groupId>org.apache.maven.plugins</groupId>
503 <artifactId>maven-project-info-reports-plugin</artifactId>
504 <version>2.8</version>
505 </plugin>
506 <plugin>
507 <groupId>org.apache.maven.plugins</groupId>
508 <artifactId>maven-javadoc-plugin</artifactId>
509 <version>2.10.1</version>
510 <configuration>
511 <excludePackageNames>org.eclipse.tracecompass.internal.*:*.test*</excludePackageNames>
512 </configuration>
513 </plugin>
514 <plugin>
515 <groupId>org.jboss.tools.tycho-plugins</groupId>
516 <artifactId>repository-utils</artifactId>
517 <version>0.22.0</version>
518 </plugin>
519 </plugins>
520 </pluginManagement>
521 </build>
522
523 </project>
This page took 0.046977 seconds and 6 git commands to generate.