ignite-111 + scala support
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/bf434e06 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/bf434e06 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/bf434e06 Branch: refs/heads/ignite-57 Commit: bf434e069c2ced5c98b57c887f4006da970b6a9e Parents: 327fd1e Author: avinogradov <[email protected]> Authored: Wed Feb 4 13:16:40 2015 +0300 Committer: avinogradov <[email protected]> Committed: Wed Feb 4 13:16:40 2015 +0300 ---------------------------------------------------------------------- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bf434e06/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index febe691..675745d 100644 --- a/pom.xml +++ b/pom.xml @@ -266,6 +266,9 @@ <artifactId>license-maven-plugin</artifactId> <version>2.8</version> <configuration> + <mapping> + <scala>JAVADOC_STYLE</scala> + </mapping> <headerDefinitions> <headerDefinition>licence/headercustomisation.xml</headerDefinition> </headerDefinitions> @@ -275,7 +278,7 @@ </properties> <includes> <include>src/**/*.java</include> - <!--<include>src/**/*.xml</include>--> + <include>src/**/*.scala</include> </includes> <excludes> <exclude>**/com/romix/scala/**</exclude>
