Jelajahi Sumber

AMBARI-10142: Apache 2.0.0 Release: Ratcheck fails (jluniya)

Jayush Luniya 10 tahun lalu
induk
melakukan
faae1cbe08
1 mengubah file dengan 18 tambahan dan 0 penghapusan
  1. 18 0
      ambari-metrics/pom.xml

+ 18 - 0
ambari-metrics/pom.xml

@@ -207,6 +207,24 @@
           <controlDir>${project.basedir}/src/main/package/deb/control</controlDir>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>pass.txt</exclude>
+            <exclude>derby.log</exclude>
+          </excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>test</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>