From 42de429565edb5ba550c30fb00a2eae81fb84b23 Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Thu, 29 Mar 2018 17:30:48 +0300 Subject: [PATCH] IDL2K: add property to control deployment --- libraries/tools/idl2k/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/tools/idl2k/pom.xml b/libraries/tools/idl2k/pom.xml index 571222c0bbe..98e46b41baf 100644 --- a/libraries/tools/idl2k/pom.xml +++ b/libraries/tools/idl2k/pom.xml @@ -18,6 +18,7 @@ ${project.version} 4.5.3 + true @@ -118,7 +119,7 @@ maven-deploy-plugin - true + ${idl2k.deploy.skip}