[ 
https://issues.apache.org/jira/browse/IVY-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maarten Coene resolved IVY-1276.
--------------------------------

    Resolution: Invalid
      Assignee: Maarten Coene

Seems like a bug in Grails to me. (Ivy doesn't parse maven settings.xml files!) 
Grails should remove the leading/trailing whitespace when parsing maven 
settings.xml.

> absolute path on Windows
> ------------------------
>
>                 Key: IVY-1276
>                 URL: https://issues.apache.org/jira/browse/IVY-1276
>             Project: Ivy
>          Issue Type: Bug
>          Components: Maven Compatibility
>    Affects Versions: 2.2.0
>         Environment: Windows XP, Maven2, Grails 1.3.7
>            Reporter: Radim Kolar
>            Assignee: Maarten Coene
>            Priority: Minor
>              Labels: grails
>
> Grails 1.3.7 includes IVY 2.2 for dependency management. My problem is:
> 1. I have customized maven2 settings.xml 
> In my per user maven settings.xml i have
> <localRepository>
>         C:\m2
> </localRepository> 
> ivy fails to resolve my plugins because
> WARNING: Dependencies cannot be resolved for plugin [springcache] due to 
> error:
> ivy pattern must be absolute:
>         C:\m2
>   /[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).pom 
> removing localRepository from maven configuration corrects problem. I suspect 
> that problem is in ivy resolver.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to