You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/05/23 07:20:09 UTC

[uima-ruta] branch bugfix/UIMA-6462-Avoid-deploy-broken-checksum-files-for-p2content.xml-and-artifacts.xml-in-feature-modules created (now 9b270dc9)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change 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


      at 9b270dc9 [UIMA-6462] Avoid deploy broken checksum files for p2content.xml and artifacts.xml in feature modules

This branch includes the following new commits:

     new 9b270dc9 [UIMA-6462] Avoid deploy broken checksum files for p2content.xml and artifacts.xml in feature modules

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[uima-ruta] 01/01: [UIMA-6462] Avoid deploy broken checksum files for p2content.xml and artifacts.xml in feature modules

Posted by re...@apache.org.
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 <re...@apache.org>
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>