Created: (MNG-4430) [regression] Presence of distribution management status in POM of local project does not cause validation error

View: New views
2 Messages — Rating Filter:   Alert me  

Created: (MNG-4430) [regression] Presence of distribution management status in POM of local project does not cause validation error

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[regression] Presence of distribution management status in POM of local project does not cause validation error
---------------------------------------------------------------------------------------------------------------

                 Key: MNG-4430
                 URL: http://jira.codehaus.org/browse/MNG-4430
             Project: Maven 2
          Issue Type: Bug
          Components: POM
    Affects Versions: 3.0-alpha-2
            Reporter: Benjamin Bentmann
            Priority: Minor


This inside a POM of a local project should fail the build with a validation error:
{code:xml}
<distributionManagement>
  <status>generated</status>
</distributionManagement>
{code}
This is only valid for POMs in the repository.

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

       

Closed: (MNG-4430) [regression] Presence of distribution management status in POM of local project does not cause validation error

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Benjamin Bentmann closed MNG-4430.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0-alpha-3
         Assignee: Benjamin Bentmann

Fixed in [r833465|http://svn.apache.org/viewvc?view=revision&revision=833465].

> [regression] Presence of distribution management status in POM of local project does not cause validation error
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: MNG-4430
>                 URL: http://jira.codehaus.org/browse/MNG-4430
>             Project: Maven 2
>          Issue Type: Bug
>          Components: POM
>    Affects Versions: 3.0-alpha-2
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 3.0-alpha-3
>
>
> This inside a POM of a local project should fail the build with a validation error:
> {code:xml}
> <distributionManagement>
>   <status>generated</status>
> </distributionManagement>
> {code}
> This is only valid for POMs in the repository.

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