Need to skip Curator RPC for Clirr as it can't handle shaded JAR

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

Branch: refs/heads/master
Commit: 1ef4df29f97a3956c65e6e2e1b08ed7a033e4fc5
Parents: 2cb030d
Author: randgalt <randg...@apache.org>
Authored: Fri May 8 13:50:34 2015 -0500
Committer: randgalt <randg...@apache.org>
Committed: Fri May 8 13:50:34 2015 -0500

----------------------------------------------------------------------
 curator-x-rpc/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/1ef4df29/curator-x-rpc/pom.xml
----------------------------------------------------------------------
diff --git a/curator-x-rpc/pom.xml b/curator-x-rpc/pom.xml
index 426f3f9..61d55e7 100644
--- a/curator-x-rpc/pom.xml
+++ b/curator-x-rpc/pom.xml
@@ -164,6 +164,14 @@
                     </execution>
                 </executions>
             </plugin>
+
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>clirr-maven-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip> <!-- Clirr plugin can't handle shaded 
JARs - TODO -->
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>

Reply via email to