Repository: ignite Updated Branches: refs/heads/ignite-zk f50c7ccb5 -> 1e775be39
IGNITW-7093 added plugin to build test.jar to ignite-compatibility pom.xml - Fixes #3142. Signed-off-by: Alexey Goncharuk <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0a1651ce Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/0a1651ce Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/0a1651ce Branch: refs/heads/ignite-zk Commit: 0a1651ce9637ca7f270163ca03db4e6c26d964cf Parents: e15cbcc Author: oleg-ostanin <[email protected]> Authored: Tue Dec 5 15:32:17 2017 +0300 Committer: Alexey Goncharuk <[email protected]> Committed: Tue Dec 5 15:32:17 2017 +0300 ---------------------------------------------------------------------- modules/compatibility/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/0a1651ce/modules/compatibility/pom.xml ---------------------------------------------------------------------- diff --git a/modules/compatibility/pom.xml b/modules/compatibility/pom.xml index aea95cc..73f1362 100644 --- a/modules/compatibility/pom.xml +++ b/modules/compatibility/pom.xml @@ -104,6 +104,17 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> <configuration>
