Blob Blame History Raw
diff -Naur jboss-marshalling-1.3.13.GA/osgi/pom.xml jboss-marshalling-1.3.13.GA-work/osgi/pom.xml
--- jboss-marshalling-1.3.13.GA/osgi/pom.xml	2012-03-23 05:27:08.000000000 +0100
+++ jboss-marshalling-1.3.13.GA-work/osgi/pom.xml	2012-04-21 09:36:13.440000800 +0200
@@ -63,27 +63,6 @@
     <build>
         <plugins>
             <plugin>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <createSourcesJar>true</createSourcesJar>
-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            <transformers>
-                                <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
-                                    <resource>META-INF/services/org.jboss.marshalling.ProviderDescriptor</resource>
-                                </transformer>
-                                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"/>
-                            </transformers>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <version>2.1.0</version>
diff -Naur jboss-marshalling-1.3.13.GA/pom.xml jboss-marshalling-1.3.13.GA-work/pom.xml
--- jboss-marshalling-1.3.13.GA/pom.xml	2012-03-23 05:27:08.000000000 +0100
+++ jboss-marshalling-1.3.13.GA-work/pom.xml	2012-04-21 09:35:50.340000039 +0200
@@ -43,7 +43,6 @@
         <module>api</module>
         <module>river</module>
         <module>serial</module>
-        <module>tests</module>
         <module>osgi</module>
     </modules>
 
@@ -51,18 +50,6 @@
         <pluginManagement>
             <plugins>
                 <plugin>
-                    <artifactId>maven-shade-plugin</artifactId>
-                    <version>1.4</version>
-                    <executions>
-                        <execution>
-                            <phase>package</phase>
-                            <goals>
-                                <goal>shade</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
                     <groupId>org.jboss.maven.plugins</groupId>
                     <artifactId>maven-injection-plugin</artifactId>
                     <version>1.0.2</version>