enabled eclipse-sign during release, requires eclipse signer service

Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
diff --git a/org.eclipse.m2e.workspace.cli/pom.xml b/org.eclipse.m2e.workspace.cli/pom.xml
index 126fd77..6d73a3d 100644
--- a/org.eclipse.m2e.workspace.cli/pom.xml
+++ b/org.eclipse.m2e.workspace.cli/pom.xml
@@ -205,7 +205,7 @@
             <localCheckout>true</localCheckout>
             <pushChanges>false</pushChanges>
             <tagNameFormat>m2e-workspace-@{project.version}</tagNameFormat>
-            <arguments>-Ptakari-release</arguments>
+            <arguments>-Peclipse-sign,takari-release</arguments>
           </configuration>
         </plugin>
       </plugins>