DRILL-228 maven submodule build fails at license-maven-plugin
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/50d3a7e5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/50d3a7e5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/50d3a7e5 Branch: refs/heads/master Commit: 50d3a7e52da7d6641a249f202b7893d6334d1b8c Parents: ba631ac Author: Steven Phillips <[email protected]> Authored: Wed Sep 11 00:57:03 2013 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Wed Sep 18 18:18:41 2013 -0700 ---------------------------------------------------------------------- pom.xml | 19 ------------------- 1 file changed, 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/50d3a7e5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index de5e550..ce1f93d 100644 --- a/pom.xml +++ b/pom.xml @@ -180,25 +180,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>com.mycila</groupId> - <artifactId>license-maven-plugin</artifactId> - <version>2.3</version> - <configuration> - <header>header</header> - <includes> - <include>**/*.java</include> - </includes> - </configuration> - <executions> - <execution> - <phase>compile</phase> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> <pluginManagement>
