Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2016-05-11 09:57:08 +0000
committerFrancois Le Fevre2016-05-11 09:57:34 +0000
commit4e9b75abe1631b70026075a28467fdfb2230c404 (patch)
tree440312961c8551f0afebad2eefcaaa4d0052e7f7
parent5ff76286aa74a11eca46ef08558b2a46ee91648f (diff)
downloadorg.eclipse.papyrus-robotml-4e9b75abe1631b70026075a28467fdfb2230c404.tar.gz
org.eclipse.papyrus-robotml-4e9b75abe1631b70026075a28467fdfb2230c404.tar.xz
org.eclipse.papyrus-robotml-4e9b75abe1631b70026075a28467fdfb2230c404.zip
Bug 493342 - [RobotML][nexus] need to remove the p2metadata
Change-Id: I0fd54d2d177c09d22cf415afcdea8dd8ad47bcc4 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8aeb084..911084c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -297,6 +297,9 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <defaultP2Metadata>false</defaultP2Metadata>
+ </configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>

Back to the top