Repository: incubator-netbeans-html4j Updated Branches: refs/heads/master 40dfcca15 -> eed653ae3
Removing mycila license plugin - we are using rat to check license headers Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/commit/b3e34686 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/tree/b3e34686 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/diff/b3e34686 Branch: refs/heads/master Commit: b3e3468606dfd1ce5359adeb6b4546917e1f1fbc Parents: 40dfcca Author: Jaroslav Tulach <jaroslav.tul...@oracle.com> Authored: Tue Oct 10 17:25:51 2017 +0200 Committer: Jaroslav Tulach <jaroslav.tul...@oracle.com> Committed: Tue Oct 10 17:25:51 2017 +0200 ---------------------------------------------------------------------- pom.xml | 39 --------------------------------------- 1 file changed, 39 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/b3e34686/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ffa3b26..7309ab4 100644 --- a/pom.xml +++ b/pom.xml @@ -90,47 +90,8 @@ <url>http://bits.netbeans.org/maven2/</url> </repository> </repositories> - <pluginRepositories> - <pluginRepository> - <id>mc-release</id> - <name>Local Maven repository of releases</name> - <url>http://mc-repo.googlecode.com/svn/maven2/releases</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </pluginRepository> - </pluginRepositories> <build> <plugins> - <plugin> - <inherited>false</inherited> - <groupId>com.mycila.maven-license-plugin</groupId> - <artifactId>maven-license-plugin</artifactId> - <version>1.9.0</version> - <executions> - <execution> - <id>blah</id> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - <configuration> - <aggregate>true</aggregate> - <basedir>${basedir}</basedir> - <header>COPYING</header> - <strictCheck>true</strictCheck> - <excludes> - <exclude>**/target/**</exclude> - <exclude>.*/**</exclude> - <exclude>*/nb-configuration.xml</exclude> - </excludes> - <useDefaultExcludes>false</useDefaultExcludes> - </configuration> - </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.4</version>