Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-02-13 14:23:56 +0000
committerChristian W. Damus2016-02-13 15:03:01 +0000
commitf050d4119a2316b27588076d4fc90152773fc019 (patch)
treecc86e0e017996eb1f2c8e0e9d5813305c7c2b07f /plugins/developer/org.eclipse.papyrus.releng.tools
parentc3854bd27780a28c10f07d31fd287848dd6c0bb5 (diff)
downloadorg.eclipse.papyrus-f050d4119a2316b27588076d4fc90152773fc019.tar.gz
org.eclipse.papyrus-f050d4119a2316b27588076d4fc90152773fc019.tar.xz
org.eclipse.papyrus-f050d4119a2316b27588076d4fc90152773fc019.zip
Bug 485220: [Architecture] Provide a more modular architecture
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Fix build failure to resolve bundles in referenced p2 repositories by restoring the missing <groupId> elements in the POMs which, as it turns out, are not inherited from the parent module, despite what the m2e validator says. Change-Id: I62dacc9c70c940d28c3c02e1e35c8f874a7d3df0
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.releng.tools')
-rw-r--r--plugins/developer/org.eclipse.papyrus.releng.tools/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.releng.tools/pom.xml b/plugins/developer/org.eclipse.papyrus.releng.tools/pom.xml
index e85e58d2cb4..8118f317c6d 100644
--- a/plugins/developer/org.eclipse.papyrus.releng.tools/pom.xml
+++ b/plugins/developer/org.eclipse.papyrus.releng.tools/pom.xml
@@ -11,4 +11,4 @@
<groupId>org.eclipse.papyrus</groupId>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-</project> \ No newline at end of file
+</project>

Back to the top