You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2007/05/31 19:58:58 UTC

[jira] Created: (MNG-3027) forked execution does not get configuration from the POM

forked execution does not get configuration from the POM
--------------------------------------------------------

                 Key: MNG-3027
                 URL: http://jira.codehaus.org/browse/MNG-3027
             Project: Maven 2
          Issue Type: Bug
            Reporter: John Casey


steps to reproduce:

1. go into maven/components/trunk/maven-project
2. run `mvn -P reporting site:run`
3. notice that checkstyle first reports 216 errors, then when it forks and re-checks (for some reason), it reports 7513 errors. This is because it isn't configured with the settings in the POM.

-- 
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-3027) forked execution does not get configuration from the POM

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-3027:
------------------------------

         Priority: Blocker
    Fix Version/s: 3.0-alpha-1

> forked execution does not get configuration from the POM
> --------------------------------------------------------
>
>                 Key: MNG-3027
>                 URL: http://jira.codehaus.org/browse/MNG-3027
>             Project: Maven 2
>          Issue Type: Bug
>            Reporter: John Casey
>            Assignee: John Casey
>            Priority: Blocker
>             Fix For: 3.0-alpha-1
>
>
> steps to reproduce:
> 1. go into maven/components/trunk/maven-project
> 2. run `mvn -P reporting site:run`
> 3. notice that checkstyle first reports 216 errors, then when it forks and re-checks (for some reason), it reports 7513 errors. This is because it isn't configured with the settings in the POM.

-- 
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] Closed: (MNG-3027) forked execution does not get configuration from the POM

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey closed MNG-3027.
---------------------------

    Resolution: Fixed

pulling configuration for mojos forked from reports using the <reporting/> section in addition to the build section. Also, improved the detection of reports when no report-set is defined (when we just iterate through all MojoDescriptors in a plugin).

> forked execution does not get configuration from the POM
> --------------------------------------------------------
>
>                 Key: MNG-3027
>                 URL: http://jira.codehaus.org/browse/MNG-3027
>             Project: Maven 2
>          Issue Type: Bug
>            Reporter: John Casey
>            Assignee: John Casey
>
> steps to reproduce:
> 1. go into maven/components/trunk/maven-project
> 2. run `mvn -P reporting site:run`
> 3. notice that checkstyle first reports 216 errors, then when it forks and re-checks (for some reason), it reports 7513 errors. This is because it isn't configured with the settings in the POM.

-- 
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-3027) forked execution does not get configuration from the POM

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey updated MNG-3027:
----------------------------

    Assignee: John Casey

> forked execution does not get configuration from the POM
> --------------------------------------------------------
>
>                 Key: MNG-3027
>                 URL: http://jira.codehaus.org/browse/MNG-3027
>             Project: Maven 2
>          Issue Type: Bug
>            Reporter: John Casey
>            Assignee: John Casey
>
> steps to reproduce:
> 1. go into maven/components/trunk/maven-project
> 2. run `mvn -P reporting site:run`
> 3. notice that checkstyle first reports 216 errors, then when it forks and re-checks (for some reason), it reports 7513 errors. This is because it isn't configured with the settings in the POM.

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