You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Rahul Thakur (JIRA)" <ji...@codehaus.org> on 2006/04/10 10:25:48 UTC

[jira] Created: (MPH-12) Create a Mojo to list all Profiles for a Project (even those loaded from an external profiles.xml)

Create a Mojo to list all Profiles for a Project (even those loaded from an external profiles.xml)
--------------------------------------------------------------------------------------------------

         Key: MPH-12
         URL: http://jira.codehaus.org/browse/MPH-12
     Project: Maven 2.x Help Plugin
        Type: New Feature

    Reporter: Rahul Thakur


Create a Mojo that can load profiles from an external profiles.xml and list all profiles for a project and their statuses (active/inactive).

-- 
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: (MPH-12) Create a Mojo to list all Profiles for a Project (even those loaded from an external profiles.xml)

Posted by "Milos Kleint (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPH-12?page=comments#action_63193 ] 

Milos Kleint commented on MPH-12:
---------------------------------

this kind of information is also useful for IDE integration.It would be  nice to have it  accessible as a plexus component and have the plugin tobe just a wrapper  around the component.



> Create a Mojo to list all Profiles for a Project (even those loaded from an external profiles.xml)
> --------------------------------------------------------------------------------------------------
>
>          Key: MPH-12
>          URL: http://jira.codehaus.org/browse/MPH-12
>      Project: Maven 2.x Help Plugin
>         Type: New Feature

>     Reporter: Rahul Thakur
>  Attachments: MPH-12.patch
>
>
> Create a Mojo that can load profiles from an external profiles.xml and list all profiles for a project and their statuses (active/inactive).

-- 
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: (MPH-12) Create a Mojo to list all Profiles for a Project (even those loaded from an external profiles.xml)

Posted by "Rahul Thakur (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPH-12?page=all ]

Rahul Thakur updated MPH-12:
----------------------------

    Attachment: MPH-12.patch

> Create a Mojo to list all Profiles for a Project (even those loaded from an external profiles.xml)
> --------------------------------------------------------------------------------------------------
>
>          Key: MPH-12
>          URL: http://jira.codehaus.org/browse/MPH-12
>      Project: Maven 2.x Help Plugin
>         Type: New Feature

>     Reporter: Rahul Thakur
>  Attachments: MPH-12.patch, MPH-12.patch
>
>
> Create a Mojo that can load profiles from an external profiles.xml and list all profiles for a project and their statuses (active/inactive).

-- 
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: (MPH-12) Create a Mojo to list all Profiles for a Project (even those loaded from an external profiles.xml)

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPH-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed MPH-12.
------------------------------

         Assignee: Vincent Siveton
       Resolution: Fixed
    Fix Version/s: 2.1

Applied with small changes in [r682360|http://svn.apache.org/viewvc?rev=682360&view=rev], snapshot deployed.
Thanks!

> Create a Mojo to list all Profiles for a Project (even those loaded from an external profiles.xml)
> --------------------------------------------------------------------------------------------------
>
>                 Key: MPH-12
>                 URL: http://jira.codehaus.org/browse/MPH-12
>             Project: Maven 2.x Help Plugin
>          Issue Type: New Feature
>            Reporter: Rahul Thakur
>            Assignee: Vincent Siveton
>             Fix For: 2.1
>
>         Attachments: MPH-12.patch, MPH-12.patch
>
>
> Create a Mojo that can load profiles from an external profiles.xml and list all profiles for a project and their statuses (active/inactive).

-- 
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: (MPH-12) Create a Mojo to list all Profiles for a Project (even those loaded from an external profiles.xml)

Posted by "Rahul Thakur (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPH-12?page=all ]

Rahul Thakur updated MPH-12:
----------------------------

    Attachment: MPH-12.patch

> Create a Mojo to list all Profiles for a Project (even those loaded from an external profiles.xml)
> --------------------------------------------------------------------------------------------------
>
>          Key: MPH-12
>          URL: http://jira.codehaus.org/browse/MPH-12
>      Project: Maven 2.x Help Plugin
>         Type: New Feature

>     Reporter: Rahul Thakur
>  Attachments: MPH-12.patch
>
>
> Create a Mojo that can load profiles from an external profiles.xml and list all profiles for a project and their statuses (active/inactive).

-- 
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: (MPH-12) Create a Mojo to list all Profiles for a Project (even those loaded from an external profiles.xml)

Posted by "Rahul Thakur (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPH-12?page=comments#action_63197 ] 

Rahul Thakur commented on MPH-12:
---------------------------------

This needs a bit of work to fetch profiles from pom.xml (which I hadn't tested). Will be posting updated patch shortly. 

Milos - not sure how I go about creating a component, but I see your point and will be happy to take a shot at it. If you have any pointers/resources I can refer to, please do post them on here and I will take it from there - thanks!

> Create a Mojo to list all Profiles for a Project (even those loaded from an external profiles.xml)
> --------------------------------------------------------------------------------------------------
>
>          Key: MPH-12
>          URL: http://jira.codehaus.org/browse/MPH-12
>      Project: Maven 2.x Help Plugin
>         Type: New Feature

>     Reporter: Rahul Thakur
>  Attachments: MPH-12.patch
>
>
> Create a Mojo that can load profiles from an external profiles.xml and list all profiles for a project and their statuses (active/inactive).

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