You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Ceki Gulcu (JIRA)" <ji...@codehaus.org> on 2010/03/08 21:32:55 UTC

[jira] Created: (JXR-80) Different behaviour in jxr plugin between Maven 2 and Maven 3

Different behaviour in jxr plugin between Maven 2 and Maven 3
-------------------------------------------------------------

                 Key: JXR-80
                 URL: http://jira.codehaus.org/browse/JXR-80
             Project: Maven JXR
          Issue Type: Bug
            Reporter: Ceki Gulcu


When running the jxr plugin on the logback project, I have observed a different behavior for the jxr plugin under Maven 3 compared to Maven 2. With maven 2, jxr writes to the target/site/xref directory of the parent module, with Maven 3, xref writes to the target/site/xref directory of each sub-module. 

Is there a recommended way to have jxr:jxr write to the target/site/xref directory of the parent module? 

The logback project can be downloaded from [1] or [2]. 


[1] http://logback.qos.ch/download.html 
[2] http://github.com/ceki/logback

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (JXR-80) Different behaviour in jxr plugin between Maven 2 and Maven 3

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/JXR-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213187#action_213187 ] 

Olivier Lamy commented on JXR-80:
---------------------------------

which version of the maven-site-plugin are you using ?
maven3 needs maven-site-plugin 3.0-beta-1-SNAPSHOT.

> Different behaviour in jxr plugin between Maven 2 and Maven 3
> -------------------------------------------------------------
>
>                 Key: JXR-80
>                 URL: http://jira.codehaus.org/browse/JXR-80
>             Project: Maven JXR
>          Issue Type: Bug
>            Reporter: Ceki Gulcu
>
> When running the jxr plugin on the logback project, I have observed a different behavior for the jxr plugin under Maven 3 compared to Maven 2. With maven 2, jxr writes to the target/site/xref directory of the parent module, with Maven 3, xref writes to the target/site/xref directory of each sub-module. 
> Is there a recommended way to have jxr:jxr write to the target/site/xref directory of the parent module? 
> The logback project can be downloaded from [1] or [2]. 
> [1] http://logback.qos.ch/download.html 
> [2] http://github.com/ceki/logback

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (JXR-80) Different behaviour in jxr plugin between Maven 2 and Maven 3

Posted by "Ceki Gulcu (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/JXR-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213198#action_213198 ] 

Ceki Gulcu commented on JXR-80:
-------------------------------

After setting the version of the plugin to 3.0-beta-1-SNAPSHOT, I ran into a different bunch of problems. I am dropping the issue for now, will try later.


> Different behaviour in jxr plugin between Maven 2 and Maven 3
> -------------------------------------------------------------
>
>                 Key: JXR-80
>                 URL: http://jira.codehaus.org/browse/JXR-80
>             Project: Maven JXR
>          Issue Type: Bug
>            Reporter: Ceki Gulcu
>
> When running the jxr plugin on the logback project, I have observed a different behavior for the jxr plugin under Maven 3 compared to Maven 2. With maven 2, jxr writes to the target/site/xref directory of the parent module, with Maven 3, xref writes to the target/site/xref directory of each sub-module. 
> Is there a recommended way to have jxr:jxr write to the target/site/xref directory of the parent module? 
> The logback project can be downloaded from [1] or [2]. 
> [1] http://logback.qos.ch/download.html 
> [2] http://github.com/ceki/logback

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (JXR-80) Different behaviour in jxr plugin between Maven 2 and Maven 3

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/JXR-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213201#action_213201 ] 

Olivier Lamy edited comment on JXR-80 at 3/9/10 10:37 AM:
----------------------------------------------------------

read here http://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+and+site+plugin .
you have to update some plugins versions
btw your informations/errors will be interesting.

      was (Author: olamy):
    read here http://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+and+site+plugin .
you have to update some plugins versions
  
> Different behaviour in jxr plugin between Maven 2 and Maven 3
> -------------------------------------------------------------
>
>                 Key: JXR-80
>                 URL: http://jira.codehaus.org/browse/JXR-80
>             Project: Maven JXR
>          Issue Type: Bug
>            Reporter: Ceki Gulcu
>
> When running the jxr plugin on the logback project, I have observed a different behavior for the jxr plugin under Maven 3 compared to Maven 2. With maven 2, jxr writes to the target/site/xref directory of the parent module, with Maven 3, xref writes to the target/site/xref directory of each sub-module. 
> Is there a recommended way to have jxr:jxr write to the target/site/xref directory of the parent module? 
> The logback project can be downloaded from [1] or [2]. 
> [1] http://logback.qos.ch/download.html 
> [2] http://github.com/ceki/logback

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (JXR-80) Different behaviour in jxr plugin between Maven 2 and Maven 3

Posted by "Ceki Gulcu (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/JXR-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213182#action_213182 ] 

