Skip Maven deploy plugin for modules which are not to be deployed: - assembly - clients (C binding) - documentation - recipes Author: Enrico Olivelli <eolivelli@apache.org> Reviewers: andor@apache.org Closes #889 from eolivelli/fix/ZOOKEEPER-3122-fix-deploy (cherry picked from commit 57296927ec268930a6c2704104849d4d7dcb6721) Signed-off-by: Andor Molnar <andor@apache.org>
@@ -99,6 +99,14 @@
<skip>true</skip>
</configuration>
</plugin>
+
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <!-- this module isn't to be deployed to Maven Central -->
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
@@ -47,5 +47,15 @@
<modules />
</profile>
</profiles>
-
+ <build>
+ <plugins>
+ </plugins>
+ </build>
</project>
@@ -54,7 +54,13 @@
<copyDirectories>images,skin</copyDirectories>
-</project>
+</project>
@@ -62,4 +62,16 @@
<module>zookeeper-recipes-queue</module>
</modules>