ignite-111module support added
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/bf2fe41f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/bf2fe41f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/bf2fe41f Branch: refs/heads/ignite-57 Commit: bf2fe41f713d7f66f62a38ac88d3bf5ec04a477a Parents: a8026ce Author: avinogradov <[email protected]> Authored: Fri Feb 6 16:55:54 2015 +0300 Committer: avinogradov <[email protected]> Committed: Fri Feb 6 16:55:54 2015 +0300 ---------------------------------------------------------------------- modules/schema-load/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bf2fe41f/modules/schema-load/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schema-load/pom.xml b/modules/schema-load/pom.xml index e1291f1..030a6e2 100644 --- a/modules/schema-load/pom.xml +++ b/modules/schema-load/pom.xml @@ -71,6 +71,17 @@ <plugins> <plugin> + <groupId>com.mycila</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <headerDefinitions> + <headerDefinition>../../license/header-customisation.xml</headerDefinition> + </headerDefinitions> + <header>../../license/header.txt</header> + </configuration> + </plugin> + + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration>
