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.4.0.201406110918-r</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.4.0.201406110918-r</egit-version>
66 <tycho-version>0.20.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>
111 <name>platform-version-name</name>
116 <target-platform>egit-4.4</target-platform>
117 <platform-version>[3.10,4.0)</platform-version>
121 <id>platform-luna-staging</id>
124 <name>platform-version-name</name>
125 <value>luna-staging</value>
129 <target-platform>egit-4.4-staging</target-platform>
130 <platform-version>[3.10,4.0)</platform-version>
134 <id>static-checks</id>
138 <groupId>org.codehaus.mojo</groupId>
139 <artifactId>findbugs-maven-plugin</artifactId>
142 <groupId>org.apache.maven.plugins</groupId>
143 <artifactId>maven-pmd-plugin</artifactId>
149 <id>eclipse-sign</id>
153 <groupId>org.eclipse.tycho</groupId>
154 <artifactId>target-platform-configuration</artifactId>
156 <includePackedArtifacts>true</includePackedArtifacts>
160 <groupId>org.eclipse.tycho.extras</groupId>
161 <artifactId>tycho-pack200a-plugin</artifactId>
164 <id>pack200-normalize</id>
166 <goal>normalize</goal>
168 <phase>verify</phase>
173 <groupId>org.eclipse.cbi.maven.plugins</groupId>
174 <artifactId>eclipse-jarsigner-plugin</artifactId>
181 <phase>verify</phase>
186 <groupId>org.eclipse.tycho.extras</groupId>
187 <artifactId>tycho-pack200b-plugin</artifactId>
190 <id>pack200-pack</id>
194 <phase>verify</phase>
199 <groupId>org.eclipse.tycho</groupId>
200 <artifactId>tycho-p2-plugin</artifactId>
205 <goal>p2-metadata</goal>
207 <phase>verify</phase>
211 <defaultP2Metadata>false</defaultP2Metadata>
218 <id>eclipse-pack</id>
222 <groupId>org.eclipse.tycho</groupId>
223 <artifactId>target-platform-configuration</artifactId>
225 <includePackedArtifacts>true</includePackedArtifacts>
229 <groupId>org.eclipse.tycho.extras</groupId>
230 <artifactId>tycho-pack200a-plugin</artifactId>
233 <id>pack200-normalize</id>
235 <goal>normalize</goal>
241 <groupId>org.eclipse.tycho.extras</groupId>
242 <artifactId>tycho-pack200b-plugin</artifactId>
245 <id>pack200-pack</id>
253 <groupId>org.eclipse.tycho</groupId>
254 <artifactId>tycho-p2-plugin</artifactId>
259 <goal>p2-metadata</goal>
261 <phase>package</phase>
265 <defaultP2Metadata>false</defaultP2Metadata>
274 <module>org.eclipse.egit.target</module>
276 <module>org.eclipse.egit</module>
277 <module>org.eclipse.egit.core</module>
278 <module>org.eclipse.egit.ui</module>
280 <module>org.eclipse.egit.mylyn.ui</module>
281 <module>org.eclipse.egit.mylyn-feature</module>
283 <module>org.eclipse.egit.doc</module>
284 <module>org.eclipse.egit-feature</module>
286 <module>org.eclipse.egit.core.test</module>
287 <module>org.eclipse.egit.ui.test</module>
288 <module>org.eclipse.egit.mylyn.ui.test</module>
290 <module>org.eclipse.egit.source-feature</module>
292 <module>org.eclipse.egit.repository</module>
297 <id>repo.eclipse.org.cbi-releases</id>
298 <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
300 </pluginRepositories>
306 <url>${jgit-site}</url>
313 <groupId>org.eclipse.tycho</groupId>
314 <artifactId>tycho-maven-plugin</artifactId>
315 <extensions>true</extensions>
318 <groupId>org.eclipse.tycho</groupId>
319 <artifactId>target-platform-configuration</artifactId>
323 <groupId>org.eclipse.egit</groupId>
324 <artifactId>org.eclipse.egit.target</artifactId>
325 <version>${project.version}</version>
326 <classifier>${target-platform}</classifier>
329 <resolver>p2</resolver>
330 <pomDependencies>consider</pomDependencies>
368 <!-- Tycho plugins -->
370 <groupId>org.eclipse.tycho</groupId>
371 <artifactId>tycho-compiler-plugin</artifactId>
372 <version>${tycho-version}</version>
374 <encoding>UTF-8</encoding>
378 <groupId>org.eclipse.tycho</groupId>
379 <artifactId>tycho-source-plugin</artifactId>
380 <version>${tycho-version}</version>
383 <id>attach-source</id>
385 <goal>plugin-source</goal>
391 <groupId>org.eclipse.tycho</groupId>
392 <artifactId>tycho-packaging-plugin</artifactId>
393 <version>${tycho-version}</version>
396 <generate>true</generate>
401 <groupId>org.eclipse.tycho.extras</groupId>
402 <artifactId>tycho-sourceref-jgit</artifactId>
403 <version>${tycho-extras-version}</version>
408 <groupId>org.eclipse.tycho</groupId>
409 <artifactId>tycho-maven-plugin</artifactId>
410 <version>${tycho-version}</version>
413 <groupId>org.eclipse.tycho</groupId>
414 <artifactId>target-platform-configuration</artifactId>
415 <version>${tycho-version}</version>
418 <groupId>org.eclipse.tycho</groupId>
419 <artifactId>tycho-p2-plugin</artifactId>
420 <version>${tycho-version}</version>
423 <groupId>org.eclipse.tycho.extras</groupId>
424 <artifactId>tycho-pack200a-plugin</artifactId>
425 <version>${tycho-extras-version}</version>
428 <groupId>org.eclipse.tycho.extras</groupId>
429 <artifactId>tycho-pack200b-plugin</artifactId>
430 <version>${tycho-extras-version}</version>
433 <!-- other plugins -->
435 <groupId>org.apache.maven.plugins</groupId>
436 <artifactId>maven-resources-plugin</artifactId>
437 <version>2.5</version>
439 <encoding>ISO-8859-1</encoding>
443 <groupId>org.apache.maven.plugins</groupId>
444 <artifactId>maven-antrun-plugin</artifactId>
445 <version>1.7</version>
448 <groupId>org.codehaus.mojo</groupId>
449 <artifactId>findbugs-maven-plugin</artifactId>
450 <version>2.5.2</version>
452 <findbugsXmlOutput>true</findbugsXmlOutput>
453 <failOnError>false</failOnError>
464 <groupId>org.apache.maven.plugins</groupId>
465 <artifactId>maven-pmd-plugin</artifactId>
466 <version>2.7.1</version>
468 <sourceEncoding>utf-8</sourceEncoding>
469 <minimumTokens>100</minimumTokens>
470 <targetJdk>1.5</targetJdk>
472 <failOnViolation>false</failOnViolation>
477 <goal>cpd-check</goal>
483 <groupId>org.apache.maven.plugins</groupId>
484 <artifactId>maven-assembly-plugin</artifactId>
485 <version>2.3</version>
488 <groupId>org.eclipse.dash.maven</groupId>
489 <artifactId>eclipse-signing-maven-plugin</artifactId>
490 <version>1.0.5</version>
493 <groupId>org.codehaus.mojo</groupId>
494 <artifactId>build-helper-maven-plugin</artifactId>
495 <version>1.7</version>
498 <groupId>org.eclipse.cbi.maven.plugins</groupId>
499 <artifactId>eclipse-jarsigner-plugin</artifactId>
500 <version>1.0.4</version>
508 <groupId>org.mockito</groupId>
509 <artifactId>mockito-core</artifactId>
510 <version>${mockito-version}</version>
514 <dependencyManagement>
517 <groupId>junit</groupId>
518 <artifactId>junit</artifactId>
519 <version>${junit-version}</version>
523 </dependencyManagement>
525 <distributionManagement>
527 <id>repo.eclipse.org</id>
528 <name>JGit Maven Repository - Releases</name>
529 <url>https://repo.eclipse.org/content/repositories/egit-releases/</url>
532 <id>repo.eclipse.org</id>
533 <name>JGit Maven Repository - Snapshots</name>
534 <url>https://repo.eclipse.org/content/repositories/egit-snapshots/</url>
535 <uniqueVersion>true</uniqueVersion>
536 </snapshotRepository>
537 </distributionManagement>