Ceki Gulcu commented on JXR-80:
-------------------------------

Thanks for the response Dennis. However, I was aware of the aggregate option for the jxr plugin.

For some reason when I run the following commands under Maven 2.2.1 
> mvn clean
> mvn install site
the javadocs and xref files are created properly, but under Maven 3.0-alpha-6 no javadoc nor xref files are created, not at top-level nor in any of the sub-modules. It's probably a problem related to the alpha status of Maven3.

As mentioned earlier, the logback project is open-source and can be downloaded from the links provided above.

> Different behaviour in jxr plugin between Maven 2 and Maven 3
> -------------------------------------------------------------
>
>                 Key: JXR-80
>                 URL: http://jira.codehaus.org/browse/JXR-80
>             Project: Maven JXR
>          Issue Type: Bug
>            Reporter: Ceki Gulcu
>
> When running the jxr plugin on the logback project, I have observed a different behavior for the jxr plugin under Maven 3 compared to Maven 2. With maven 2, jxr writes to the target/site/xref directory of the parent module, with Maven 3, xref writes to the target/site/xref directory of each sub-module. 
> Is there a recommended way to have jxr:jxr write to the target/site/xref directory of the parent module? 
> The logback project can be downloaded from [1] or [2]. 
> [1] http://logback.qos.ch/download.html 
> [2] http://github.com/ceki/logback

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (JXR-80) Different behaviour in jxr plugin between Maven 2 and Maven 3

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/JXR-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213201#action_213201 ] 

Olivier Lamy commented on JXR-80:
---------------------------------

read here http://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+and+site+plugin .
you have to update some plugins versions

> Different behaviour in jxr plugin between Maven 2 and Maven 3
> -------------------------------------------------------------
>
>                 Key: JXR-80
>                 URL: http://jira.codehaus.org/browse/JXR-80
>             Project: Maven JXR
>          Issue Type: Bug
>            Reporter: Ceki Gulcu
>
> When running the jxr plugin on the logback project, I have observed a different behavior for the jxr plugin under Maven 3 compared to Maven 2. With maven 2, jxr writes to the target/site/xref directory of the parent module, with Maven 3, xref writes to the target/site/xref directory of each sub-module. 
> Is there a recommended way to have jxr:jxr write to the target/site/xref directory of the parent module? 
> The logback project can be downloaded from [1] or [2]. 
> [1] http://logback.qos.ch/download.html 
> [2] http://github.com/ceki/logback

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (JXR-80) Different behaviour in jxr plugin between Maven 2 and Maven 3

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/JXR-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213087#action_213087 ] 

Dennis Lundberg commented on JXR-80:
------------------------------------

Please see
http://maven.apache.org/plugins/maven-jxr-plugin/examples/aggregate.html

> Different behaviour in jxr plugin between Maven 2 and Maven 3
> -------------------------------------------------------------
>
>                 Key: JXR-80
>                 URL: http://jira.codehaus.org/browse/JXR-80
>             Project: Maven JXR
>          Issue Type: Bug
>            Reporter: Ceki Gulcu
>
> When running the jxr plugin on the logback project, I have observed a different behavior for the jxr plugin under Maven 3 compared to Maven 2. With maven 2, jxr writes to the target/site/xref directory of the parent module, with Maven 3, xref writes to the target/site/xref directory of each sub-module. 
> Is there a recommended way to have jxr:jxr write to the target/site/xref directory of the parent module? 
> The logback project can be downloaded from [1] or [2]. 
> [1] http://logback.qos.ch/download.html 
> [2] http://github.com/ceki/logback

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (JXR-80) Different behaviour in jxr plugin between Maven 2 and Maven 3

Posted by "Ceki Gulcu (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/JXR-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213221#action_213221 ] 

Ceki Gulcu commented on JXR-80:
-------------------------------

I saw that document. The "not yet implemented sign" scared me off. Anyway, I kept getting various errors about unfound snapshot artifacts, nothing really interesting or to write about...

> Different behaviour in jxr plugin between Maven 2 and Maven 3
> -------------------------------------------------------------
>
>                 Key: JXR-80
>                 URL: http://jira.codehaus.org/browse/JXR-80
>             Project: Maven JXR
>          Issue Type: Bug
>            Reporter: Ceki Gulcu
>
> When running the jxr plugin on the logback project, I have observed a different behavior for the jxr plugin under Maven 3 compared to Maven 2. With maven 2, jxr writes to the target/site/xref directory of the parent module, with Maven 3, xref writes to the target/site/xref directory of each sub-module. 
> Is there a recommended way to have jxr:jxr write to the target/site/xref directory of the parent module? 
> The logback project can be downloaded from [1] or [2]. 
> [1] http://logback.qos.ch/download.html 
> [2] http://github.com/ceki/logback

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira