Re: [PR] [MGPG-125] Fix "bestPractices" [maven-gpg-plugin]

2024-04-12 Thread via GitHub
cstamas commented on PR #95: URL: https://github.com/apache/maven-gpg-plugin/pull/95#issuecomment-2052003394 Updated PR with comments, but now the new IT is considerably slower (?) and also locally did not, but on CI fails (I guess the force sources creation is needed as there are actually

Re: [PR] [MGPG-125] Fix "bestPractices" [maven-gpg-plugin]

2024-04-12 Thread via GitHub
slawekjaranowski commented on PR #95: URL: https://github.com/apache/maven-gpg-plugin/pull/95#issuecomment-2052107116 > but now the new IT is considerably slower ... do you have any number to compare? -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Created] (MPOM-482) Publish site descriptor with new parent

2024-04-12 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MPOM-482: Summary: Publish site descriptor with new parent Key: MPOM-482 URL: https://issues.apache.org/jira/browse/MPOM-482 Project: Maven POMs Issue Type:

[jira] [Commented] (MGPG-125) Due to default value of gpg.passphraseServerId, bestPractices=true will always fail

2024-04-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MGPG-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836693#comment-17836693 ] ASF GitHub Bot commented on MGPG-125: - cstamas commented on PR #95: URL:

[PR] [MNGSITE-536] - Link to Reference "Maven Plugin Tools and annotations… [maven-site]

2024-04-12 Thread via GitHub
khmarbaise opened a new pull request, #512: URL: https://github.com/apache/maven-site/pull/512 …" wrong -- 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,

[jira] [Commented] (MNGSITE-536) Link to Reference "Maven Plugin Tools and annotations" wrong

2024-04-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNGSITE-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836698#comment-17836698 ] ASF GitHub Bot commented on MNGSITE-536: asfgit merged PR #512: URL:

[jira] [Commented] (MPOM-120) attach site descriptor only for pom packaging

2024-04-12 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836705#comment-17836705 ] Slawomir Jaranowski commented on MPOM-120: -- I missed this issue and did one more MPOM-480, so this

[jira] [Commented] (MPOM-478) Remove manually maintained history from site

2024-04-12 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPOM-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836726#comment-17836726 ] ASF GitHub Bot commented on MPOM-478: - slawekjaranowski merged PR #508: URL:

[jira] [Closed] (MPOM-482) Publish site descriptor with new parent

2024-04-12 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-482. Resolution: Fixed > Publish site descriptor with new parent >

Re: [PR] [MPOM-478] Simplify release of parent POMs [maven-site]

2024-04-12 Thread via GitHub
slawekjaranowski merged PR #508: URL: https://github.com/apache/maven-site/pull/508 -- 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] [MPOM-483] Make a separate module for documentation [maven-apache-parent]

2024-04-12 Thread via GitHub
ctubbsii commented on code in PR #210: URL: https://github.com/apache/maven-apache-parent/pull/210#discussion_r1563034471 ## docs/pom.xml: ## @@ -82,11 +77,26 @@ under the License. + + +org.apache.maven.plugins +maven-install-plugin +

Re: [PR] Make TerminalOutput.pathToMaven() more robust to avoid #929 [maven-mvnd]

2024-04-12 Thread via GitHub
ppalaga commented on PR #930: URL: https://github.com/apache/maven-mvnd/pull/930#issuecomment-2052397518 > It would be nice to log (debug?) when the URL is malformed Well, the issue we are mitigating happens only in the text UI, where the place is sparse and where there is no concept

Re: [I] TerminalOutput.pathToMaven throws StringIndexOutOfBoundsException [maven-mvnd]

2024-04-12 Thread via GitHub
gastaldi commented on issue #929: URL: https://github.com/apache/maven-mvnd/issues/929#issuecomment-2052259867 It looks like it's missing the `packaging` in the URL, which should default to `jar` if not specified in the model. -- This is an automated message from the Apache Git Service.

