فهرست منبع

AMBARI-18076. Exclude Jbehave story files from rat check (oleewere)

oleewere 9 سال پیش
والد
کامیت
51946d9d41
1فایلهای تغییر یافته به همراه21 افزوده شده و 0 حذف شده
  1. 21 0
      ambari-logsearch/ambari-logsearch-it/pom.xml

+ 21 - 0
ambari-logsearch/ambari-logsearch-it/pom.xml

@@ -125,6 +125,27 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>README.md</exclude>
+            <exclude>**/*.json</exclude>
+            <exclude>**/*.log</exclude>
+            <exclude>**/*.txt</exclude>
+            <exclude>**/*.story</exclude>
+          </excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>test</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>