Re: [PR] Renamed local variable in maven archetype quickstart [maven-archetypes]

2024-01-03 Thread via GitHub
judovana commented on PR #26: URL: https://github.com/apache/maven-archetypes/pull/26#issuecomment-1875354256 tyvm sir! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] Renamed local variable in maven archetype quickstart [maven-archetypes]

2024-01-03 Thread via GitHub
elharo merged PR #26: URL: https://github.com/apache/maven-archetypes/pull/26 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Renamed local variable in maven archetype quickstart [maven-archetypes]

2024-01-03 Thread via GitHub
judovana commented on PR #26: URL: https://github.com/apache/maven-archetypes/pull/26#issuecomment-1874990305 rebased to master at https://github.com/apache/maven-archetypes/commit/a0f0e9ad1937caed9dedd9b2bbd3c1782b1fa2c1 , to see ti against all jdk8-21 tests. -- This is an automated

Re: [PR] Renamed local variable in maven archetype quickstart [maven-archetypes]

2024-01-03 Thread via GitHub
judovana commented on code in PR #26: URL: https://github.com/apache/maven-archetypes/pull/26#discussion_r1440165609 ## maven-archetype-quickstart/src/main/resources-filtered/archetype-resources/pom.xml: ## @@ -1,11 +1,11 @@ -#macro( compilerProperties $javaCompilerVersion )

Re: [PR] Renamed local variable in maven archetype quickstart [maven-archetypes]

2024-01-03 Thread via GitHub
judovana commented on code in PR #26: URL: https://github.com/apache/maven-archetypes/pull/26#discussion_r1440165609 ## maven-archetype-quickstart/src/main/resources-filtered/archetype-resources/pom.xml: ## @@ -1,11 +1,11 @@ -#macro( compilerProperties $javaCompilerVersion )

Re: [PR] Renamed local variable in maven archetype quickstart [maven-archetypes]

2024-01-02 Thread via GitHub
elharo commented on code in PR #26: URL: https://github.com/apache/maven-archetypes/pull/26#discussion_r1439707296 ## maven-archetype-quickstart/src/main/resources-filtered/archetype-resources/pom.xml: ## @@ -1,11 +1,11 @@ -#macro( compilerProperties $javaCompilerVersion )

[PR] Renamed local variable in maven archetype quickstart [maven-archetypes]

2023-12-25 Thread via GitHub
judovana opened a new pull request, #26: URL: https://github.com/apache/maven-archetypes/pull/26 There is macro which is using parameter and its local occurrence of same name as is global property, thus shadow it. This PR is renaming it so it is unique or at least distinguishable (second