Details
-
Type:
Bug
-
Status:
Open
-
Resolution: Unresolved
-
Affects Version/s: 1.0-milestone-6
-
Fix Version/s: None
Description
repositories {
ivy {
layout "maven"
url "http://my.repo"
artifactPattern "[organisation]/[module]/[revision]/[artifact].[ext]"
}
The specified pattern doesn't take effect. Workaround is to use an absolute pattern:
artifactPattern "http://my.repo/[organisation]/[module]/[revision]/[artifact].[ext]"
Same problem for ivyPattern.