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>4.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>4.2.0-SNAPSHOT</egit-version>
66 <tycho-version>0.23.0</tycho-version>
67 <tycho-extras-version>${tycho-version}</tycho-extras-version>
68 <jboss-tycho-plugins-version>0.22.0</jboss-tycho-plugins-version>
69 <mockito-version>1.8.4</mockito-version>
70 <junit-version>4.11</junit-version>
71 <jgit-site>file:/${basedir}/../../jgit/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/target/repository</jgit-site>
72 <signer-input-directory>/home/data/httpd/download-staging.priv/egit</signer-input-directory>
73 <download-publish-path>/home/data/httpd/download.eclipse.org/egit/updates-nightly</download-publish-path>
74 <target-platform>egit-4.3</target-platform>
75 <tycho.scmUrl>scm:git:https://git.eclipse.org/r/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>
93 <id>platform-kepler</id>
96 <name>platform-version-name</name>
101 <target-platform>egit-4.3</target-platform>
105 <id>platform-luna</id>
108 <name>platform-version-name</name>
113 <target-platform>egit-4.4</target-platform>
117 <id>platform-mars</id>
119 <activeByDefault>true</activeByDefault>
121 <name>platform-version-name</name>
126 <target-platform>egit-4.5</target-platform>
130 <id>platform-mars-staging</id>
133 <name>platform-version-name</name>
134 <value>mars-staging</value>
138 <target-platform>egit-4.5-staging</target-platform>
142 <id>static-checks</id>
146 <groupId>org.codehaus.mojo</groupId>
147 <artifactId>findbugs-maven-plugin</artifactId>
150 <groupId>org.apache.maven.plugins</groupId>
151 <artifactId>maven-pmd-plugin</artifactId>
157 <id>eclipse-sign</id>
161 <groupId>org.eclipse.tycho</groupId>
162 <artifactId>target-platform-configuration</artifactId>
164 <includePackedArtifacts>true</includePackedArtifacts>
168 <groupId>org.eclipse.tycho.extras</groupId>
169 <artifactId>tycho-pack200a-plugin</artifactId>
172 <id>pack200-normalize</id>
174 <goal>normalize</goal>
176 <phase>verify</phase>
181 <groupId>org.eclipse.cbi.maven.plugins</groupId>
182 <artifactId>eclipse-jarsigner-plugin</artifactId>
189 <phase>verify</phase>
194 <groupId>org.eclipse.tycho.extras</groupId>
195 <artifactId>tycho-pack200b-plugin</artifactId>
198 <id>pack200-pack</id>
202 <phase>verify</phase>
207 <groupId>org.eclipse.tycho</groupId>
208 <artifactId>tycho-p2-plugin</artifactId>
213 <goal>p2-metadata</goal>
215 <phase>verify</phase>
219 <defaultP2Metadata>false</defaultP2Metadata>
226 <id>eclipse-pack</id>
230 <groupId>org.eclipse.tycho</groupId>
231 <artifactId>target-platform-configuration</artifactId>
233 <includePackedArtifacts>true</includePackedArtifacts>
237 <groupId>org.eclipse.tycho.extras</groupId>
238 <artifactId>tycho-pack200a-plugin</artifactId>
241 <id>pack200-normalize</id>
243 <goal>normalize</goal>
249 <groupId>org.eclipse.tycho.extras</groupId>
250 <artifactId>tycho-pack200b-plugin</artifactId>
253 <id>pack200-pack</id>
261 <groupId>org.eclipse.tycho</groupId>
262 <artifactId>tycho-p2-plugin</artifactId>
267 <goal>p2-metadata</goal>
269 <phase>package</phase>
273 <defaultP2Metadata>false</defaultP2Metadata>
282 <module>org.eclipse.egit.target</module>
284 <module>org.eclipse.egit</module>
285 <module>org.eclipse.egit.core</module>
286 <module>org.eclipse.egit.ui</module>
288 <module>org.eclipse.egit.ui.importer</module>
290 <module>org.eclipse.egit.mylyn.ui</module>
291 <module>org.eclipse.egit.mylyn-feature</module>
293 <module>org.eclipse.egit.doc</module>
294 <module>org.eclipse.egit-feature</module>
296 <module>org.eclipse.egit.gitflow-feature</module>
297 <module>org.eclipse.egit.gitflow</module>
298 <module>org.eclipse.egit.gitflow.ui</module>
299 <module>org.eclipse.egit.gitflow.test</module>
301 <module>org.eclipse.egit.source-feature</module>
303 <module>org.eclipse.egit.repository</module>
305 <module>org.eclipse.egit.core.test</module>
306 <module>org.eclipse.egit.ui.test</module>
307 <module>org.eclipse.egit.mylyn.ui.test</module>
308 <module>org.eclipse.egit.ui.importer.tests</module>
314 <id>repo.eclipse.org.cbi-releases</id>
315 <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
318 <id>repo.eclipse.org.cbi-snapshots</id>
319 <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url>
321 </pluginRepositories>
327 <url>${jgit-site}</url>
334 <groupId>org.eclipse.tycho</groupId>
335 <artifactId>tycho-maven-plugin</artifactId>
336 <extensions>true</extensions>
339 <groupId>org.eclipse.tycho</groupId>
340 <artifactId>target-platform-configuration</artifactId>
344 <groupId>org.eclipse.egit</groupId>
345 <artifactId>org.eclipse.egit.target</artifactId>
346 <version>${egit-version}</version>
347 <classifier>${target-platform}</classifier>
350 <resolver>p2</resolver>
351 <pomDependencies>consider</pomDependencies>
384 <!-- Tycho plugins -->
386 <groupId>org.eclipse.tycho</groupId>
387 <artifactId>tycho-compiler-plugin</artifactId>
388 <version>${tycho-version}</version>
390 <encoding>UTF-8</encoding>
396 <groupId>org.eclipse.tycho</groupId>
397 <artifactId>tycho-source-plugin</artifactId>
398 <version>${tycho-version}</version>
401 <id>attach-source</id>
403 <goal>plugin-source</goal>
409 <groupId>org.eclipse.tycho</groupId>
410 <artifactId>tycho-packaging-plugin</artifactId>
411 <version>${tycho-version}</version>
414 <generate>true</generate>
419 <groupId>org.eclipse.tycho.extras</groupId>
420 <artifactId>tycho-sourceref-jgit</artifactId>
421 <version>${tycho-extras-version}</version>
426 <groupId>org.eclipse.tycho</groupId>
427 <artifactId>tycho-surefire-plugin</artifactId>
428 <version>${tycho-version}</version>
431 <groupId>org.eclipse.tycho</groupId>
432 <artifactId>tycho-maven-plugin</artifactId>
433 <version>${tycho-version}</version>
436 <groupId>org.eclipse.tycho</groupId>
437 <artifactId>target-platform-configuration</artifactId>
438 <version>${tycho-version}</version>
441 <groupId>org.eclipse.tycho</groupId>
442 <artifactId>tycho-p2-plugin</artifactId>
443 <version>${tycho-version}</version>
446 <groupId>org.eclipse.tycho.extras</groupId>
447 <artifactId>tycho-pack200a-plugin</artifactId>
448 <version>${tycho-extras-version}</version>
451 <groupId>org.eclipse.tycho.extras</groupId>
452 <artifactId>tycho-pack200b-plugin</artifactId>
453 <version>${tycho-extras-version}</version>
456 <groupId>org.jboss.tools.tycho-plugins</groupId>
457 <artifactId>repository-utils</artifactId>
458 <version>${jboss-tycho-plugins-version}</version>
460 <!-- other plugins -->
462 <groupId>org.apache.maven.plugins</groupId>
463 <artifactId>maven-resources-plugin</artifactId>
464 <version>2.5</version>
466 <encoding>ISO-8859-1</encoding>
470 <groupId>org.apache.maven.plugins</groupId>
471 <artifactId>maven-antrun-plugin</artifactId>
472 <version>1.7</version>
475 <groupId>org.codehaus.mojo</groupId>
476 <artifactId>findbugs-maven-plugin</artifactId>
477 <version>2.5.2</version>
479 <findbugsXmlOutput>true</findbugsXmlOutput>
480 <failOnError>false</failOnError>
491 <groupId>org.apache.maven.plugins</groupId>
492 <artifactId>maven-pmd-plugin</artifactId>
493 <version>2.7.1</version>
495 <sourceEncoding>utf-8</sourceEncoding>
496 <minimumTokens>100</minimumTokens>
497 <targetJdk>1.7</targetJdk>
499 <failOnViolation>false</failOnViolation>
504 <goal>cpd-check</goal>
510 <groupId>org.apache.maven.plugins</groupId>
511 <artifactId>maven-assembly-plugin</artifactId>
512 <version>2.3</version>
515 <groupId>org.codehaus.mojo</groupId>
516 <artifactId>build-helper-maven-plugin</artifactId>
517 <version>1.7</version>
520 <groupId>org.eclipse.cbi.maven.plugins</groupId>
521 <artifactId>eclipse-jarsigner-plugin</artifactId>
522 <version>1.1.2</version>
530 <groupId>org.mockito</groupId>
531 <artifactId>mockito-core</artifactId>
532 <version>${mockito-version}</version>
536 <dependencyManagement>
539 <groupId>junit</groupId>
540 <artifactId>junit</artifactId>
541 <version>${junit-version}</version>
545 </dependencyManagement>
547 <distributionManagement>
549 <id>repo.eclipse.org</id>
550 <name>JGit Maven Repository - Releases</name>
551 <url>https://repo.eclipse.org/content/repositories/egit-releases/</url>
554 <id>repo.eclipse.org</id>
555 <name>JGit Maven Repository - Snapshots</name>
556 <url>https://repo.eclipse.org/content/repositories/egit-snapshots/</url>
557 <uniqueVersion>true</uniqueVersion>
558 </snapshotRepository>
559 </distributionManagement>