Remove maven assembly plugin configs.
authorAlexander Kurtakov <akurtako@redhat.com>
Tue, 5 Feb 2013 22:49:32 +0000 (00:49 +0200)
committerCamilo Bernal <cabernal@redhat.com>
Wed, 6 Feb 2013 15:36:23 +0000 (10:36 -0500)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index e771632920b7910f870ff2d7c3b0207c8853d1ed..186f52eb0ab7a069b5ab2b4ffcd1f27ad8e832fb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        
 </profiles>
 
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptors>
-            <descriptor>../src.xml</descriptor>
-          </descriptors>
-        </configuration>
-      </plugin>
-
-    </plugins>
-  </build>
-
   <modules>
     <module>org.eclipse.linuxtools.ctf</module>
     <module>org.eclipse.linuxtools.ctf.core</module>
This page took 0.025893 seconds and 5 git commands to generate.