[jira] [Updated] (MSITE-1000) Allow parametrisation of Doxia parser per file

2024-05-05 Thread Michael Osipov (Jira)


 [ 
https://issues.apache.org/jira/browse/MSITE-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov updated MSITE-1000:
--
Description: 
Currently only the attributes used for rendering the site can be parameterized 
in 
https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#attributes. 
There is no possibility to configure the parser in 
https://github.com/apache/maven-doxia-sitetools/blob/dacaa552c1b8e89eed84db0f43b6b0a72be91d0c/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java#L322
 per document.

This would be nice in the context of 
https://issues.apache.org/jira/browse/DOXIA-722 where generation of anchors 
should be switched on/off for certain documents. Also generation of comments 
may be desirable for certain documents.

I propose the following additional plugin goal parameter:

{code}

  

  **/apt/**

false
true
  


{code}

where {{parserConfigurations}} is an array of a complex type with (include) 
patterns on the source path (String array) and boolean methods for features.
  
This also required an upgrade to Maven Plugin Tools 3.13.0.

  was:
Currently only the attributes used for rendering the site can be parameterized 
in 
https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#attributes. 
There is no possibility to configure the parser in 
https://github.com/apache/maven-doxia-sitetools/blob/dacaa552c1b8e89eed84db0f43b6b0a72be91d0c/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java#L322
 per document.

This would be nice in the context of 
https://issues.apache.org/jira/browse/DOXIA-722 where generation of anchors 
should be switched on/off for certain documents. Also generation of comments 
may be desirable for certain documents.

I propose the following additional plugin goal parameter:

{code}

  

  **/apt/**

false
true
  


{code}

where {{parserConfigurations}} is an array of a complex type with (include) 
patterns on the source path (String array) and boolean methods for features.
  
This also required an upgrade to Maven Plugin Tools 3.13.0


> Allow parametrisation of Doxia parser per file
> --
>
> Key: MSITE-1000
> URL: https://issues.apache.org/jira/browse/MSITE-1000
> Project: Maven Site Plugin
>  Issue Type: New Feature
>  Components: doxia integration
>Reporter: Konrad Windszus
>Assignee: Konrad Windszus
>Priority: Major
>
> Currently only the attributes used for rendering the site can be 
> parameterized in 
> https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#attributes. 
> There is no possibility to configure the parser in 
> https://github.com/apache/maven-doxia-sitetools/blob/dacaa552c1b8e89eed84db0f43b6b0a72be91d0c/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java#L322
>  per document.
> This would be nice in the context of 
> https://issues.apache.org/jira/browse/DOXIA-722 where generation of anchors 
> should be switched on/off for certain documents. Also generation of comments 
> may be desirable for certain documents.
> I propose the following additional plugin goal parameter:
> {code}
> 
>   
> 
>   **/apt/**
> 
> false
> true
>   
> 
> {code}
> where {{parserConfigurations}} is an array of a complex type with (include) 
> patterns on the source path (String array) and boolean methods for features.
>   
> This also required an upgrade to Maven Plugin Tools 3.13.0.



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


[jira] [Updated] (MSITE-1000) Allow parametrisation of Doxia parser per file

2024-05-05 Thread Michael Osipov (Jira)


 [ 
https://issues.apache.org/jira/browse/MSITE-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov updated MSITE-1000:
--
Description: 
Currently only the attributes used for rendering the site can be parameterized 
in 
https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#attributes. 
There is no possibility to configure the parser in 
https://github.com/apache/maven-doxia-sitetools/blob/dacaa552c1b8e89eed84db0f43b6b0a72be91d0c/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java#L322
 per document.

This would be nice in the context of 
https://issues.apache.org/jira/browse/DOXIA-722 where generation of anchors 
should be switched on/off for certain documents. Also generation of comments 
may be desirable for certain documents.

I propose the following additional plugin goal parameter:

{code}

  

  **/apt/**

false
true
  


{code}

where {{parserConfigurations}} is an array of a complex type with (include) 
patterns on the source path (String array) and boolean methods for features.
  
This also required an upgrade to Maven Plugin Tools 3.13.0

  was:
Currently only the attributes used for rendering the site can be parameterized 
in 
https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#attributes. 
There is no possibility to configure the parser in 
https://github.com/apache/maven-doxia-sitetools/blob/dacaa552c1b8e89eed84db0f43b6b0a72be91d0c/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java#L322
 per document.

This would be nice in the context of 
https://issues.apache.org/jira/browse/DOXIA-722 where generation of anchors 
should be switched on/off for certain documents. Also generation of comments 
may be desirable for certain documents.

I propose the following additional plugin goal parameter:

{code}

  

  **/apt/**

false
true
  


{code}

where {{parserConfigurations}} is an array of a complex type with (include) 
patterns on the source path (String array) and boolean methods for features.
  


> Allow parametrisation of Doxia parser per file
> --
>
> Key: MSITE-1000
> URL: https://issues.apache.org/jira/browse/MSITE-1000
> Project: Maven Site Plugin
>  Issue Type: New Feature
>  Components: doxia integration
>Reporter: Konrad Windszus
>Assignee: Konrad Windszus
>Priority: Major
>
> Currently only the attributes used for rendering the site can be 
> parameterized in 
> https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#attributes. 
> There is no possibility to configure the parser in 
> https://github.com/apache/maven-doxia-sitetools/blob/dacaa552c1b8e89eed84db0f43b6b0a72be91d0c/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java#L322
>  per document.
> This would be nice in the context of 
> https://issues.apache.org/jira/browse/DOXIA-722 where generation of anchors 
> should be switched on/off for certain documents. Also generation of comments 
> may be desirable for certain documents.
> I propose the following additional plugin goal parameter:
> {code}
> 
>   
> 
>   **/apt/**
> 
> false
> true
>   
> 
> {code}
> where {{parserConfigurations}} is an array of a complex type with (include) 
> patterns on the source path (String array) and boolean methods for features.
>   
> This also required an upgrade to Maven Plugin Tools 3.13.0



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


[jira] [Updated] (MSITE-1000) Allow parametrisation of Doxia parser per file

2024-01-09 Thread Konrad Windszus (Jira)


 [ 
https://issues.apache.org/jira/browse/MSITE-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Windszus updated MSITE-1000:
---
Component/s: doxia integration

> Allow parametrisation of Doxia parser per file
> --
>
> Key: MSITE-1000
> URL: https://issues.apache.org/jira/browse/MSITE-1000
> Project: Maven Site Plugin
>  Issue Type: New Feature
>  Components: doxia integration
>Reporter: Konrad Windszus
>Assignee: Konrad Windszus
>Priority: Major
>
> Currently only the attributes used for rendering the site can be 
> parameterized in 
> https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#attributes. 
> There is no possibility to configure the parser in 
> https://github.com/apache/maven-doxia-sitetools/blob/dacaa552c1b8e89eed84db0f43b6b0a72be91d0c/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java#L322
>  per document.
> This would be nice in the context of 
> https://issues.apache.org/jira/browse/DOXIA-722 where generation of anchors 
> should be switched on/off for certain documents. Also generation of comments 
> may be desirable for certain documents.
> I propose the following additional plugin goal parameter:
> {code}
> 
>   
> 
>   **/apt/**
> 
> false
> true
>   
> 
> {code}
> where {{parserConfigurations}} is an array of a complex type with (include) 
> patterns on the source path (String array) and boolean methods for features.
>   



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


[jira] [Updated] (MSITE-1000) Allow parametrisation of Doxia parser per file

2024-01-04 Thread Konrad Windszus (Jira)


 [ 
https://issues.apache.org/jira/browse/MSITE-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Windszus updated MSITE-1000:
---
Description: 
Currently only the attributes used for rendering the site can be parameterized 
in 
https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#attributes. 
There is no possibility to configure the parser in 
https://github.com/apache/maven-doxia-sitetools/blob/dacaa552c1b8e89eed84db0f43b6b0a72be91d0c/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java#L322
 per document.

This would be nice in the context of 
https://issues.apache.org/jira/browse/DOXIA-722 where generation of anchors 
should be switched on/off for certain documents. Also generation of comments 
may be desirable for certain documents.

I propose the following additional plugin goal parameter:

{code}

  

  **/apt/**

false
true
  


{code}

where {{parserConfigurations}} is an array of a complex type with (include) 
patterns on the source path (String array) and boolean methods for features.
  

  was:
Currently only the attributes used for rendering the site can be parameterized 
in 
https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#attributes. 
There is no possibility to configure the parser in 
https://github.com/apache/maven-doxia-sitetools/blob/dacaa552c1b8e89eed84db0f43b6b0a72be91d0c/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java#L322
 per document.

This would be nice in the context of 
https://issues.apache.org/jira/browse/DOXIA-710 where generation of anchors 
should be switched on/off for certain documents. Also generation of comments 
may be desirable for certain documents.

I propose the following additional plugin goal parameter:

{code}

  

  **/apt/**

false
true
  


{code}

where {{parserConfigurations}} is an array of a complex type with (include) 
patterns on the source path (String array) and boolean methods for features.
  


> Allow parametrisation of Doxia parser per file
> --
>
> Key: MSITE-1000
> URL: https://issues.apache.org/jira/browse/MSITE-1000
> Project: Maven Site Plugin
>  Issue Type: New Feature
>Reporter: Konrad Windszus
>Priority: Major
>
> Currently only the attributes used for rendering the site can be 
> parameterized in 
> https://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#attributes. 
> There is no possibility to configure the parser in 
> https://github.com/apache/maven-doxia-sitetools/blob/dacaa552c1b8e89eed84db0f43b6b0a72be91d0c/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java#L322
>  per document.
> This would be nice in the context of 
> https://issues.apache.org/jira/browse/DOXIA-722 where generation of anchors 
> should be switched on/off for certain documents. Also generation of comments 
> may be desirable for certain documents.
> I propose the following additional plugin goal parameter:
> {code}
> 
>   
> 
>   **/apt/**
> 
> false
> true
>   
> 
> {code}
> where {{parserConfigurations}} is an array of a complex type with (include) 
> patterns on the source path (String array) and boolean methods for features.
>   



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