You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/06/21 08:50:52 UTC

[jira] Commented: (MNG-140) refactor maven-artifact

    [ http://jira.codehaus.org/browse/MNG-140?page=comments#action_41752 ] 

Brett Porter commented on MNG-140:
----------------------------------

other things I'd like to do:
- get rid of wagon manager. make a wagon-less API and put that in maven-artifact
- use artifact repository factory instead of new DefaultArtifactRepository
- remove uses of maven-artifact-manager other than a runtime dep in maven-core, maven-artifact-ant
- still the things from above

> refactor maven-artifact
> -----------------------
>
>          Key: MNG-140
>          URL: http://jira.codehaus.org/browse/MNG-140
>      Project: Maven 2
>         Type: Improvement
>   Components: design
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>     Priority: Minor
>      Fix For: 2.0-beta-1

>
>
> currently, there are a few inconsistencies in the way the artifact resolution is implemented.
> ArtifactRepository objects are created from the project builder. It makes more sense that the artifact resolver actually factory these on behalf of the builder - currently setting any additional parameters on them requires it be in the project, or that the project builder has knowledge of wagon.
> It is also uncertain if the wagon manager is required at all and may be able to be folded into the artifact resolver.

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