Move public suffix list to generate-resources and apache-release profile

This commit is contained in:
Michael Osipov 2020-09-21 11:43:02 +02:00 committed by Michael Osipov
parent e249e56c14
commit c1de3c42de
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@
<executions>
<execution>
<id>download-public-suffix-list</id>
<phase>generate-sources</phase>
<phase>generate-resources</phase>
<goals>
<goal>wget</goal>
</goals>
@ -178,7 +178,7 @@
<profiles>
<profile>
<id>release</id>
<id>apache-release</id>
<build>
<plugins>
<plugin>