فهرست منبع

HDFS-12608. Ozone: Remove Warnings when building. Contributed by Bharat Viswanadham.

Anu Engineer 7 سال پیش
والد
کامیت
b4da56f8cf
2فایلهای تغییر یافته به همراه1 افزوده شده و 9 حذف شده
  1. 1 0
      hadoop-dist/pom.xml
  2. 0 9
      hadoop-tools/hadoop-ozone/pom.xml

+ 1 - 0
hadoop-dist/pom.xml

@@ -132,6 +132,7 @@
       <!-- Disable the sign plugin, since there isn't anything to sign -->
       <plugin>
         <artifactId>maven-gpg-plugin</artifactId>
+        <version>${maven-gpg-plugin.version}</version>
         <executions>
           <execution>
             <id>sign-artifacts</id>

+ 0 - 9
hadoop-tools/hadoop-ozone/pom.xml

@@ -33,15 +33,6 @@
 
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <configuration>
-          <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
-          <dependencyLocationsEnabled>false
-          </dependencyLocationsEnabled>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>