You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/12/05 12:32:39 UTC

ignite git commit: IGNITW-7093 added plugin to build test.jar to ignite-compatibility pom.xml - Fixes #3142.

Repository: ignite
Updated Branches:
  refs/heads/master e15cbcc59 -> 0a1651ce9


IGNITW-7093 added plugin to build test.jar to ignite-compatibility pom.xml - Fixes #3142.

Signed-off-by: Alexey Goncharuk <al...@gmail.com>


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/master
Commit: 0a1651ce9637ca7f270163ca03db4e6c26d964cf
Parents: e15cbcc
Author: oleg-ostanin <oo...@gridgain.com>
Authored: Tue Dec 5 15:32:17 2017 +0300
Committer: Alexey Goncharuk <al...@gmail.com>
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>