mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-24 15:30:49 +01:00
fix maven-license-plugin
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -151,9 +151,9 @@
|
||||
<plugin>
|
||||
<groupId>com.mycila.maven-license-plugin</groupId>
|
||||
<artifactId>maven-license-plugin</artifactId>
|
||||
<version>1.8.0</version>
|
||||
<version>1.9.0</version>
|
||||
<configuration>
|
||||
<header>docs/licenses/mvn-license.txt</header>
|
||||
<header>http://download.scm-manager.org/licenses/mvn-license.txt</header>
|
||||
<includes>
|
||||
<include>src/**</include>
|
||||
<include>**/test/**</include>
|
||||
@@ -162,6 +162,7 @@
|
||||
<exclude>target/**</exclude>
|
||||
<exclude>.hg/**</exclude>
|
||||
<exclude>**/extjs/**</exclude>
|
||||
<exclude>**/syntaxhighlighter/**</exclude>
|
||||
</excludes>
|
||||
<strictCheck>true</strictCheck>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user