Repository: jclouds Updated Branches: refs/heads/master 4e166e3a2 -> aa41d489f
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/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/aa41d489 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/aa41d489 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/aa41d489 Branch: refs/heads/master Commit: aa41d489f4c70475d5cbce2ae6e1c773cd7aaa18 Parents: 4e166e3 Author: Andrew Gaul <[email protected]> Authored: Sun Aug 10 09:56:54 2014 -0700 Committer: Andrew Gaul <[email protected]> Committed: Mon Aug 11 10:34:30 2014 -0700 ---------------------------------------------------------------------- pom.xml | 69 ------------------------------------------------------------ 1 file changed, 69 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/aa41d489/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ddd6b15..07422d1 100644 --- a/pom.xml +++ b/pom.xml @@ -46,75 +46,6 @@ <module>allloadbalancer</module> <module>all</module> </modules> - <build> - <plugins> - <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> - <xml>XML_STYLE</xml> - Â Â <java>SLASHSTAR_STYLE</java> - Â Â <clj>SEMICOLON_STYLE</clj> - </mapping> - <excludes> - <!-- expectation files for unit tests --> - <exclude>**/src/test/resources/**</exclude> - - <!-- prevent duplicating license --> - <exclude>**/LICENSE.txt</exclude> - <exclude>**/header.txt</exclude> - - <!-- high-level project metadata --> - <exclude>**/NOTICE.txt</exclude> - <exclude>**/DISCLAIMER</exclude> - <exclude>**/BUILD.txt</exclude> - <exclude>**/CHANGES.txt</exclude> - <exclude>**/README.md</exclude> - <exclude>**/README.txt</exclude> - - <!-- reference data lists --> - <exclude>**/*json</exclude> - <exclude>**/*readme</exclude> - - <!-- one-line service registry files --> - <exclude>**/*ProviderMetadata</exclude> - <exclude>**/*ApiMetadata</exclude> - <exclude>**/*LoggingModule</exclude> - - <!-- temporary files or those generated by IDE or SCM --> - <exclude>**/target/**</exclude> - <exclude>**/test-output/**</exclude> - <exclude>**/bin/**</exclude> - <exclude>**/.settings/**</exclude> - <exclude>**/.classpath</exclude> - <exclude>**/.dir-locals.el</exclude> - <exclude>**/.project</exclude> - <exclude>**/.idea/**</exclude> - <exclude>**/*.iml</exclude> - <exclude>**/*.eml</exclude> - <exclude>**/*.ipr</exclude> - <exclude>**/*.iws</exclude> - <exclude>**/*.DS_STORE</exclude> - <exclude>**/TAGS</exclude> - <exclude>**/.metadata/**</exclude> - <exclude>**/atlassian-ide-plugin.xml</exclude> - <exclude>**/.DS_Store</exclude> - <exclude>.mailmap</exclude> - <exclude>.git/**</exclude> - <exclude>**/.gitignore</exclude> - <exclude>**/.gitattributes</exclude> - </excludes> - <useDefaultExcludes>false</useDefaultExcludes> - </configuration> - </plugin> - </plugins> - </build> <profiles> <profile>
