Blob Blame History Raw
diff -Naur avro-1.6.2/lang/java/avro/pom.xml avro-1.6.2-work/lang/java/avro/pom.xml
--- avro-1.6.2/lang/java/avro/pom.xml	2012-02-09 23:30:15.000000000 +0100
+++ avro-1.6.2-work/lang/java/avro/pom.xml	2012-02-21 15:54:59.155998202 +0100
@@ -42,26 +42,6 @@
         </includes>
       </resource>
     </resources>
-    <plugins>
-      <plugin>
-        <groupId>com.thoughtworks.paranamer</groupId>
-        <artifactId>paranamer-maven-plugin</artifactId>
-        <version>${paranamer.version}</version>
-        <executions>
-          <execution>
-            <id>paranamer-test</id>
-            <configuration>
-              <sourceDirectory>${project.build.testSourceDirectory}</sourceDirectory>
-              <outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
-            </configuration>
-            <phase>process-test-classes</phase>
-            <goals>
-              <goal>generate</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
   </build>
 
   <profiles>
diff -Naur avro-1.6.2/lang/java/pom.xml avro-1.6.2-work/lang/java/pom.xml
--- avro-1.6.2/lang/java/pom.xml	2012-02-09 23:30:15.000000000 +0100
+++ avro-1.6.2-work/lang/java/pom.xml	2012-02-21 16:19:47.202001290 +0100
@@ -73,12 +73,6 @@
     <module>avro</module>
     <module>compiler</module>
     <module>maven-plugin</module>
-    <module>ipc</module>
-    <module>tools</module>
-    <module>mapred</module>
-    <module>protobuf</module>
-    <module>thrift</module>
-    <module>archetypes</module>
   </modules>
 
   <build>
@@ -303,7 +297,7 @@
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
-      <artifactId>junit-dep</artifactId>
+      <artifactId>junit</artifactId>
       <version>${junit.version}</version>
       <scope>test</scope>
     </dependency>