Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 536c1f83478adb0fc18737c2020e04ae > files > 1

jbosgi-framework-1.1.8-5.mga3.src.rpm

From 1b0bdd18100cb41b8649070bb8429796926b39e3 Mon Sep 17 00:00:00 2001
From: Marek Goldmann <goldmann@fedoraproject.org>
Date: Mon, 11 Jun 2012 13:06:07 +0200
Subject: [PATCH 1/2] Disable assembly plugin

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

diff --git a/core/pom.xml b/core/pom.xml
index 10639e5..b5680a4 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -98,26 +98,6 @@
     <build>
         <plugins>
             <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>modules</id>
-                        <phase>test-compile</phase>
-                        <goals>
-                            <goal>directory-single</goal>
-                        </goals>
-                        <configuration>
-                            <finalName>test-modules</finalName>
-                            <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
-                            <appendAssemblyId>false</appendAssemblyId>
-                            <descriptors>
-                                <descriptor>scripts/assembly-modules.xml</descriptor>
-                            </descriptors>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <systemPropertyVariables>
-- 
1.7.10.2