You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "van steen yves (JIRA)" <ji...@codehaus.org> on 2007/02/26 11:35:15 UTC

[jira] Created: (MDEP-66) Sources goal not implemented

Sources goal not implemented
----------------------------

                 Key: MDEP-66
                 URL: http://jira.codehaus.org/browse/MDEP-66
             Project: Maven 2.x Dependency Plugin
          Issue Type: Bug
    Affects Versions: 2.0-alpha-1, 1.0, 2.0-alpha-3, 2.0-alpha-2, 2.0
            Reporter: van steen yves
         Assigned To: Brian Fox
         Attachments: ResolveSourcesFix.patch

An issue exist when trying the dependency:sources goad.  It does nothing.  I look at the latest source code of the plugin and it doesn't seem te be implemented.

I recently wanted to use the dependency plugin to download the sources but
when executing it didn't seem to do much. So I download the code from the
maven subversion repo and looked at the problem. It didn't seem to be fully implemented.

I now created a patch for this. I tried to follow the design ideas by it's
creater (brianf)

I left 2 items open (check todo tags):
1) implementation of the markers file
2) use of the groupid check (don't know it's function)

If he wants I can further implement these items to.

the patch was created on the 506840 revision.

-- 
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: (MDEP-66) Sources goal not implemented

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MDEP-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox updated MDEP-66:
--------------------------

    Attachment:     (was: ResolveSourcesFix.patch)

> Sources goal not implemented
> ----------------------------
>
>                 Key: MDEP-66
>                 URL: http://jira.codehaus.org/browse/MDEP-66
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-alpha-1
>            Reporter: Yves Van Steen
>         Assigned To: Brian Fox
>             Fix For: 2.0-alpha-2
>
>
> An issue exist when trying the dependency:sources goad.  It does nothing.  I look at the latest source code of the plugin and it doesn't seem te be implemented.
> I recently wanted to use the dependency plugin to download the sources but
> when executing it didn't seem to do much. So I download the code from the
> maven subversion repo and looked at the problem. It didn't seem to be fully implemented.
> I now created a patch for this. I tried to follow the design ideas by it's
> creater (brianf)
> I left 2 items open (check todo tags):
> 1) implementation of the markers file
> 2) use of the groupid check (don't know it's function)
> If he wants I can further implement these items to.
> the patch was created on the 506840 revision.

-- 
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: (MDEP-66) Sources goal not implemented

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MDEP-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox updated MDEP-66:
--------------------------

    Affects Version/s:     (was: 2.0-alpha-3)
                           (was: 2.0-alpha-2)
                           (was: 2.0)
                           (was: 1.0)

> Sources goal not implemented
> ----------------------------
>
>                 Key: MDEP-66
>                 URL: http://jira.codehaus.org/browse/MDEP-66
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-alpha-1
>            Reporter: Yves Van Steen
>         Assigned To: Brian Fox
>             Fix For: 2.0-alpha-2
>
>
> An issue exist when trying the dependency:sources goad.  It does nothing.  I look at the latest source code of the plugin and it doesn't seem te be implemented.
> I recently wanted to use the dependency plugin to download the sources but
> when executing it didn't seem to do much. So I download the code from the
> maven subversion repo and looked at the problem. It didn't seem to be fully implemented.
> I now created a patch for this. I tried to follow the design ideas by it's
> creater (brianf)
> I left 2 items open (check todo tags):
> 1) implementation of the markers file
> 2) use of the groupid check (don't know it's function)
> If he wants I can further implement these items to.
> the patch was created on the 506840 revision.

-- 
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: (MDEP-66) Sources goal not implemented

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MDEP-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox closed MDEP-66.
-------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-alpha-2

thanks for the patch. This mojo was supposed to extend from the existing filter mojos so most of the patch isn't needed because that functionality is already in the filters. This has been fully implemented now.

> Sources goal not implemented
> ----------------------------
>
>                 Key: MDEP-66
>                 URL: http://jira.codehaus.org/browse/MDEP-66
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-alpha-1
>            Reporter: Yves Van Steen
>         Assigned To: Brian Fox
>             Fix For: 2.0-alpha-2
>
>
> An issue exist when trying the dependency:sources goad.  It does nothing.  I look at the latest source code of the plugin and it doesn't seem te be implemented.
> I recently wanted to use the dependency plugin to download the sources but
> when executing it didn't seem to do much. So I download the code from the
> maven subversion repo and looked at the problem. It didn't seem to be fully implemented.
> I now created a patch for this. I tried to follow the design ideas by it's
> creater (brianf)
> I left 2 items open (check todo tags):
> 1) implementation of the markers file
> 2) use of the groupid check (don't know it's function)
> If he wants I can further implement these items to.
> the patch was created on the 506840 revision.

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