Skip to content

Commit

Permalink
Remove old plugin
Browse files Browse the repository at this point in the history
License check was replaced by other verion and is configured in root pom.
  • Loading branch information
pfeuffer committed May 4, 2020
1 parent 2c2fbb5 commit ffcc146
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions scm-plugins/scm-hg-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,25 +58,6 @@
<build>
<plugins>

<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>1.9.0</version>
<configuration>
<header>http://download.scm-manager.org/licenses/mvn-license.txt</header>
<includes>
<include>src/**</include>
<include>**/test/**</include>
</includes>
<excludes>
<exclude>target/**</exclude>
<exclude>.hg/**</exclude>
<exclude>**/fileview.py</exclude>
</excludes>
<strictCheck>true</strictCheck>
</configuration>
</plugin>

<plugin>
<groupId>sonia.scm.maven</groupId>
<artifactId>smp-maven-plugin</artifactId>
Expand Down

0 comments on commit ffcc146

Please sign in to comment.