ivy:resolve downloads to local file cache into wrong directory
--------------------------------------------------------------
Key: IVY-1088
URL: https://issues.apache.org/jira/browse/IVY-1088
Project: Ivy
Issue Type: Improvement
Components: Core
Affects Versions: 2.1.0-RC1
Environment: Linux 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 12:03:43 EST
2008 i686 athlon i386 GNU/Linux
Reporter: aleksey zhukov
I have caches attributes set as following
<caches ivyPattern="[organisation]/[branch]/[module]-ivys/ivy-[revision].xml"
artifactPattern="[organisation]/[branch]/[artifact]-[revision].[ext]"/>
and ivy:resolve downloads ivy and artifact into specified location, however
"ivydata-[revision].properties" file gets downloaded into
"[organisation]/[module](/[branch])/ivydata-[revision].properties" path, which
in my case is opposite to [branch]/module path.
I think it makes sense to let to specify the pattern where to download ivydata
file the same way as ivyPattern and artifactPattern. Also, I believe that
ivydata should have more specific format like
"module-ivydata-[revision].properties" to avoid potential versions clashes of
module/branch/revision combinations.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.