[jira] Updated: (MNG-3811) Report plugins don't inherit configuration

2011-08-01 Thread Herve Boutemy (JIRA)

 [ 
https://jira.codehaus.org/browse/MNG-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MNG-3811:
---

Description: 
'm trying to set up reporting plugin inheritance and not having any luck.  I'm 
using Maven 2.0.9 on Java 1.6.0_07.  Here is my problem:
parent/pom.xml has
{code:xml}
  

  
maven-javadoc-plugin

  true
  
parentLink
  

  

  {code}

child/pom.xml has
{code:xml}  

  
maven-javadoc-plugin

  
childLink
  

  

  {code}

After installing the parent, mvn help:effective-pom for the child yeilds:
{code:xml} 
target/site

  
maven-javadoc-plugin

  
childLink
  

  

  {code}

I expected it to look like:
{code:xml} 
target/site

  
maven-javadoc-plugin

  true
  
parentLink
childLink
  

  

  
{code}

I'd be happy to make a test case for this if someone would point me in the 
right direction.

  was:
'm trying to set up reporting plugin inheritance and not having any luck.  I'm 
using Maven 2.0.9 on Java 1.6.0_07.  Here is my problem:
parent/pom.xml has
  

  
maven-javadoc-plugin

  true
  
parentLink
  

  

  

child/pom.xml has
  

  
maven-javadoc-plugin

  
childLink
  

  

  

After installing the parent, mvn help:effective-pom for the child yeilds:
 
target/site

  
maven-javadoc-plugin

  
childLink
  

  

  

I expected it to look like:
 
target/site

  
maven-javadoc-plugin

  true
  
parentLink
childLink
  

  

  


I'd be happy to make a test case for this if someone would point me in the 
right direction.


> Report plugins don't inherit configuration
> --
>
> Key: MNG-3811
> URL: https://jira.codehaus.org/browse/MNG-3811
> Project: Maven 2 & 3
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 2.0.9, 2.0.11
> Environment: Ubuntu x64
> java version "1.6.0_0"
> OpenJDK  Runtime Environment (build 1.6.0_0-b11)
> OpenJDK 64-Bit Server VM (build 1.6.0_0-b11, mixed mode)
>Reporter: Nik Everett
>Assignee: Brett Porter
>Priority: Minor
> Fix For: 2.0.11, 2.1.0
>
> Attachments: bug.tar.gz, MNG-3811-maven-project.patch
>
>
> 'm trying to set up reporting plugin inheritance and not having any luck.  
> I'm using Maven 2.0.9 on Java 1.6.0_07.  Here is my problem:
> parent/pom.xml has
> {code:xml}
>   
> 
>   
> maven-javadoc-plugin
> 
>   true
>   
> parentLink
>   
> 
>   
> 
>   {code}
> child/pom.xml has
> {code:xml}  
> 
>   
> maven-javadoc-plugin
> 
>   
> childLink
>   
> 
>   
> 
>   {code}
> After installing the parent, mvn help:effective-pom for the child yeilds:
> {code:xml} 
> target/site
> 
>   
> maven-javadoc-plugin
> 
>   
> childLink
>   
> 
>   
> 
>   {code}
> I expected it to look like:
> {code:xml} 
> target/site
> 
>   
> maven-javadoc-plugin
> 
>   true
>   
> parentLink
> childLink
>   
> 
>   
> 
>   
> {code}
> I'd be happy to make a test case for this if someone would point me in the 
> right direction.

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




[jira] Updated: (MNG-3811) Report plugins don't inherit configuration

2008-12-17 Thread Brett Porter (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Porter updated MNG-3811:
--

  Fix Version/s: 2.0.11
Patch Submitted: [Yes]

> Report plugins don't inherit configuration
> --
>
> Key: MNG-3811
> URL: http://jira.codehaus.org/browse/MNG-3811
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 2.0.9, 2.0.11
> Environment: Ubuntu x64
> java version "1.6.0_0"
> OpenJDK  Runtime Environment (build 1.6.0_0-b11)
> OpenJDK 64-Bit Server VM (build 1.6.0_0-b11, mixed mode)
>Reporter: Nik Everett
>Priority: Minor
> Fix For: 2.0.11
>
> Attachments: bug.tar.gz, MNG-3811-maven-project.patch
>
>
> 'm trying to set up reporting plugin inheritance and not having any luck.  
> I'm using Maven 2.0.9 on Java 1.6.0_07.  Here is my problem:
> parent/pom.xml has
>   
> 
>   
> maven-javadoc-plugin
> 
>   true
>   
> parentLink
>   
> 
>   
> 
>   
> child/pom.xml has
>   
> 
>   
> maven-javadoc-plugin
> 
>   
> childLink
>   
> 
>   
> 
>   
> After installing the parent, mvn help:effective-pom for the child yeilds:
>  
> target/site
> 
>   
> maven-javadoc-plugin
> 
>   
> childLink
>   
> 
>   
> 
>   
> I expected it to look like:
>  
> target/site
> 
>   
> maven-javadoc-plugin
> 
>   true
>   
> parentLink
> childLink
>   
> 
>   
> 
>   
> I'd be happy to make a test case for this if someone would point me in the 
> right direction.

-- 
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] Updated: (MNG-3811) Report plugins don't inherit configuration

2008-10-31 Thread Nik Everett (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nik Everett updated MNG-3811:
-

Attachment: MNG-3811-maven-project.patch

This looks like it fixes the problem.

> Report plugins don't inherit configuration
> --
>
> Key: MNG-3811
> URL: http://jira.codehaus.org/browse/MNG-3811
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM
>Affects Versions: 2.0.9, 2.0.11
> Environment: Ubuntu x64
> java version "1.6.0_0"
> OpenJDK  Runtime Environment (build 1.6.0_0-b11)
> OpenJDK 64-Bit Server VM (build 1.6.0_0-b11, mixed mode)
>Reporter: Nik Everett
>Priority: Minor
> Attachments: bug.tar.gz, MNG-3811-maven-project.patch
>
>
> 'm trying to set up reporting plugin inheritance and not having any luck.  
> I'm using Maven 2.0.9 on Java 1.6.0_07.  Here is my problem:
> parent/pom.xml has
>   
> 
>   
> maven-javadoc-plugin
> 
>   true
>   
> parentLink
>   
> 
>   
> 
>   
> child/pom.xml has
>   
> 
>   
> maven-javadoc-plugin
> 
>   
> childLink
>   
> 
>   
> 
>   
> After installing the parent, mvn help:effective-pom for the child yeilds:
>  
> target/site
> 
>   
> maven-javadoc-plugin
> 
>   
> childLink
>   
> 
>   
> 
>   
> I expected it to look like:
>  
> target/site
> 
>   
> maven-javadoc-plugin
> 
>   true
>   
> parentLink
> childLink
>   
> 
>   
> 
>   
> I'd be happy to make a test case for this if someone would point me in the 
> right direction.

-- 
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