What does Workspace Resolution mean?

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

What does Workspace Resolution mean?

by youhaodeyi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Eclipse Maven plugin has a feature of workspace resolution. What does this mean? Should I enable or disable it?

Re: What does Workspace Resolution mean?

by aldana :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

this is a very handy feature, whilst developing and testing locally.

if switched on, it looks in your workspace, whether project with
referenced groupid:artifactid:version (by looking at pom) has been
checked out. if not it resolves from local maven repository if yes it
references working copy. this way you don't need to always do a 'mvn
install' after changing sources.

youhaodeyi schrieb:
> Eclipse Maven plugin has a feature of workspace resolution. What does this
> mean? Should I enable or disable it?
>  


--
 manuel aldana
 aldana@...
 software-engineering blog: www.aldana-online.de


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


manuel aldana
aldana((at))gmx.de
software-engineering blog: http://www.aldana-online.de

Re: What does Workspace Resolution mean?

by Eugene Kuleshov :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

manuel aldana wrote:
> this is a very handy feature, whilst developing and testing locally.
>
> if switched on, it looks in your workspace, whether project with
> referenced groupid:artifactid:version (by looking at pom) has been
> checked out. if not it resolves from local maven repository if yes it
> references working copy. this way you don't need to always do a 'mvn
> install' after changing sources.
  Manuel, that is a great description. I just want to remind that
dependency resolution and project configuration defaures are documented
on the wiki [1]. Please feel free to expand or clarify that page there.

  Thanks

  Eugene

[1] http://docs.codehaus.org/display/M2ECLIPSE/Dependency+Management

> youhaodeyi schrieb:
>> Eclipse Maven plugin has a feature of workspace resolution. What does
>> this
>> mean? Should I enable or disable it?
>>  
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email