Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2013-09-20 12:22:25 +0000
committerLaurent Goubet2013-10-03 12:38:19 +0000
commit904341a8f764b5ef8a68d8727ea398f1b64d4a82 (patch)
tree264f1fe7ab9f976fee5e5800d99a04bdc10a81a0
parent795b14c7ed50c99ebfb9985c36be5f511cb40918 (diff)
downloadorg.eclipse.emf.compare-904341a8f764b5ef8a68d8727ea398f1b64d4a82.tar.gz
org.eclipse.emf.compare-904341a8f764b5ef8a68d8727ea398f1b64d4a82.tar.xz
org.eclipse.emf.compare-904341a8f764b5ef8a68d8727ea398f1b64d4a82.zip
Disabling maven descriptor (see also 401040)
-rw-r--r--org.eclipse.emf.compare-parent/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.emf.compare-parent/pom.xml b/org.eclipse.emf.compare-parent/pom.xml
index 277790133..2b25acd7f 100644
--- a/org.eclipse.emf.compare-parent/pom.xml
+++ b/org.eclipse.emf.compare-parent/pom.xml
@@ -149,6 +149,11 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho-version}</version>
+ <configuration>
+ <archive>
+ <addMavenDescriptor>false</addMavenDescriptor>
+ </archive>
+ </configuration>
<executions>
<execution>
<id>plugin-source</id>
@@ -162,6 +167,11 @@
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<version>${tycho-extras-version}</version>
+ <configuration>
+ <archive>
+ <addMavenDescriptor>false</addMavenDescriptor>
+ </archive>
+ </configuration>
<executions>
<execution>
<id>source-feature</id>

Back to the top