Blob Blame History Raw
diff -Naur hawtjni-1.5/hawtjni-generator/pom.xml hawtjni-1.5-work/hawtjni-generator/pom.xml
--- hawtjni-1.5/hawtjni-generator/pom.xml	2011-09-21 12:20:30.000000000 -0400
+++ hawtjni-1.5-work/hawtjni-generator/pom.xml	2012-01-14 21:16:52.849967350 -0500
@@ -68,32 +68,4 @@
     </dependency>
   </dependencies>
   
-  <build>
-    <plugins>
-      
-      <!-- include all the dependencies into the jar so it can run standalone -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-shade-plugin</artifactId>
-        <version>1.3</version>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>shade</goal>
-            </goals>
-            <configuration>
-              <artifactSet>
-                <excludes>
-                  <exclude>junit:junit</exclude>
-                </excludes>
-              </artifactSet>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      
-    </plugins>
-  </build>
-
 </project>
diff -Naur hawtjni-1.5/maven-hawtjni-plugin/pom.xml hawtjni-1.5-work/maven-hawtjni-plugin/pom.xml
--- hawtjni-1.5/maven-hawtjni-plugin/pom.xml	2011-09-21 12:20:30.000000000 -0400
+++ hawtjni-1.5-work/maven-hawtjni-plugin/pom.xml	2012-01-15 08:58:39.970261531 -0500
@@ -74,9 +74,16 @@
 
     <dependency>
       <groupId>org.apache.maven</groupId>
+      <artifactId>maven-compat</artifactId>
+      <version>3.0.3</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact-manager</artifactId>
       <version>2.0</version>
     </dependency>
+
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
diff -Naur hawtjni-1.5/pom.xml hawtjni-1.5-work/pom.xml
--- hawtjni-1.5/pom.xml	2011-09-21 12:20:30.000000000 -0400
+++ hawtjni-1.5-work/pom.xml	2012-01-14 21:15:42.238961785 -0500
@@ -210,8 +210,6 @@
     <module>hawtjni-runtime</module>
     <module>hawtjni-generator</module>
     <module>maven-hawtjni-plugin</module>
-    <module>hawtjni-example</module>
-    <module>hawtjni-website</module>
   </modules>
 
 </project>