SEARCH-2902 Don't use plugin for SS or IE.

This commit is contained in:
Tom Page
2021-05-27 15:13:00 +01:00
parent 0836f04bf6
commit 6ae39815ae
2 changed files with 20 additions and 0 deletions
+10
View File
@@ -229,6 +229,16 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<executions>
<execution>
<id>third-party-licenses</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
+10
View File
@@ -300,6 +300,16 @@
</descriptors>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<executions>
<execution>
<id>third-party-licenses</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>