You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ae...@apache.org on 2019/08/15 18:10:17 UTC

[hadoop] branch trunk updated: HDDS-1910. Cannot build hadoop-hdds-config from scratch in IDEA

This is an automated email from the ASF dual-hosted git repository.

aengineer pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 77d102c  HDDS-1910. Cannot build hadoop-hdds-config from scratch in IDEA
77d102c is described below

commit 77d102ceba1aad2ae3e9172cdef35c6a42735ae2
Author: Doroszlai, Attila <ad...@apache.org>
AuthorDate: Mon Aug 5 16:13:05 2019 +0200

    HDDS-1910. Cannot build hadoop-hdds-config from scratch in IDEA
    
    Signed-off-by: Anu Engineer <ae...@apache.org>
---
 .../services/javax.annotation.processing.Processor  |  0
 hadoop-hdds/config/pom.xml                          | 21 ---------------------
 .../services/javax.annotation.processing.Processor  |  0
 3 files changed, 21 deletions(-)

diff --git a/hadoop-hdds/config/src/main/resources/META-INF/services/javax.annotation.processing.Processor b/hadoop-hdds/common/src/main/resources/META-INF/services/javax.annotation.processing.Processor
similarity index 100%
copy from hadoop-hdds/config/src/main/resources/META-INF/services/javax.annotation.processing.Processor
copy to hadoop-hdds/common/src/main/resources/META-INF/services/javax.annotation.processing.Processor
diff --git a/hadoop-hdds/config/pom.xml b/hadoop-hdds/config/pom.xml
index bf62949..a595549 100644
--- a/hadoop-hdds/config/pom.xml
+++ b/hadoop-hdds/config/pom.xml
@@ -42,25 +42,4 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.1</version>
-        <executions>
-        <execution>
-          <id>default-compile</id>
-          <phase>compile</phase>
-          <goals>
-            <goal>compile</goal>
-          </goals>
-          <configuration>
-            <!-- don't need to activate annotation processor (which may not be available yet) for compilation -->
-            <compilerArgument>-proc:none</compilerArgument>
-          </configuration>
-        </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
 </project>
diff --git a/hadoop-hdds/config/src/main/resources/META-INF/services/javax.annotation.processing.Processor b/hadoop-hdds/config/src/test/resources/META-INF/services/javax.annotation.processing.Processor
similarity index 100%
rename from hadoop-hdds/config/src/main/resources/META-INF/services/javax.annotation.processing.Processor
rename to hadoop-hdds/config/src/test/resources/META-INF/services/javax.annotation.processing.Processor


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org