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 <[email protected]>
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>

Reply via email to