Repository: ignite
Updated Branches:
  refs/heads/master 3beb3c32f -> b3dc33472


IGNITE-8691 Removed jar-plugin from ignite-zookeeper module - Fixes #4118.

Signed-off-by: Ivan Rakov <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b3dc3347
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b3dc3347
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b3dc3347

Branch: refs/heads/master
Commit: b3dc334722d83a55b7103628b26c5683c7abb077
Parents: 3beb3c3
Author: Pavel Kovalenko <[email protected]>
Authored: Mon Jun 4 16:24:00 2018 +0300
Committer: Ivan Rakov <[email protected]>
Committed: Mon Jun 4 16:24:00 2018 +0300

----------------------------------------------------------------------
 modules/zookeeper/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b3dc3347/modules/zookeeper/pom.xml
----------------------------------------------------------------------
diff --git a/modules/zookeeper/pom.xml b/modules/zookeeper/pom.xml
index 40a18b3..1ac3ca5 100644
--- a/modules/zookeeper/pom.xml
+++ b/modules/zookeeper/pom.xml
@@ -161,18 +161,6 @@
     <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>
-
-            <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>exec-maven-plugin</artifactId>
                 <version>1.3.2</version>

Reply via email to