[jira] [Commented] (MRESOLVER-443) Integrate "configuration page generator" tool into build/site

2023-12-11 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17795256#comment-17795256
 ] 

ASF GitHub Bot commented on MRESOLVER-443:
--

cstamas merged PR #385:
URL: https://github.com/apache/maven-resolver/pull/385




> Integrate "configuration page generator" tool into build/site
> -
>
> Key: MRESOLVER-443
> URL: https://issues.apache.org/jira/browse/MRESOLVER-443
> Project: Maven Resolver
>  Issue Type: Task
>  Components: Resolver
>Reporter: Tamas Cservenak
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 2.0.0
>
>
> As part of MRESOLVER-440 we got a "tool" that basically generates this page: 
> [https://maven.apache.org/resolver/configuration.html]
> It was manually authored before, that had many issues, was laborious and was 
> error prone.
> This tool should be integrated somehow into "site", but unsure how.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MRESOLVER-443) Integrate "configuration page generator" tool into build/site

2023-12-08 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17794595#comment-17794595
 ] 

ASF GitHub Bot commented on MRESOLVER-443:
--

cstamas commented on PR #385:
URL: https://github.com/apache/maven-resolver/pull/385#issuecomment-1846798962

   @michael-o anything to add here?




> Integrate "configuration page generator" tool into build/site
> -
>
> Key: MRESOLVER-443
> URL: https://issues.apache.org/jira/browse/MRESOLVER-443
> Project: Maven Resolver
>  Issue Type: Task
>  Components: Resolver
>Reporter: Tamas Cservenak
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 2.0.0
>
>
> As part of MRESOLVER-440 we got a "tool" that basically generates this page: 
> [https://maven.apache.org/resolver/configuration.html]
> It was manually authored before, that had many issues, was laborious and was 
> error prone.
> This tool should be integrated somehow into "site", but unsure how.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MRESOLVER-443) Integrate "configuration page generator" tool into build/site

2023-12-04 Thread Tamas Cservenak (Jira)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792971#comment-17792971
 ] 

Tamas Cservenak commented on MRESOLVER-443:
---

[~michael-o] And what about this in PR? Given "build" and "site build" are two 
distinct Maven invocations...

> Integrate "configuration page generator" tool into build/site
> -
>
> Key: MRESOLVER-443
> URL: https://issues.apache.org/jira/browse/MRESOLVER-443
> Project: Maven Resolver
>  Issue Type: Task
>  Components: Resolver
>Reporter: Tamas Cservenak
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 2.0.0
>
>
> As part of MRESOLVER-440 we got a "tool" that basically generates this page: 
> [https://maven.apache.org/resolver/configuration.html]
> It was manually authored before, that had many issues, was laborious and was 
> error prone.
> This tool should be integrated somehow into "site", but unsure how.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MRESOLVER-443) Integrate "configuration page generator" tool into build/site

2023-12-04 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17792969#comment-17792969
 ] 

ASF GitHub Bot commented on MRESOLVER-443:
--

cstamas opened a new pull request, #385:
URL: https://github.com/apache/maven-resolver/pull/385

   Simply invoke it as very last step of build to generate the documentation. 
Ideally, this will produce _same output_ hence there will be no side effect. 
But in case page is outdated the local checkout becomes dirty and would prevent 
release.
   
   ---
   
   https://issues.apache.org/jira/browse/MRESOLVER-443




> Integrate "configuration page generator" tool into build/site
> -
>
> Key: MRESOLVER-443
> URL: https://issues.apache.org/jira/browse/MRESOLVER-443
> Project: Maven Resolver
>  Issue Type: Task
>  Components: Resolver
>Reporter: Tamas Cservenak
>Priority: Major
> Fix For: 2.0.0
>
>
> As part of MRESOLVER-440 we got a "tool" that basically generates this page: 
> [https://maven.apache.org/resolver/configuration.html]
> It was manually authored before, that had many issues, was laborious and was 
> error prone.
> This tool should be integrated somehow into "site", but unsure how.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MRESOLVER-443) Integrate "configuration page generator" tool into build/site

2023-11-28 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17790616#comment-17790616
 ] 

Michael Osipov commented on MRESOLVER-443:
--

You have two options:
(a) Use 
https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#generatedSiteDirectory
(b) or drop the file at https://maven.apache.org/pom.html#reporting at 
{{post-site}} phase

> Integrate "configuration page generator" tool into build/site
> -
>
> Key: MRESOLVER-443
> URL: https://issues.apache.org/jira/browse/MRESOLVER-443
> Project: Maven Resolver
>  Issue Type: Task
>Reporter: Tamas Cservenak
>Priority: Major
> Fix For: 2.0.0
>
>
> As part of MRESOLVER-440 we got a "tool" that basically generates this page: 
> [https://maven.apache.org/resolver/configuration.html]
> It was manually authored before, that had many issues, was laborious and was 
> error prone.
> This tool should be integrated somehow into "site", but unsure how.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)