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/16 07:35:44 UTC

[uima-parent-pom] branch refactoring/31-Switch-changes-report-from-Jira-to-GitHub created (now f53997a)

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

rec pushed a change to branch refactoring/31-Switch-changes-report-from-Jira-to-GitHub
in repository https://gitbox.apache.org/repos/asf/uima-parent-pom.git


      at f53997a  Issue #31: Switch changes report from Jira to GitHub

This branch includes the following new commits:

     new f53997a  Issue #31: Switch changes report from Jira to GitHub

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-parent-pom] 01/01: Issue #31: Switch changes report from Jira to GitHub

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

rec pushed a commit to branch refactoring/31-Switch-changes-report-from-Jira-to-GitHub
in repository https://gitbox.apache.org/repos/asf/uima-parent-pom.git

commit f53997ae7987fe0e343901145993958ffb2e954f
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Jan 16 08:35:39 2023 +0100

    Issue #31: Switch changes report from Jira to GitHub
    
    - Change profile name
    - Change marker file name
---
 ...e-identifying-parent-pom => marker-file-enabling-changes-report | 0
 pom.xml                                                            | 7 ++++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/marker-file-identifying-parent-pom b/marker-file-enabling-changes-report
similarity index 100%
rename from marker-file-identifying-parent-pom
rename to marker-file-enabling-changes-report
diff --git a/pom.xml b/pom.xml
index f8c22af..27bc8ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1013,10 +1013,10 @@
     <!-- * Generate changes report                     * -->
     <!-- *********************************************** -->
     <profile>
-      <id>mavenChangesReport</id>
+      <id>generate-changes-report</id>
       <activation>
         <file>
-          <exists>marker-file-identifying-parent-pom</exists>
+          <exists>marker-file-enabling-changes-report</exists>
         </file>
       </activation>
       <build>
@@ -1037,7 +1037,7 @@
                 <configuration>
                   <filesets>
                     <fileset>
-                      <directory>issuesFixed</directory>
+                      <directory>${basedir}/issuesFixed</directory>
                     </fileset>
                   </filesets>
                 </configuration>
@@ -1059,6 +1059,7 @@
                   <onlyCurrentVersion>true</onlyCurrentVersion>
                   <githubAPIScheme>https</githubAPIScheme>
                   <githubAPIPort>443</githubAPIPort>
+                  <outputDirectory>${basedir}/issuesFixed/</outputDirectory>
                 </configuration>
               </execution>
             </executions>