ignite-111 minor fix
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/81b55115 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/81b55115 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/81b55115 Branch: refs/heads/ignite-57 Commit: 81b55115d7134b8f6da01aca2c84c69a9ceb02bb Parents: d04d90b Author: avinogradov <avinogra...@gridgain.com> Authored: Thu Feb 5 13:05:36 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Thu Feb 5 13:05:36 2015 +0300 ---------------------------------------------------------------------- examples/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/81b55115/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 55e0eae..d8f9343 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -197,6 +197,17 @@ <plugins> <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../licence/headercustomisation.xml</headerDefinition> + </headerDefinitions> + <header>../licence/header.txt</header> + </configuration> + </plugin> + + <plugin> <groupId>net.alchim31.maven</groupId> <artifactId>scala-maven-plugin</artifactId> <executions>