Explorar o código

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

Anu Engineer %!s(int64=7) %!d(string=hai) anos
pai
achega
d90ab3365d
Modificáronse 2 ficheiros con 1 adicións e 9 borrados
  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 -->
       <!-- Disable the sign plugin, since there isn't anything to sign -->
       <plugin>
       <plugin>
         <artifactId>maven-gpg-plugin</artifactId>
         <artifactId>maven-gpg-plugin</artifactId>
+        <version>${maven-gpg-plugin.version}</version>
         <executions>
         <executions>
           <execution>
           <execution>
             <id>sign-artifacts</id>
             <id>sign-artifacts</id>

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

@@ -33,15 +33,6 @@
 
 
   <build>
   <build>
     <plugins>
     <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>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <artifactId>maven-jar-plugin</artifactId>