Skip to content

Commit

Permalink
Merge pull request #118 from g4s8/qulice-config
Browse files Browse the repository at this point in the history
Moved qulice configuration to pluginManagement
  • Loading branch information
yegor256 committed Mar 1, 2021
2 parents cb309a4 + 650b862 commit 1168b15
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pom.xml
Expand Up @@ -230,12 +230,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<goals>
<goal>check</goal>
</goals>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
<excludes>
<exclude>xml:.*</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -1816,6 +1810,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<version>0.18.19</version>
<configuration>
<license>file:${basedir}/LICENSE.txt</license>
<excludes>
<exclude>xml:.*</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 1168b15

Please sign in to comment.