You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jerome Lacoste (JIRA)" <ji...@codehaus.org> on 2006/02/02 17:35:12 UTC

[jira] Created: (MNG-2033) published m2 POM descriptor incorrectly uses instead of in at least two places

published m2 POM descriptor incorrectly uses <o> instead of <os> in at least two places
---------------------------------------------------------------------------------------

         Key: MNG-2033
         URL: http://jira.codehaus.org/browse/MNG-2033
     Project: Maven 2
        Type: Bug

  Components: Documentation: Guides  
    Reporter: Jerome Lacoste
    Priority: Minor


Probably fixed as the page was published in October 2005. Someone may want to try to duplicate that.

Errors indicated with ->

Extracts:
     <activation>
        <activeByDefault/>
        <jdk/>
->      <o>
          <name/>
          <family/>
          <arch/>
          <version/>
        </o>


     activation

          The conditions within the build runtime environment which will trigger the automatic inclusion of the parent build profile.
          Element 	Description
          activeByDefault 	Flag specifying whether this profile is active as a default.
          jdk 	Specifies that this profile will be activated when a matching JDK is detected.
OK    os 	Specifies that this profile will be activated when matching OS attributes are detected.
          property 	Specifies that this profile will be activated when this System property is specified.
          file 	Specifies that this profile will be activated based on existence of a file.

-> o
     
     This is an activator which will detect an operating system's attributes in order to activate its profile.
     Element 	Description

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-2033) published m2 POM descriptor incorrectly uses instead of in at least two places

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2033?page=all ]
     
Brett Porter closed MNG-2033:
-----------------------------

     Assign To: Brett Porter
    Resolution: Fixed

fixed by redploying with the right modello generator

> published m2 POM descriptor incorrectly uses <o> instead of <os> in at least two places
> ---------------------------------------------------------------------------------------
>
>          Key: MNG-2033
>          URL: http://jira.codehaus.org/browse/MNG-2033
>      Project: Maven 2
>         Type: Bug

>   Components: Documentation: Guides
>     Reporter: Jerome Lacoste
>     Assignee: Brett Porter
>     Priority: Minor

>
>
> Probably fixed as the page was published in October 2005. Someone may want to try to duplicate that.
> Errors indicated with ->
> Extracts:
>      <activation>
>         <activeByDefault/>
>         <jdk/>
> ->      <o>
>           <name/>
>           <family/>
>           <arch/>
>           <version/>
>         </o>
>      activation
>           The conditions within the build runtime environment which will trigger the automatic inclusion of the parent build profile.
>           Element 	Description
>           activeByDefault 	Flag specifying whether this profile is active as a default.
>           jdk 	Specifies that this profile will be activated when a matching JDK is detected.
> OK    os 	Specifies that this profile will be activated when matching OS attributes are detected.
>           property 	Specifies that this profile will be activated when this System property is specified.
>           file 	Specifies that this profile will be activated based on existence of a file.
> -> o
>      
>      This is an activator which will detect an operating system's attributes in order to activate its profile.
>      Element 	Description

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org