Repository: jclouds-examples Updated Branches: refs/heads/master cae84da83 -> e4b4b0469
Remove maven-license-plugin This never seemed to work and we will enforce license text via Checkstyle instead. Project: http://git-wip-us.apache.org/repos/asf/jclouds-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-examples/commit/e4b4b046 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-examples/tree/e4b4b046 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-examples/diff/e4b4b046 Branch: refs/heads/master Commit: e4b4b046924797d4ee8924106621f09f26231568 Parents: cae84da Author: Andrew Gaul <[email protected]> Authored: Mon Aug 11 10:47:42 2014 -0700 Committer: Andrew Gaul <[email protected]> Committed: Mon Aug 11 10:47:42 2014 -0700 ---------------------------------------------------------------------- pom.xml | 22 ---------------------- 1 file changed, 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/e4b4b046/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1e43c6a..d268aa3 100644 --- a/pom.xml +++ b/pom.xml @@ -116,28 +116,6 @@ </excludes> </configuration> </plugin> - <plugin> - <groupId>com.mycila.maven-license-plugin</groupId> - <artifactId>maven-license-plugin</artifactId> - <version>1.9.0</version> - <configuration> - <strictCheck>true</strictCheck> - <encoding>${sourceEncoding}</encoding> - <aggregate>true</aggregate> - <header>project/src/etc/header.txt</header> - <mapping> - <clj>SEMICOLON_STYLE</clj> - </mapping> - <excludes> - <exclude>**/src/**/resources/**</exclude> - <exclude>**/LICENSE.txt</exclude> - <exclude>**/NOTICE.txt</exclude> - <exclude>**/README.md</exclude> - <exclude>**/README.txt</exclude> - <exclude>**/header.txt</exclude> - </excludes> - </configuration> - </plugin> </plugins> </build>
