1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2009, Igor Fedorenko <igor@ifedorenko.com>
4 Copyright (C) 2010, Chris Aniszczyk <caniszczyk@gmail.com>
5 Copyright (C) 2011-2012 Matthias Sohn <matthias.sohn@sap.com>
7 All rights reserved. This program and the accompanying materials
8 are made available under the terms of the Eclipse Public License v1.0
9 which accompanies this distribution, and is available at
10 http://www.eclipse.org/legal/epl-v10.html
13 <project xmlns="http://maven.apache.org/POM/4.0.0"
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
16 <modelVersion>4.0.0</modelVersion>
22 <groupId>org.eclipse.egit</groupId>
23 <artifactId>egit-parent</artifactId>
24 <version>3.2.0-SNAPSHOT</version>
25 <packaging>pom</packaging>
27 <name>EGit Parent</name>
31 <name>egit-dev Mailing List</name>
32 <post>egit-dev@eclipse.org</post>
33 <subscribe>https://dev.eclipse.org/mailman/listinfo/egit-dev</subscribe>
34 <unsubscribe>https://dev.eclipse.org/mailman/listinfo/egit-dev</unsubscribe>
35 <archive>http://dev.eclipse.org/mhonarc/lists/egit-dev</archive>
39 <name>GIT Mailing List</name>
40 <post>git@vger.kernel.org</post>
41 <archive>http://marc.info/?l=git</archive>
46 <url>https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;product=EGit;classification=Technology</url>
47 <system>Bugzilla</system>
52 <name>Eclipse Public License v1.0</name>
56 This program and the accompanying materials are made
57 available under the terms of the Eclipse Public License v1.0
58 which accompanies this distribution, and is available at
59 http://www.eclipse.org/legal/epl-v10.htm
65 <egit-version>3.2.0-SNAPSHOT</egit-version>
66 <tycho-version>0.19.0</tycho-version>
67 <tycho-extras-version>${tycho-version}</tycho-extras-version>
68 <mockito-version>1.8.4</mockito-version>
69 <junit-version>4.11</junit-version>
70 <jgit-site>file:/${basedir}/../../jgit/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/target/repository</jgit-site>
71 <signer-input-directory>/home/data/httpd/download-staging.priv/egit</signer-input-directory>
72 <download-publish-path>/home/data/httpd/download.eclipse.org/egit/updates-nightly</download-publish-path>
73 <target-platform>egit-4.3</target-platform>
74 <platform-version>[3.9,4.0)</platform-version>
75 <tycho.scmUrl>scm:git:https://git.eclipse.org/r/p/egit/egit.git</tycho.scmUrl>
76 <test.vmparams></test.vmparams>
81 <id>platform-juno</id>
84 <name>platform-version-name</name>
89 <target-platform>egit-4.2</target-platform>
90 <platform-version>[3.8,3.9)</platform-version>
94 <id>platform-kepler</id>
96 <activeByDefault>true</activeByDefault>
98 <name>platform-version-name</name>
103 <target-platform>egit-4.3</target-platform>
104 <platform-version>[3.9,4.0)</platform-version>
108 <id>platform-luna</id>
110 <activeByDefault>true</activeByDefault>
112 <name>platform-version-name</name>
117 <target-platform>egit-4.4</target-platform>
118 <platform-version>[3.10,4.0)</platform-version>
122 <id>platform-luna-staging</id>
125 <name>platform-version-name</name>
126 <value>luna-staging</value>
130 <target-platform>egit-4.4-staging</target-platform>
131 <platform-version>[3.10,4.0)</platform-version>
135 <id>static-checks</id>
139 <groupId>org.codehaus.mojo</groupId>
140 <artifactId>findbugs-maven-plugin</artifactId>
143 <groupId>org.apache.maven.plugins</groupId>
144 <artifactId>maven-pmd-plugin</artifactId>
150 <id>eclipse-sign</id>
154 <groupId>org.eclipse.tycho</groupId>
155 <artifactId>target-platform-configuration</artifactId>
157 <includePackedArtifacts>true</includePackedArtifacts>
161 <groupId>org.eclipse.tycho.extras</groupId>
162 <artifactId>tycho-pack200a-plugin</artifactId>
165 <id>pack200-normalize</id>
167 <goal>normalize</goal>
169 <phase>verify</phase>
174 <groupId>org.eclipse.cbi.maven.plugins</groupId>
175 <artifactId>eclipse-jarsigner-plugin</artifactId>
182 <phase>verify</phase>
187 <groupId>org.eclipse.tycho.extras</groupId>
188 <artifactId>tycho-pack200b-plugin</artifactId>
191 <id>pack200-pack</id>
195 <phase>verify</phase>
200 <groupId>org.eclipse.tycho</groupId>
201 <artifactId>tycho-p2-plugin</artifactId>
206 <goal>p2-metadata</goal>
208 <phase>verify</phase>
212 <defaultP2Metadata>false</defaultP2Metadata>
219 <id>eclipse-pack</id>
223 <groupId>org.eclipse.tycho</groupId>
224 <artifactId>target-platform-configuration</artifactId>
226 <includePackedArtifacts>true</includePackedArtifacts>
230 <groupId>org.eclipse.tycho.extras</groupId>
231 <artifactId>tycho-pack200a-plugin</artifactId>
234 <id>pack200-normalize</id>
236 <goal>normalize</goal>
242 <groupId>org.eclipse.tycho.extras</groupId>
243 <artifactId>tycho-pack200b-plugin</artifactId>
246 <id>pack200-pack</id>
254 <groupId>org.eclipse.tycho</groupId>
255 <artifactId>tycho-p2-plugin</artifactId>
260 <goal>p2-metadata</goal>
262 <phase>package</phase>
266 <defaultP2Metadata>false</defaultP2Metadata>
275 <module>org.eclipse.egit.target</module>
277 <module>org.eclipse.egit</module>
278 <module>org.eclipse.egit.core</module>
279 <module>org.eclipse.egit.ui</module>
281 <module>org.eclipse.egit.mylyn.ui</module>
282 <module>org.eclipse.egit.mylyn-feature</module>
284 <module>org.eclipse.egit.doc</module>
285 <module>org.eclipse.egit-feature</module>
287 <module>org.eclipse.egit.core.test</module>
288 <module>org.eclipse.egit.ui.test</module>
289 <module>org.eclipse.egit.mylyn.ui.test</module>
291 <module>org.eclipse.egit.source-feature</module>
293 <module>org.eclipse.egit.repository</module>
298 <id>repo.eclipse.org.cbi-releases</id>
299 <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
301 </pluginRepositories>
307 <url>${jgit-site}</url>
314 <groupId>org.eclipse.tycho</groupId>
315 <artifactId>tycho-maven-plugin</artifactId>
316 <extensions>true</extensions>
319 <groupId>org.eclipse.tycho</groupId>
320 <artifactId>target-platform-configuration</artifactId>
324 <groupId>org.eclipse.egit</groupId>
325 <artifactId>org.eclipse.egit.target</artifactId>
326 <version>${project.version}</version>
327 <classifier>${target-platform}</classifier>
330 <resolver>p2</resolver>
331 <pomDependencies>consider</pomDependencies>
369 <!-- Tycho plugins -->
371 <groupId>org.eclipse.tycho</groupId>
372 <artifactId>tycho-compiler-plugin</artifactId>
373 <version>${tycho-version}</version>
375 <encoding>UTF-8</encoding>
379 <groupId>org.eclipse.tycho</groupId>
380 <artifactId>tycho-source-plugin</artifactId>
381 <version>${tycho-version}</version>
384 <id>attach-source</id>
386 <goal>plugin-source</goal>
392 <groupId>org.eclipse.tycho</groupId>
393 <artifactId>tycho-packaging-plugin</artifactId>
394 <version>${tycho-version}</version>
397 <generate>true</generate>
402 <groupId>org.eclipse.tycho.extras</groupId>
403 <artifactId>tycho-sourceref-jgit</artifactId>
404 <version>${tycho-extras-version}</version>
409 <groupId>org.eclipse.tycho</groupId>
410 <artifactId>tycho-maven-plugin</artifactId>
411 <version>${tycho-version}</version>
414 <groupId>org.eclipse.tycho</groupId>
415 <artifactId>target-platform-configuration</artifactId>
416 <version>${tycho-version}</version>
419 <groupId>org.eclipse.tycho</groupId>
420 <artifactId>tycho-p2-plugin</artifactId>
421 <version>${tycho-version}</version>
424 <groupId>org.eclipse.tycho.extras</groupId>
425 <artifactId>tycho-pack200a-plugin</artifactId>
426 <version>${tycho-extras-version}</version>
429 <groupId>org.eclipse.tycho.extras</groupId>
430 <artifactId>tycho-pack200b-plugin</artifactId>
431 <version>${tycho-extras-version}</version>
434 <!-- other plugins -->
436 <groupId>org.apache.maven.plugins</groupId>
437 <artifactId>maven-resources-plugin</artifactId>
438 <version>2.5</version>
440 <encoding>ISO-8859-1</encoding>
444 <groupId>org.apache.maven.plugins</groupId>
445 <artifactId>maven-antrun-plugin</artifactId>
446 <version>1.7</version>
449 <groupId>org.codehaus.mojo</groupId>
450 <artifactId>findbugs-maven-plugin</artifactId>
451 <version>2.5.2</version>
453 <findbugsXmlOutput>true</findbugsXmlOutput>
454 <failOnError>false</failOnError>
465 <groupId>org.apache.maven.plugins</groupId>
466 <artifactId>maven-pmd-plugin</artifactId>
467 <version>2.7.1</version>
469 <sourceEncoding>utf-8</sourceEncoding>
470 <minimumTokens>100</minimumTokens>
471 <targetJdk>1.5</targetJdk>
473 <failOnViolation>false</failOnViolation>
478 <goal>cpd-check</goal>
484 <groupId>org.apache.maven.plugins</groupId>
485 <artifactId>maven-assembly-plugin</artifactId>
486 <version>2.3</version>
489 <groupId>org.eclipse.dash.maven</groupId>
490 <artifactId>eclipse-signing-maven-plugin</artifactId>
491 <version>1.0.5</version>
494 <groupId>org.codehaus.mojo</groupId>
495 <artifactId>build-helper-maven-plugin</artifactId>
496 <version>1.7</version>
499 <groupId>org.eclipse.cbi.maven.plugins</groupId>
500 <artifactId>eclipse-jarsigner-plugin</artifactId>
501 <version>1.0.4</version>
509 <groupId>org.mockito</groupId>
510 <artifactId>mockito-core</artifactId>
511 <version>${mockito-version}</version>
515 <dependencyManagement>
518 <groupId>junit</groupId>
519 <artifactId>junit</artifactId>
520 <version>${junit-version}</version>
524 </dependencyManagement>
526 <distributionManagement>
528 <id>repo.eclipse.org</id>
529 <name>JGit Maven Repository - Releases</name>
530 <url>https://repo.eclipse.org/content/repositories/egit-releases/</url>
533 <id>repo.eclipse.org</id>
534 <name>JGit Maven Repository - Snapshots</name>
535 <url>https://repo.eclipse.org/content/repositories/egit-snapshots/</url>
536 <uniqueVersion>true</uniqueVersion>
537 </snapshotRepository>
538 </distributionManagement>