Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2015-05-06 12:50:28 +0000
committerLaurent Goubet2015-05-06 13:22:38 +0000
commit655e155130397e407fdf8f1e335acbd5da9249b4 (patch)
treea1509796cc87308cb80b80210bce62ccb9656e43 /org.eclipse.emf.compare-parent/feature-parent
parent588c97e863bb27f4ceb779bb0a4c6adedd6cea90 (diff)
downloadorg.eclipse.emf.compare-655e155130397e407fdf8f1e335acbd5da9249b4.tar.gz
org.eclipse.emf.compare-655e155130397e407fdf8f1e335acbd5da9249b4.tar.xz
org.eclipse.emf.compare-655e155130397e407fdf8f1e335acbd5da9249b4.zip
signing issues
Diffstat (limited to 'org.eclipse.emf.compare-parent/feature-parent')
-rw-r--r--org.eclipse.emf.compare-parent/feature-parent/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/org.eclipse.emf.compare-parent/feature-parent/pom.xml b/org.eclipse.emf.compare-parent/feature-parent/pom.xml
index 0d2820c71..cd0f5eff1 100644
--- a/org.eclipse.emf.compare-parent/feature-parent/pom.xml
+++ b/org.eclipse.emf.compare-parent/feature-parent/pom.xml
@@ -20,26 +20,6 @@
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-plugin</artifactId>
- <executions>
- <execution>
- <!-- Don't attach (default) metadata before the source-feature execution.-->
- <id>default-p2-metadata-default</id>
- <configuration>
- <attachP2Metadata>false</attachP2Metadata>
- </configuration>
- </execution>
- <execution>
- <id>attach-p2-metadata</id>
- <phase>package</phase>
- <goals>
- <goal>p2-metadata</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>

Back to the top