summaryrefslogtreecommitdiffstats
path: root/zkfacade
diff options
context:
space:
mode:
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/pom.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/zkfacade/pom.xml b/zkfacade/pom.xml
index 2e016e71132..8b2a90abc12 100644
--- a/zkfacade/pom.xml
+++ b/zkfacade/pom.xml
@@ -107,30 +107,6 @@
</configuration>
</plugin>
<plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <finalName>zkctl</finalName>
- <archive>
- <manifest>
- <mainClass>org.apache.zookeeper.ZooKeeperMain</mainClass>
- </manifest>
- </archive>
- <descriptorRefs>
- <descriptorRef>jar-with-dependencies</descriptorRef>
- </descriptorRefs>
- </configuration>
- <executions>
- <execution>
- <id>make-assembly</id>
- <phase>package</phase>
- <!-- append to the packaging phase. -->
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>com.yahoo.vespa</groupId>
<artifactId>abi-check-plugin</artifactId>
</plugin>