This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch bugfix/UIMA-6462-Avoid-deploy-broken-checksum-files-for-p2content.xml-and-artifacts.xml-in-feature-modules in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
commit 9b270dc991e78b5bb234a54885b5ed42facde6db Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Mon May 23 09:20:05 2022 +0200 [UIMA-6462] Avoid deploy broken checksum files for p2content.xml and artifacts.xml in feature modules - Prevent feature modules from being deployed --- ruta-eclipse-feature/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruta-eclipse-feature/pom.xml b/ruta-eclipse-feature/pom.xml index 52c76493..92083e5e 100644 --- a/ruta-eclipse-feature/pom.xml +++ b/ruta-eclipse-feature/pom.xml @@ -36,6 +36,8 @@ <properties> <postNoticeText>${uniWueNoticeText}</postNoticeText> + <!-- https://issues.apache.org/jira/browse/UIMA-6462 --> + <maven.deploy.skip>true</maven.deploy.skip> </properties> <dependencies>
