Blob Blame History Raw
diff -Naur jboss-marshalling-1.3.4.GA/pom.xml jboss-marshalling-1.3.4.GA-work/pom.xml
--- jboss-marshalling-1.3.4.GA/pom.xml	2011-11-05 19:18:15.000000000 -0400
+++ jboss-marshalling-1.3.4.GA-work/pom.xml	2011-12-07 08:17:46.893445643 -0500
@@ -43,26 +43,12 @@
         <module>api</module>
         <module>river</module>
         <module>serial</module>
-        <module>tests</module>
-        <module>osgi</module>
     </modules>
 
     <build>
         <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>