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.1.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.1.0-SNAPSHOT</egit-version>
65 <tycho-version>2.5.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>
261 <groupId>org.eclipse.egit</groupId>
262 <artifactId>org.eclipse.egit.target</artifactId>
263 <version>${egit-version}</version>
264 <classifier>${target-platform}</classifier>
267 <resolver>p2</resolver>
268 <pomDependencies>consider</pomDependencies>
291 <!-- Tycho plugins -->
293 <groupId>org.eclipse.tycho</groupId>
294 <artifactId>tycho-compiler-plugin</artifactId>
295 <version>${tycho-version}</version>
297 <encoding>UTF-8</encoding>
298 <release>${java-version}</release>
299 <!-- Do not use useProjectSettings; it'll always override -nowarn -->
300 <useProjectSettings>false</useProjectSettings>
302 <arg>-properties</arg>
303 <arg>${project.basedir}/.settings/org.eclipse.jdt.core.prefs</arg>
309 <groupId>org.eclipse.jdt</groupId>
310 <artifactId>ecj</artifactId>
311 <version>${ecj-version}</version>
316 <groupId>org.eclipse.tycho</groupId>
317 <artifactId>tycho-source-plugin</artifactId>
318 <version>${tycho-version}</version>
321 <id>attach-source</id>
323 <goal>plugin-source</goal>
329 <groupId>org.eclipse.tycho</groupId>
330 <artifactId>tycho-packaging-plugin</artifactId>
331 <version>${tycho-version}</version>
334 <generate>true</generate>
339 <groupId>org.eclipse.tycho.extras</groupId>
340 <artifactId>tycho-sourceref-jgit</artifactId>
341 <version>${tycho-extras-version}</version>
346 <groupId>org.eclipse.tycho</groupId>
347 <artifactId>tycho-surefire-plugin</artifactId>
348 <version>${tycho-version}</version>
350 <trimStackTrace>false</trimStackTrace>
351 <useJDK>BREE</useJDK>
355 <groupId>org.eclipse.tycho</groupId>
356 <artifactId>tycho-maven-plugin</artifactId>
357 <version>${tycho-version}</version>
360 <groupId>org.eclipse.tycho</groupId>
361 <artifactId>target-platform-configuration</artifactId>
362 <version>${tycho-version}</version>
365 <groupId>org.eclipse.tycho</groupId>
366 <artifactId>tycho-p2-plugin</artifactId>
367 <version>${tycho-version}</version>
370 <groupId>org.eclipse.tycho</groupId>
371 <artifactId>tycho-p2-publisher-plugin</artifactId>
372 <version>${tycho-version}</version>
375 <groupId>org.eclipse.tycho</groupId>
376 <artifactId>tycho-p2-repository-plugin</artifactId>
377 <version>${tycho-version}</version>
379 <!-- other plugins -->
381 <groupId>org.apache.maven.plugins</groupId>
382 <artifactId>maven-enforcer-plugin</artifactId>
383 <version>3.0.0-M3</version>
386 <groupId>org.apache.maven.plugins</groupId>
387 <artifactId>maven-antrun-plugin</artifactId>
388 <version>1.8</version>
391 <groupId>com.github.spotbugs</groupId>
392 <artifactId>spotbugs-maven-plugin</artifactId>
393 <version>${spotbugs-maven-plugin-version}</version>
395 <excludeFilterFile>${project.basedir}/../spotbugs-excludes.xml</excludeFilterFile>
396 <xmlOutput>true</xmlOutput>
397 <failOnError>false</failOnError>
408 <groupId>org.apache.maven.plugins</groupId>
409 <artifactId>maven-pmd-plugin</artifactId>
410 <version>3.15.0</version>
412 <sourceEncoding>utf-8</sourceEncoding>
413 <minimumTokens>100</minimumTokens>
414 <targetJdk>${java-version}</targetJdk>
416 <failOnViolation>false</failOnViolation>
417 <linkXRef>false</linkXRef>
422 <goal>cpd-check</goal>
428 <groupId>org.apache.maven.plugins</groupId>
429 <artifactId>maven-assembly-plugin</artifactId>
430 <version>3.2.0</version>
433 <groupId>org.codehaus.mojo</groupId>
434 <artifactId>build-helper-maven-plugin</artifactId>
435 <version>3.0.0</version>
438 <groupId>org.eclipse.cbi.maven.plugins</groupId>
439 <artifactId>eclipse-jarsigner-plugin</artifactId>
440 <version>1.3.2</version>
446 <distributionManagement>
448 <id>repo.eclipse.org</id>
449 <name>EGit Maven Repository - Releases</name>
450 <url>https://repo.eclipse.org/content/repositories/egit-releases/</url>
453 <id>repo.eclipse.org</id>
454 <name>EGit Maven Repository - Snapshots</name>
455 <url>https://repo.eclipse.org/content/repositories/egit-snapshots/</url>
456 <uniqueVersion>true</uniqueVersion>
457 </snapshotRepository>
458 </distributionManagement>