[PR] [MPOM-483] Make a separate module for documentation [maven-apache-parent]

2024-04-12 Thread via GitHub
slawekjaranowski opened a new pull request, #210: URL: https://github.com/apache/maven-apache-parent/pull/210 (no comment) -- 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.

[jira] [Closed] (MPOM-478) Remove manually maintained history from site

2024-04-12 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MPOM-478. Resolution: Fixed > Remove manually maintained history from site >

Re: [I] TerminalOutput.pathToMaven throws StringIndexOutOfBoundsException [maven-mvnd]

2024-04-12 Thread via GitHub
ppalaga commented on issue #929: URL: https://github.com/apache/maven-mvnd/issues/929#issuecomment-2052375052 > Would logging just bare file name not be enough? The full URL is much longer. The g:a:v makes the text UI much better readable. > It looks like it's missing the

Re: [PR] [MPOM-483] Make a separate module for documentation [maven-apache-parent]

2024-04-12 Thread via GitHub
slawekjaranowski commented on code in PR #210: URL: https://github.com/apache/maven-apache-parent/pull/210#discussion_r1563147779 ## docs/pom.xml: ## @@ -82,11 +77,26 @@ under the License. + + +org.apache.maven.plugins +

Re: [PR] [MPOM-483] Make a separate module for documentation [maven-apache-parent]

2024-04-12 Thread via GitHub
slawekjaranowski commented on PR #210: URL: https://github.com/apache/maven-apache-parent/pull/210#issuecomment-2052473907 In ASF parent pom there is more trick about publishing documentation and publishing parent pom. For documentation perspective we need add some information to pom

Re: [PR] [MPOM-483] Make a separate module for documentation [maven-apache-parent]

2024-04-12 Thread via GitHub
slawekjaranowski commented on code in PR #210: URL: https://github.com/apache/maven-apache-parent/pull/210#discussion_r1563159511 ## docs/pom.xml: ## @@ -82,11 +77,26 @@ under the License. + + +org.apache.maven.plugins +

[jira] [Created] (MPOM-483) Make a separate module for documentation

2024-04-12 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MPOM-483: Summary: Make a separate module for documentation Key: MPOM-483 URL: https://issues.apache.org/jira/browse/MPOM-483 Project: Maven POMs Issue Type:

Re: [PR] Make TerminalOutput.pathToMaven() more robust to avoid #929 [maven-mvnd]

2024-04-12 Thread via GitHub
gastaldi commented on PR #930: URL: https://github.com/apache/maven-mvnd/pull/930#issuecomment-2052263766 It would be nice to log (debug?) when the URL is malformed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [MPOM-482] Publish site descriptor with new parent [maven-parent]

2024-04-12 Thread via GitHub
slawekjaranowski merged PR #170: URL: https://github.com/apache/maven-parent/pull/170 -- 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:

[PR] Bump apache/maven-gh-actions-shared from 3 to 4 [maven-parent]

2024-04-12 Thread via GitHub
dependabot[bot] opened a new pull request, #172: URL: https://github.com/apache/maven-parent/pull/172 Bumps [apache/maven-gh-actions-shared](https://github.com/apache/maven-gh-actions-shared) from 3 to 4. Commits

[PR] [MPOM-483] Make a separate module for documentation [maven-parent]

2024-04-12 Thread via GitHub
slawekjaranowski opened a new pull request, #171: URL: https://github.com/apache/maven-parent/pull/171 current: https://maven.apache.org/pom/maven/index.html new: https://maven.apache.org/pom-archives/maven-LATEST/index.html -- This is an automated message from the Apache Git Service.

[PR] Bump apache/maven-gh-actions-shared from 3 to 4 [maven-apache-parent]

2024-04-12 Thread via GitHub
dependabot[bot] opened a new pull request, #211: URL: https://github.com/apache/maven-apache-parent/pull/211 Bumps [apache/maven-gh-actions-shared](https://github.com/apache/maven-gh-actions-shared) from 3 to 4. Commits

<    1   2