Repository: incubator-ignite Updated Branches: refs/heads/ignite-gg-10166 [created] cc6566fa9
GG-10166 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/924ebdc4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/924ebdc4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/924ebdc4 Branch: refs/heads/ignite-gg-10166 Commit: 924ebdc47d6ccd8dea45dc99b9b22f283112b386 Parents: 5f8f6f4 Author: avinogradov <avinogra...@gridgain.com> Authored: Tue May 5 17:38:50 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Tue May 5 17:38:50 2015 +0300 ---------------------------------------------------------------------- modules/indexing/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/924ebdc4/modules/indexing/pom.xml ---------------------------------------------------------------------- diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml index 2949c34..24445d4 100644 --- a/modules/indexing/pom.xml +++ b/modules/indexing/pom.xml @@ -93,4 +93,20 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> </project>