Michael Blow has submitted this change and it was merged. Change subject: [NO ISSUE][LIC] Remove unnecessary RAT override ......................................................................
[NO ISSUE][LIC] Remove unnecessary RAT override Change-Id: Ida9d837c61ffd4f8c72751e5fb5149ec4529e1fa Reviewed-on: https://asterix-gerrit.ics.uci.edu/2862 Reviewed-by: Till Westmann <[email protected]> Sonar-Qube: Jenkins <[email protected]> Tested-by: Michael Blow <[email protected]> --- M asterixdb/asterix-dashboard/pom.xml 1 file changed, 0 insertions(+), 23 deletions(-) Approvals: Till Westmann: Looks good to me, approved Jenkins: No violations found Michael Blow: Verified diff --git a/asterixdb/asterix-dashboard/pom.xml b/asterixdb/asterix-dashboard/pom.xml index de9e38e..b41572d 100644 --- a/asterixdb/asterix-dashboard/pom.xml +++ b/asterixdb/asterix-dashboard/pom.xml @@ -58,29 +58,6 @@ <build> <plugins> <plugin> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-plugin</artifactId> - <executions> - <execution> - <id>default</id> - <phase>validate</phase> - <goals> - <goal>check</goal> - </goals> - <configuration> - <licenses combine.children="append"> - <license - implementation="org.apache.rat.analysis.license.MITLicense"/> - </licenses> - <excludes combine.children="append"> - <exclude>src/main/resources/dashboard/static/*</exclude> - <exclude>src/node/**</exclude> - </excludes> - </configuration> - </execution> - </executions> - </plugin> - <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> <version>1.6</version> -- To view, visit https://asterix-gerrit.ics.uci.edu/2862 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ida9d837c61ffd4f8c72751e5fb5149ec4529e1fa Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
