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 2023/01/12 11:29:09 UTC

[uima-uimaj] branch bugfix/265-Unable-to-release-without-auto-staging created (now f5824e3b2)

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

rec pushed a change to branch bugfix/265-Unable-to-release-without-auto-staging
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


      at f5824e3b2 Issue #265: Unable to release without auto-staging

This branch includes the following new commits:

     new f5824e3b2 Issue #265: Unable to release without auto-staging

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-uimaj] 01/01: Issue #265: Unable to release without auto-staging

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch bugfix/265-Unable-to-release-without-auto-staging
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit f5824e3b2fa26c8c8e258f110c8f7c74f3195a87
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Jan 12 12:29:03 2023 +0100

    Issue #265: Unable to release without auto-staging
    
    - Move staging-related configurations into the auto-staging profile
---
 pom.xml | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 950dca882..19427e7f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,6 @@
     </dependency>
   </dependencies>
 
-  
   <modules>
     <module>uimaj-parent</module>
     <module>aggregate-uimaj</module>
@@ -333,7 +332,6 @@
     
     <profile>
       <id>apache-release</id>
-
       <build>
         <plugins>
           <plugin>
@@ -354,6 +352,19 @@
               </execution>
             </executions>
           </plugin>
+        </plugins>
+      </build>
+    </profile>
+    
+    <profile>
+      <id>apache-release-rc-auto-staging-config</id>
+      <activation>
+        <property>
+          <name>!disable-rc-auto-staging</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
@@ -390,7 +401,7 @@
         </plugins>
       </build>
     </profile>
-    
+      
     <profile>
       <id>json-support</id>
       <activation>