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>5.1.1-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>http://dev.eclipse.org/mhonarc/lists/egit-dev</archive>
37 <name>GIT Mailing List</name>
38 <post>git@vger.kernel.org</post>
39 <archive>http://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 <egit-version>5.1.1-SNAPSHOT</egit-version>
64 <tycho-version>1.2.0</tycho-version>
65 <tycho-extras-version>${tycho-version}</tycho-extras-version>
66 <jboss-tycho-plugins-version>1.1.0</jboss-tycho-plugins-version>
67 <mockito-version>1.8.4</mockito-version>
68 <spotbugs-maven-plugin-version>3.1.6</spotbugs-maven-plugin-version>
69 <jgit-site>file:/${basedir}/../../jgit/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/target/repository</jgit-site>
70 <license-site>http://download.eclipse.org/cbi/updates/license</license-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.6</target-platform>
74 <tycho.scmUrl>scm:git:https://git.eclipse.org/r/egit/egit.git</tycho.scmUrl>
75 <test.vmparams></test.vmparams>
76 <coretest.vmparams></coretest.vmparams>
77 <uitest.vmparams>-Dorg.eclipse.swtbot.search.timeout=30000 -Dorg.eclipse.swtbot.screenshots.dir=target/screenshots -Xmx1024m</uitest.vmparams>
82 <id>static-checks</id>
86 <groupId>com.github.spotbugs</groupId>
87 <artifactId>spotbugs-maven-plugin</artifactId>
90 <groupId>org.apache.maven.plugins</groupId>
91 <artifactId>maven-pmd-plugin</artifactId>
101 <groupId>org.eclipse.tycho</groupId>
102 <artifactId>target-platform-configuration</artifactId>
104 <includePackedArtifacts>true</includePackedArtifacts>
108 <groupId>org.eclipse.tycho.extras</groupId>
109 <artifactId>tycho-pack200a-plugin</artifactId>
112 <id>pack200-normalize</id>
114 <goal>normalize</goal>
116 <phase>verify</phase>
121 <groupId>org.eclipse.cbi.maven.plugins</groupId>
122 <artifactId>eclipse-jarsigner-plugin</artifactId>
129 <phase>verify</phase>
134 <groupId>org.eclipse.tycho.extras</groupId>
135 <artifactId>tycho-pack200b-plugin</artifactId>
138 <id>pack200-pack</id>
142 <phase>verify</phase>
147 <groupId>org.eclipse.tycho</groupId>
148 <artifactId>tycho-p2-plugin</artifactId>
153 <goal>p2-metadata</goal>
155 <phase>verify</phase>
159 <defaultP2Metadata>false</defaultP2Metadata>
166 <id>eclipse-pack</id>
170 <groupId>org.eclipse.tycho</groupId>
171 <artifactId>target-platform-configuration</artifactId>
173 <includePackedArtifacts>true</includePackedArtifacts>
177 <groupId>org.eclipse.tycho.extras</groupId>
178 <artifactId>tycho-pack200a-plugin</artifactId>
181 <id>pack200-normalize</id>
183 <goal>normalize</goal>
189 <groupId>org.eclipse.tycho.extras</groupId>
190 <artifactId>tycho-pack200b-plugin</artifactId>
193 <id>pack200-pack</id>
201 <groupId>org.eclipse.tycho</groupId>
202 <artifactId>tycho-p2-plugin</artifactId>
207 <goal>p2-metadata</goal>
209 <phase>package</phase>
213 <defaultP2Metadata>false</defaultP2Metadata>
223 <name>mac os x</name>
228 <ui.test.vmargs>${test.vmparams} ${uitest.vmparams} -XstartOnFirstThread</ui.test.vmargs>
236 <family>!mac</family>
240 <ui.test.vmargs>${test.vmparams} ${uitest.vmparams}</ui.test.vmargs>
246 <module>org.eclipse.egit.target</module>
248 <module>org.eclipse.egit</module>
249 <module>org.eclipse.egit.core</module>
250 <module>org.eclipse.egit.ui</module>
252 <module>org.eclipse.egit.ui.smartimport</module>
254 <module>org.eclipse.egit.mylyn.ui</module>
255 <module>org.eclipse.egit.mylyn-feature</module>
257 <module>org.eclipse.egit.doc</module>
258 <module>org.eclipse.egit-feature</module>
260 <module>org.eclipse.egit.gitflow-feature</module>
261 <module>org.eclipse.egit.gitflow</module>
262 <module>org.eclipse.egit.gitflow.ui</module>
263 <module>org.eclipse.egit.gitflow.test</module>
265 <module>org.eclipse.egit.source-feature</module>
267 <module>org.eclipse.egit.repository</module>
269 <module>org.eclipse.egit.core.test</module>
270 <module>org.eclipse.egit.ui.test</module>
271 <module>org.eclipse.egit.mylyn.ui.test</module>
272 <module>org.eclipse.egit.ui.importer.tests</module>
278 <id>repo.eclipse.org.cbi-releases</id>
279 <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
282 <id>repo.eclipse.org.cbi-snapshots</id>
283 <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url>
285 </pluginRepositories>
291 <url>${jgit-site}</url>
294 <id>eclipse.license</id>
296 <url>${license-site}</url>
303 <groupId>org.apache.maven.plugins</groupId>
304 <artifactId>maven-enforcer-plugin</artifactId>
305 <version>3.0.0-M1</version>
308 <id>enforce-maven</id>
314 <requireMavenVersion>
315 <version>3.5.2</version>
316 </requireMavenVersion>
323 <groupId>org.eclipse.tycho</groupId>
324 <artifactId>tycho-maven-plugin</artifactId>
325 <extensions>true</extensions>
328 <groupId>org.eclipse.tycho</groupId>
329 <artifactId>target-platform-configuration</artifactId>
333 <groupId>org.eclipse.egit</groupId>
334 <artifactId>org.eclipse.egit.target</artifactId>
335 <version>${egit-version}</version>
336 <classifier>${target-platform}</classifier>
339 <resolver>p2</resolver>
340 <pomDependencies>consider</pomDependencies>
373 <!-- Tycho plugins -->
375 <groupId>org.eclipse.tycho</groupId>
376 <artifactId>tycho-compiler-plugin</artifactId>
377 <version>${tycho-version}</version>
379 <encoding>UTF-8</encoding>
382 <!-- Do not use useProjectSettings; it'll always override -nowarn -->
383 <useProjectSettings>false</useProjectSettings>
385 <arg>-properties</arg>
386 <arg>${project.basedir}/.settings/org.eclipse.jdt.core.prefs</arg>
392 <groupId>org.eclipse.tycho</groupId>
393 <artifactId>tycho-source-plugin</artifactId>
394 <version>${tycho-version}</version>
397 <id>attach-source</id>
399 <goal>plugin-source</goal>
405 <groupId>org.eclipse.tycho</groupId>
406 <artifactId>tycho-packaging-plugin</artifactId>
407 <version>${tycho-version}</version>
410 <generate>true</generate>
415 <groupId>org.eclipse.tycho.extras</groupId>
416 <artifactId>tycho-sourceref-jgit</artifactId>
417 <version>${tycho-extras-version}</version>
422 <groupId>org.eclipse.tycho</groupId>
423 <artifactId>tycho-surefire-plugin</artifactId>
424 <version>${tycho-version}</version>
427 <groupId>org.eclipse.tycho</groupId>
428 <artifactId>tycho-maven-plugin</artifactId>
429 <version>${tycho-version}</version>
432 <groupId>org.eclipse.tycho</groupId>
433 <artifactId>target-platform-configuration</artifactId>
434 <version>${tycho-version}</version>
437 <groupId>org.eclipse.tycho</groupId>
438 <artifactId>tycho-p2-plugin</artifactId>
439 <version>${tycho-version}</version>
442 <groupId>org.eclipse.tycho.extras</groupId>
443 <artifactId>tycho-pack200a-plugin</artifactId>
444 <version>${tycho-extras-version}</version>
447 <groupId>org.eclipse.tycho.extras</groupId>
448 <artifactId>tycho-pack200b-plugin</artifactId>
449 <version>${tycho-extras-version}</version>
452 <groupId>org.jboss.tools.tycho-plugins</groupId>
453 <artifactId>repository-utils</artifactId>
454 <version>${jboss-tycho-plugins-version}</version>
456 <!-- other plugins -->
458 <groupId>org.apache.maven.plugins</groupId>
459 <artifactId>maven-resources-plugin</artifactId>
460 <version>3.1.0</version>
462 <encoding>ISO-8859-1</encoding>
466 <groupId>org.apache.maven.plugins</groupId>
467 <artifactId>maven-antrun-plugin</artifactId>
468 <version>1.8</version>
471 <groupId>com.github.spotbugs</groupId>
472 <artifactId>spotbugs-maven-plugin</artifactId>
473 <version>${spotbugs-maven-plugin-version}</version>
475 <xmlOutput>true</xmlOutput>
476 <failOnError>false</failOnError>
487 <groupId>org.apache.maven.plugins</groupId>
488 <artifactId>maven-pmd-plugin</artifactId>
489 <version>3.10.0</version>
491 <sourceEncoding>utf-8</sourceEncoding>
492 <minimumTokens>100</minimumTokens>
493 <targetJdk>1.8</targetJdk>
495 <failOnViolation>false</failOnViolation>
500 <goal>cpd-check</goal>
506 <groupId>org.apache.maven.plugins</groupId>
507 <artifactId>maven-assembly-plugin</artifactId>
508 <version>3.1.0</version>
511 <groupId>org.codehaus.mojo</groupId>
512 <artifactId>build-helper-maven-plugin</artifactId>
513 <version>3.0.0</version>
516 <groupId>org.eclipse.cbi.maven.plugins</groupId>
517 <artifactId>eclipse-jarsigner-plugin</artifactId>
518 <version>1.1.5</version>
526 <groupId>org.mockito</groupId>
527 <artifactId>mockito-core</artifactId>
528 <version>${mockito-version}</version>
532 <distributionManagement>
534 <id>repo.eclipse.org</id>
535 <name>JGit Maven Repository - Releases</name>
536 <url>https://repo.eclipse.org/content/repositories/egit-releases/</url>
539 <id>repo.eclipse.org</id>
540 <name>JGit Maven Repository - Snapshots</name>
541 <url>https://repo.eclipse.org/content/repositories/egit-snapshots/</url>
542 <uniqueVersion>true</uniqueVersion>
543 </snapshotRepository>
544 </distributionManagement>