mbi / rpms / hawtjni

Forked from rpms/hawtjni 5 years ago
Clone
Blob Blame History Raw
diff -Naur hawtjni-1.1/hawtjni-generator/pom.xml hawtjni-1.1-work/hawtjni-generator/pom.xml
--- hawtjni-1.1/hawtjni-generator/pom.xml	2010-11-04 09:17:44.000000000 -0400
+++ hawtjni-1.1-work/hawtjni-generator/pom.xml	2011-05-30 06:45:53.024344971 -0400
@@ -72,7 +72,7 @@
     <plugins>
       
       <!-- include all the dependencies into the jar so it can run standalone -->
-      <plugin>
+<!--      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
         <version>1.3</version>
@@ -91,7 +91,7 @@
             </configuration>
           </execution>
         </executions>
-      </plugin>
+      </plugin>-->
       
     </plugins>
   </build>