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/16 13:55:52 UTC

[uima-parent-pom] 01/01: [NO JIRA] Removed workaround for resolved INFRA-14923

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

rec pushed a commit to branch NO-JIRA-Remove-workaround-for-resolved-INFRA-14923
in repository https://gitbox.apache.org/repos/asf/uima-parent-pom.git

commit 89fdcb774ebb815afe499930dd72a523d7f1b38b
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon May 16 15:55:46 2022 +0200

    [NO JIRA] Removed workaround for resolved INFRA-14923
    
    - Removed the workaround for INFRA-14923 introduced in UIMA-5897
---
 pom.xml | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 81d5da4..cf9dabd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@
           <artifactId>maven-gpg-plugin</artifactId>
           <version>3.0.1</version>
         </plugin>
-      
+
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-remote-resources-plugin</artifactId>
@@ -868,8 +868,6 @@
             <executions>
               <execution>
                 <id>artifacts-checksum</id>
-                <!-- run before gpg signing, so gpg can sign (ugh) the .sha512 needed for workaround -->
-                <phase>post-integration-test</phase>
                 <goals>
                   <goal>artifacts</goal>
                 </goals>
@@ -994,7 +992,7 @@
           <exists>src/docbook</exists>
         </file>
       </activation>
-      
+
       <build>
         <plugins>
           <!-- 
@@ -1663,7 +1661,7 @@
                     <copy todir="${project.build.directory}/saved/plugins" failonerror="true">
                       <fileset dir="${eusWork}/plugins" includes="*.jar" />
                     </copy>
-                                            
+
                     <echo>Generate the p2 metadata and publish new artifacts</echo>
                     <!-- Append is needed because category info is incremental with each additional release -->
                     <java jar="${eclipse-equinox-launcher}" fork="true" failonerror="true" maxmemory="256m">
@@ -1701,7 +1699,7 @@
                             <include name="**/*.jar" />
                           </fileset>
                         </checksum>
-                        
+
                         <echo message="Generating gpg signatures for new features and plugins" />
                         <apply executable="gpg" dir="${eusWork}" failonerror="true">
                           <arg value="--detach-sign" />
@@ -1733,7 +1731,7 @@
                             <include name="*.jar" />
                           </fileset>
                         </checksum>
-    
+
                         <echo message="Generating gpg signatures for artifacts.jar and content.jar" />
                         <apply executable="gpg" dir="${eclipseUpdateSubSite}" failonerror="true">
                           <arg value="--detach-sign" />
@@ -1869,7 +1867,7 @@
                       <fileset dir="${eclipseUpdateSubSite}">
                         <include name="*.jar" />
                       </fileset>
-                    </checksum> 
+                    </checksum>
 
                     <echo message="Generating gpg signatures for artifacts.jar and content.jar" />
                     <apply executable="gpg" dir="${eclipseUpdateSubSite}" failonerror="true">