Repository: incubator-ignite Updated Branches: refs/heads/ignite-45 135fe35d4 -> d7880d07d
# ignite-330 Added source folder. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/94270c20 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/94270c20 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/94270c20 Branch: refs/heads/ignite-45 Commit: 94270c2055f3ba3546c6bd04dd6fe40c70ba7fe7 Parents: 1466d1d Author: anovikov <anovi...@gridgain.com> Authored: Mon Mar 23 09:47:06 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Mon Mar 23 09:47:06 2015 +0700 ---------------------------------------------------------------------- examples/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/94270c20/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index a18f90d..c44fc24 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -188,6 +188,28 @@ <directory>config</directory> </resource> </resources> + + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <version>1.9.1</version> + <executions> + <execution> + <id>add-sources</id> + <phase>generate-sources</phase> + <goals> + <goal>add-source</goal> + </goals> + <configuration> + <sources> + <source>schema-import/src/main/java</source> + </sources> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> <profiles>