Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Barbero2017-04-13 19:53:01 +0000
committerMarkus Knauer2017-05-25 08:22:42 +0000
commitbc906afda5154632ee4c001b1e9a6774f0896739 (patch)
treec1154045029711543d8a0aa214ed38346b890736 /packages/org.eclipse.epp.package.cpp.feature/pom.xml
parent4034f1da6cc7fca9e0ef2bdcdc5ecdaa3f8e9976 (diff)
downloadorg.eclipse.epp.packages-bc906afda5154632ee4c001b1e9a6774f0896739.tar.gz
org.eclipse.epp.packages-bc906afda5154632ee4c001b1e9a6774f0896739.tar.xz
org.eclipse.epp.packages-bc906afda5154632ee4c001b1e9a6774f0896739.zip
Bug 515269 - Define parent pom for bundles and features
Factorize <build> and <profiles> sections that only apply to eclipse-plugin and eclipse-feature packaging types. Also create an intermediate parent for bundle-parent and feature-parent to group what is common to both (e.g. jar signing). Change-Id: Ie342053cb6975f227cb631dc405b25bc03c6cba6 Signed-off-by: Mikael Barbero <mikael@eclipse.org>
Diffstat (limited to 'packages/org.eclipse.epp.package.cpp.feature/pom.xml')
-rw-r--r--packages/org.eclipse.epp.package.cpp.feature/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.cpp.feature/pom.xml b/packages/org.eclipse.epp.package.cpp.feature/pom.xml
index a916ccd9..dbe0f1f5 100644
--- a/packages/org.eclipse.epp.package.cpp.feature/pom.xml
+++ b/packages/org.eclipse.epp.package.cpp.feature/pom.xml
@@ -10,6 +10,7 @@
Igor Fedorenko - initial implementation
Thanh Ha (Eclipse Foundation) - initial implementation
EclipseSource - ongoing development
+ Mikael Barbero (Eclipse Foundation) - clean-up and parent factorization
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
@@ -19,9 +20,9 @@
<parent>
<groupId>org.eclipse.epp</groupId>
- <artifactId>org.eclipse.epp-parent</artifactId>
+ <artifactId>org.eclipse.epp-feature-parent</artifactId>
<version>4.7.0-SNAPSHOT</version>
- <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/feature</relativePath>
</parent>
<artifactId>org.eclipse.epp.package.cpp.feature</artifactId>

Back to the top