Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > aef04f5ecc9af4bc34e980359a06850f > files > 3

arquillian-osgi-1.0.2-4.mga3.src.rpm

From 25ca3beb766bc57ebb35cbbf9034eb82ce08ad13 Mon Sep 17 00:00:00 2001
From: Marek Goldmann <goldmann@fedoraproject.org>
Date: Mon, 11 Jun 2012 13:26:33 +0200
Subject: [PATCH 3/4] Disable assembly plugin

---
 container-embedded/pom.xml |   20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/container-embedded/pom.xml b/container-embedded/pom.xml
index b0239a7..4447448 100644
--- a/container-embedded/pom.xml
+++ b/container-embedded/pom.xml
@@ -24,26 +24,6 @@
     <build>
         <plugins>
             <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>bundles</id>
-                        <phase>test-compile</phase>
-                        <goals>
-                            <goal>directory-single</goal>
-                        </goals>
-                        <configuration>
-                            <finalName>test-libs</finalName>
-                            <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
-                            <appendAssemblyId>false</appendAssemblyId>
-                            <descriptors>
-                                <descriptor>scripts/assembly-bundles.xml</descriptor>
-                            </descriptors>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <artifactId>maven-jar-plugin</artifactId>
                 <executions>
                     <execution>
-- 
1.7.10.2