Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2018-02-08 09:23:13 +0000
committerMat Booth2018-02-08 09:23:27 +0000
commitdf2339130c1586f470baeb78936ee2379ddb8cd1 (patch)
treeda096ad37188c35de7eb90548ecc1c3cabe3488d /eclipse-platform-parent/pom.xml
parent73a677edbdfbf65e5502ec741846ab969f815039 (diff)
downloadeclipse.platform.releng.aggregator-df2339130c1586f470baeb78936ee2379ddb8cd1.tar.gz
eclipse.platform.releng.aggregator-df2339130c1586f470baeb78936ee2379ddb8cd1.tar.xz
eclipse.platform.releng.aggregator-df2339130c1586f470baeb78936ee2379ddb8cd1.zip
Bug 530873 - Add metadata to the parent pom that may be used by maven plugins
Change-Id: I62bf6a878873e4fdd39e4c1def62e261936f8d34 Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 02fee55dd..061d96763 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -162,6 +162,16 @@
</properties>
+ <organization>
+ <name>Eclipse Foundation</name>
+ <url>https://www.eclipse.org/</url>
+ </organization>
+
+ <issueManagement>
+ <system>Bugzilla</system>
+ <url>https://bugs.eclipse.org/bugs/</url>
+ </issueManagement>
+
<distributionManagement>
<repository>
<id>repo.eclipse.org</id>

Back to the top