jerboaa / rpms / hawtjni

Forked from rpms/hawtjni 4 years ago
Clone
Blob Blame History Raw
diff -Naur hawtjni-1.2/hawtjni-generator/pom.xml hawtjni-1.2-work/hawtjni-generator/pom.xml
--- hawtjni-1.2/hawtjni-generator/pom.xml	2011-06-18 19:29:07.000000000 -0400
+++ hawtjni-1.2-work/hawtjni-generator/pom.xml	2011-07-29 04:23:51.491319533 -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>
diff -Naur hawtjni-1.2/pom.xml hawtjni-1.2-work/pom.xml
--- hawtjni-1.2/pom.xml	2011-06-18 19:29:07.000000000 -0400
+++ hawtjni-1.2-work/pom.xml	2011-07-29 04:22:48.710324322 -0400
@@ -212,8 +212,8 @@
     <module>hawtjni-runtime</module>
     <module>hawtjni-generator</module>
     <module>maven-hawtjni-plugin</module>
-    <module>hawtjni-example</module>
-    <module>hawtjni-website</module>
+<!--    <module>hawtjni-example</module>
+    <module>hawtjni-website</module>-->
   </modules>
 
 </project>