소스 검색

HADOOP-9304. remove addition of avro genreated-sources dirs to build. (tucu)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1446297 13f79535-47bb-0310-9956-ffa450edef68
Alejandro Abdelnur 12 년 전
부모
커밋
270ecc1b98
2개의 변경된 파일2개의 추가작업 그리고 18개의 파일을 삭제
  1. 2 0
      hadoop-common-project/hadoop-common/CHANGES.txt
  2. 0 18
      hadoop-common-project/hadoop-common/pom.xml

+ 2 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -37,6 +37,8 @@ Release 2.0.4-beta - UNRELEASED
     HADOOP-9154. SortedMapWritable#putAll() doesn't add key/value classes to
     the map. (Karthik Kambatla via tomwhite)
 
+    HADOOP-9304. remove addition of avro genreated-sources dirs to build. (tucu)
+
 Release 2.0.3-alpha - 2013-02-06 
 
   INCOMPATIBLE CHANGES

+ 0 - 18
hadoop-common-project/hadoop-common/pom.xml

@@ -406,24 +406,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>add-avro-test-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-test-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${project.build.directory}/generated-test-sources/java</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>