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/facet/org.eclipse.papyrus.emf.facet.util.pde.core
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/facet/org.eclipse.papyrus.emf.facet.util.pde.core')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml
index 583d84b7c8f..f6a68c97bb8 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml
@@ -7,6 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.emf.facet.util.pde.core</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
<version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top