Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-02-05 22:49:32 +0000
committerCamilo Bernal2013-02-06 15:36:23 +0000
commit1b02657b98b00968cd05834d5b3a94d6d85017a5 (patch)
tree4da72f01fa467245b5df572c6bf81c9513891718 /libhover
parent0d932ae10c3b8a5a7618afed883435661e5099ab (diff)
downloadorg.eclipse.linuxtools-1b02657b98b00968cd05834d5b3a94d6d85017a5.tar.gz
org.eclipse.linuxtools-1b02657b98b00968cd05834d5b3a94d6d85017a5.tar.xz
org.eclipse.linuxtools-1b02657b98b00968cd05834d5b3a94d6d85017a5.zip
Remove maven assembly plugin configs.
The plugins are more interconnected now and that results in separate tarballs not being useful separately. CGit also provides tarballs for the the entire project. Noone objected to this on the mailing list. Change-Id: Idff1e6a380ca1af6116935faaebd79748e8983ee Reviewed-on: https://git.eclipse.org/r/10190 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
Diffstat (limited to 'libhover')
-rw-r--r--libhover/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/libhover/pom.xml b/libhover/pom.xml
index b67f212ff5..966663aa5f 100644
--- a/libhover/pom.xml
+++ b/libhover/pom.xml
@@ -43,19 +43,6 @@
</comments>
</license>
</licenses>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>../src.xml</descriptor>
- </descriptors>
- </configuration>
- </plugin>
- </plugins>
- </build>
<modules>

Back to the top