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
Priority: Minor
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