Gradle

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
To raise new issues or bugs against Gradle, please use forums.gradle.org.
  • Gradle
  • GRADLE-1917

Relative artifactPattern/ivyPattern doesn't work for "ivy" repository with "maven" layout

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Open 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.

Activity

  • All
  • Comments
  • History
  • Activity
  • TeamCity
  • Commits
  • Source
  • Reviews
There are no comments yet on this issue.

People

  • Assignee:
    Unassigned
    Reporter:
    Peter Niederwieser
Vote (0)
Watch (0)

Dates

  • Created:
    11/Nov/11 12:53 AM
    Updated:
    11/Nov/11 12:57 AM
  • Atlassian JIRA (v5.0.3#729-sha1:bf569e4)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Gradle. Try JIRA - bug tracking software for your team.