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 2.0
9 which accompanies this distribution, and is available at
10 https://www.eclipse.org/legal/epl-2.0/
12 SPDX-License-Identifier: EPL-2.0
15 <project xmlns="http://maven.apache.org/POM/4.0.0"
16 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18 <modelVersion>4.0.0</modelVersion>
20 <groupId>org.eclipse.egit</groupId>
21 <artifactId>egit-parent</artifactId>
22 <version>6.2.0-SNAPSHOT</version>
23 <packaging>pom</packaging>
25 <name>EGit Parent</name>
29 <name>egit-dev Mailing List</name>
30 <post>egit-dev@eclipse.org</post>
31 <subscribe>https://dev.eclipse.org/mailman/listinfo/egit-dev</subscribe>
32 <unsubscribe>https://dev.eclipse.org/mailman/listinfo/egit-dev</unsubscribe>
33 <archive>https://dev.eclipse.org/mhonarc/lists/egit-dev</archive>
37 <name>GIT Mailing List</name>
38 <post>git@vger.kernel.org</post>
39 <archive>https://marc.info/?l=git</archive>
44 <url>https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;product=EGit;classification=Technology</url>
45 <system>Bugzilla</system>
50 <name>Eclipse Public License 2.0</name>
52 All rights reserved. This program and the accompanying materials
53 are made available under the terms of the Eclipse Public License 2.0
54 which accompanies this distribution, and is available at
55 https://www.eclipse.org/legal/epl-2.0/
57 SPDX-License-Identifier: EPL-2.0
63 <maven-version-minimum>3.6.3</maven-version-minimum>
64 <egit-version>6.2.0-SNAPSHOT</egit-version>
65 <tycho-version>2.7.0</tycho-version>
66 <tycho-extras-version>${tycho-version}</tycho-extras-version>
67 <java-version>11</java-version>
68 <ecj-version>3.27.0</ecj-version>
69 <spotbugs-maven-plugin-version>4.4.1</spotbugs-maven-plugin-version>
70 <jgit-site>file:/${basedir}/../../jgit/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/target/repository</jgit-site>
71 <license-site>https://download.eclipse.org/cbi/updates/license</license-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.17</target-platform>
75 <tycho.scmUrl>scm:git:https://git.eclipse.org/r/egit/egit.git</tycho.scmUrl>
76 <egit.test.tmpdir></egit.test.tmpdir>
77 <test.vmparams></test.vmparams>
78 <coretest.vmparams>-Degit.test.tmpdir=${egit.test.tmpdir}</coretest.vmparams>
79 <uitest.vmparams>-Degit.test.tmpdir=${egit.test.tmpdir} -Dorg.eclipse.swtbot.search.timeout=30000 -Dorg.eclipse.swtbot.screenshots.dir=target/screenshots -Xmx1024m</uitest.vmparams>
80 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
81 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
86 <id>static-checks</id>
90 <groupId>com.github.spotbugs</groupId>
91 <artifactId>spotbugs-maven-plugin</artifactId>
94 <groupId>org.apache.maven.plugins</groupId>
95 <artifactId>maven-pmd-plugin</artifactId>
101 <id>eclipse-sign</id>
105 <groupId>org.eclipse.tycho</groupId>
106 <artifactId>target-platform-configuration</artifactId>
108 <includePackedArtifacts>true</includePackedArtifacts>
112 <groupId>org.eclipse.cbi.maven.plugins</groupId>
113 <artifactId>eclipse-jarsigner-plugin</artifactId>
120 <phase>verify</phase>
125 <groupId>org.eclipse.tycho</groupId>
126 <artifactId>tycho-p2-plugin</artifactId>
131 <goal>p2-metadata</goal>
133 <phase>verify</phase>
137 <defaultP2Metadata>false</defaultP2Metadata>
147 <name>mac os x</name>
152 <ui.test.vmargs>${test.vmparams} ${uitest.vmparams} -XstartOnFirstThread</ui.test.vmargs>
160 <family>!mac</family>
164 <ui.test.vmargs>${test.vmparams} ${uitest.vmparams}</ui.test.vmargs>
170 <module>org.eclipse.egit.target</module>
172 <module>org.eclipse.egit</module>
173 <module>org.eclipse.egit.core</module>
174 <module>org.eclipse.egit.ui</module>
176 <module>org.eclipse.egit.mylyn.ui</module>
177 <module>org.eclipse.egit.mylyn-feature</module>
179 <module>org.eclipse.egit.doc</module>
180 <module>org.eclipse.egit-feature</module>
182 <module>org.eclipse.egit.gitflow-feature</module>
183 <module>org.eclipse.egit.gitflow</module>
184 <module>org.eclipse.egit.gitflow.ui</module>
185 <module>org.eclipse.egit.gitflow.test</module>
187 <module>org.eclipse.egit.source-feature</module>
189 <module>org.eclipse.egit.repository</module>
191 <module>org.eclipse.egit.core.junit</module>
192 <module>org.eclipse.egit.core.test</module>
193 <module>org.eclipse.egit.ui.test</module>
194 <module>org.eclipse.egit.mylyn.ui.test</module>
199 <id>repo.eclipse.org.cbi-releases</id>
200 <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
203 <id>repo.eclipse.org.cbi-snapshots</id>
204 <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url>
207 <id>repo.eclipse.org.dash-releases</id>
208 <url>https://repo.eclipse.org/content/repositories/dash-licenses-releases/</url>
211 <id>repo.eclipse.org.dash-snapshots</id>
212 <url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url>
214 </pluginRepositories>
220 <url>${jgit-site}</url>
223 <id>eclipse.license</id>
225 <url>${license-site}</url>
232 <groupId>org.apache.maven.plugins</groupId>
233 <artifactId>maven-enforcer-plugin</artifactId>
236 <id>enforce-maven</id>
242 <requireMavenVersion>
243 <version>${maven-version-minimum}</version>
244 </requireMavenVersion>
251 <groupId>org.eclipse.tycho</groupId>
252 <artifactId>tycho-maven-plugin</artifactId>
253 <extensions>true</extensions>
256 <groupId>org.eclipse.tycho</groupId>
257 <artifactId>target-platform-configuration</artifactId>
260 <file>${project.basedir}/../org.eclipse.egit.target/${target-platform}.target</file>
262 <resolver>p2</resolver>
263 <pomDependencies>consider</pomDependencies>
286 <!-- Tycho plugins -->
288 <groupId>org.eclipse.tycho</groupId>
289 <artifactId>tycho-compiler-plugin</artifactId>
290 <version>${tycho-version}</version>
292 <encoding>UTF-8</encoding>
293 <release>${java-version}</release>
294 <!-- Do not use useProjectSettings; it'll always override -nowarn -->
295 <useProjectSettings>false</useProjectSettings>
297 <arg>-properties</arg>
298 <arg>${project.basedir}/.settings/org.eclipse.jdt.core.prefs</arg>
304 <groupId>org.eclipse.jdt</groupId>
305 <artifactId>ecj</artifactId>
306 <version>${ecj-version}</version>
311 <groupId>org.eclipse.tycho</groupId>
312 <artifactId>tycho-source-plugin</artifactId>
313 <version>${tycho-version}</version>
316 <id>attach-source</id>
318 <goal>plugin-source</goal>
324 <groupId>org.eclipse.tycho</groupId>
325 <artifactId>tycho-packaging-plugin</artifactId>
326 <version>${tycho-version}</version>
329 <generate>true</generate>
334 <groupId>org.eclipse.tycho.extras</groupId>
335 <artifactId>tycho-sourceref-jgit</artifactId>
336 <version>${tycho-extras-version}</version>
341 <groupId>org.eclipse.tycho</groupId>
342 <artifactId>tycho-surefire-plugin</artifactId>
343 <version>${tycho-version}</version>
345 <trimStackTrace>false</trimStackTrace>
346 <useJDK>BREE</useJDK>
350 <groupId>org.eclipse.tycho</groupId>
351 <artifactId>tycho-maven-plugin</artifactId>
352 <version>${tycho-version}</version>
355 <groupId>org.eclipse.tycho</groupId>
356 <artifactId>target-platform-configuration</artifactId>
357 <version>${tycho-version}</version>
360 <groupId>org.eclipse.tycho</groupId>
361 <artifactId>tycho-p2-plugin</artifactId>
362 <version>${tycho-version}</version>
365 <groupId>org.eclipse.tycho</groupId>
366 <artifactId>tycho-p2-publisher-plugin</artifactId>
367 <version>${tycho-version}</version>
370 <groupId>org.eclipse.tycho</groupId>
371 <artifactId>tycho-p2-repository-plugin</artifactId>
372 <version>${tycho-version}</version>
374 <!-- other plugins -->
376 <groupId>org.apache.maven.plugins</groupId>
377 <artifactId>maven-enforcer-plugin</artifactId>
378 <version>3.0.0-M3</version>
381 <groupId>org.apache.maven.plugins</groupId>
382 <artifactId>maven-antrun-plugin</artifactId>
383 <version>1.8</version>
386 <groupId>com.github.spotbugs</groupId>
387 <artifactId>spotbugs-maven-plugin</artifactId>
388 <version>${spotbugs-maven-plugin-version}</version>
390 <excludeFilterFile>${project.basedir}/../spotbugs-excludes.xml</excludeFilterFile>
391 <xmlOutput>true</xmlOutput>
392 <failOnError>false</failOnError>
403 <groupId>org.apache.maven.plugins</groupId>
404 <artifactId>maven-pmd-plugin</artifactId>
405 <version>3.15.0</version>
407 <sourceEncoding>utf-8</sourceEncoding>
408 <minimumTokens>100</minimumTokens>
409 <targetJdk>${java-version}</targetJdk>
411 <failOnViolation>false</failOnViolation>
412 <linkXRef>false</linkXRef>
417 <goal>cpd-check</goal>
423 <groupId>org.apache.maven.plugins</groupId>
424 <artifactId>maven-assembly-plugin</artifactId>
425 <version>3.2.0</version>
428 <groupId>org.eclipse.cbi.maven.plugins</groupId>
429 <artifactId>eclipse-jarsigner-plugin</artifactId>
430 <version>1.3.2</version>
436 <distributionManagement>
438 <id>repo.eclipse.org</id>
439 <name>EGit Maven Repository - Releases</name>
440 <url>https://repo.eclipse.org/content/repositories/egit-releases/</url>
443 <id>repo.eclipse.org</id>
444 <name>EGit Maven Repository - Snapshots</name>
445 <url>https://repo.eclipse.org/content/repositories/egit-snapshots/</url>
446 <uniqueVersion>true</uniqueVersion>
447 </snapshotRepository>
448 </distributionManagement>