You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benson Margulies (JIRA)" <ji...@codehaus.org> on 2011/08/23 18:59:32 UTC

[jira] Created: (JXR-94) use the maven-plugins pom as the parent of the maven-jxr-plugin

use the maven-plugins pom as the parent of the maven-jxr-plugin
---------------------------------------------------------------

                 Key: JXR-94
                 URL: https://jira.codehaus.org/browse/JXR-94
             Project: Maven JXR
          Issue Type: Task
          Components: maven2 jxr plugin
    Affects Versions: 2.3
            Reporter: Benson Margulies


The maven-plugins pom defines good defaults for a plugin. So, it makes more sense for the maven-jxr-plugin to use it, rather than the 'jxr' pom itself. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (JXR-94) use the maven-plugins pom as the parent of the maven-jxr-plugin

Posted by "Benson Margulies (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/JXR-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=276811#comment-276811 ] 

Benson Margulies commented on JXR-94:
-------------------------------------

So, AbstractMavenReport.execute goes ahead and creates a writer and askes the site renderer to write the sink into it, which replaces the content we want with other content. 

> use the maven-plugins pom as the parent of the maven-jxr-plugin
> ---------------------------------------------------------------
>
>                 Key: JXR-94
>                 URL: https://jira.codehaus.org/browse/JXR-94
>             Project: Maven JXR
>          Issue Type: Task
>          Components: maven2 jxr plugin
>    Affects Versions: 2.3
>            Reporter: Benson Margulies
>
> The maven-plugins pom defines good defaults for a plugin. So, it makes more sense for the maven-jxr-plugin to use it, rather than the 'jxr' pom itself. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (JXR-94) use the maven-plugins pom as the parent of the maven-jxr-plugin

Posted by "Benson Margulies (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/JXR-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies closed JXR-94.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4
         Assignee: Benson Margulies

1160826

> use the maven-plugins pom as the parent of the maven-jxr-plugin
> ---------------------------------------------------------------
>
>                 Key: JXR-94
>                 URL: https://jira.codehaus.org/browse/JXR-94
>             Project: Maven JXR
>          Issue Type: Task
>          Components: maven2 jxr plugin
>    Affects Versions: 2.3
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>             Fix For: 2.4
>
>
> The maven-plugins pom defines good defaults for a plugin. So, it makes more sense for the maven-jxr-plugin to use it, rather than the 'jxr' pom itself. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (JXR-94) use the maven-plugins pom as the parent of the maven-jxr-plugin

Posted by "Benson Margulies (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/JXR-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies updated JXR-94:
--------------------------------

    Comment: was deleted

(was: So, AbstractMavenReport.execute goes ahead and creates a writer and askes the site renderer to write the sink into it, which replaces the content we want with other content. )

> use the maven-plugins pom as the parent of the maven-jxr-plugin
> ---------------------------------------------------------------
>
>                 Key: JXR-94
>                 URL: https://jira.codehaus.org/browse/JXR-94
>             Project: Maven JXR
>          Issue Type: Task
>          Components: maven2 jxr plugin
>    Affects Versions: 2.3
>            Reporter: Benson Margulies
>
> The maven-plugins pom defines good defaults for a plugin. So, it makes more sense for the maven-jxr-plugin to use it, rather than the 'jxr' pom itself. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (JXR-94) use the maven-plugins pom as the parent of the maven-jxr-plugin

Posted by "Benson Margulies (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/JXR-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=276793#comment-276793 ] 

Benson Margulies commented on JXR-94:
-------------------------------------

The jxr plugin writes out the index page just fine, and then something else wanders along and writes out a dummy page that looks like any other maven report. I'm trying to figure out who/why.

> use the maven-plugins pom as the parent of the maven-jxr-plugin
> ---------------------------------------------------------------
>
>                 Key: JXR-94
>                 URL: https://jira.codehaus.org/browse/JXR-94
>             Project: Maven JXR
>          Issue Type: Task
>          Components: maven2 jxr plugin
>    Affects Versions: 2.3
>            Reporter: Benson Margulies
>
> The maven-plugins pom defines good defaults for a plugin. So, it makes more sense for the maven-jxr-plugin to use it, rather than the 'jxr' pom itself. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (JXR-94) use the maven-plugins pom as the parent of the maven-jxr-plugin

Posted by "Benson Margulies (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/JXR-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies updated JXR-94:
--------------------------------

    Comment: was deleted

(was: The jxr plugin writes out the index page just fine, and then something else wanders along and writes out a dummy page that looks like any other maven report. I'm trying to figure out who/why.)

> use the maven-plugins pom as the parent of the maven-jxr-plugin
> ---------------------------------------------------------------
>
>                 Key: JXR-94
>                 URL: https://jira.codehaus.org/browse/JXR-94
>             Project: Maven JXR
>          Issue Type: Task
>          Components: maven2 jxr plugin
>    Affects Versions: 2.3
>            Reporter: Benson Margulies
>
> The maven-plugins pom defines good defaults for a plugin. So, it makes more sense for the maven-jxr-plugin to use it, rather than the 'jxr' pom itself. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira