Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-12-16 07:38:42 +0000
committerUwe Stieber2012-12-16 07:38:42 +0000
commit2748f009f784d92372388259df87f7fda4aa7b94 (patch)
tree58f61f210095341f171288c2f21df9030072ff96 /admin/pom-build.xml
parent81840217d7a92228d2ef23c3a47961bb4dfb8ab0 (diff)
downloadorg.eclipse.tcf-2748f009f784d92372388259df87f7fda4aa7b94.tar.gz
org.eclipse.tcf-2748f009f784d92372388259df87f7fda4aa7b94.tar.xz
org.eclipse.tcf-2748f009f784d92372388259df87f7fda4aa7b94.zip
Tycho: Packed artifacts still not included in repository result
Diffstat (limited to 'admin/pom-build.xml')
-rw-r--r--admin/pom-build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/pom-build.xml b/admin/pom-build.xml
index d569ac0aa..953c9456a 100644
--- a/admin/pom-build.xml
+++ b/admin/pom-build.xml
@@ -43,18 +43,22 @@
<!-- See http://wiki.eclipse.org/Platform-releng/Platform_Build#Building for details -->
<build>
<plugins>
+<!--
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId>
</plugin>
+-->
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
</plugin>
+<!--
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId>
</plugin>
+-->
</plugins>
</build>
</profile>

Back to the top