Skip to content

Instantly share code, notes, and snippets.

@admiyo
Created April 16, 2010 20:49
Show Gist options
  • Select an option

  • Save admiyo/368951 to your computer and use it in GitHub Desktop.

Select an option

Save admiyo/368951 to your computer and use it in GitHub Desktop.
repositories.local = "m2/repository"
module JPPRepo
def build_path(group_path, id, version, name)
# return "#{group_path}/#{id}/#{version}/#{File.basename(name)}"
return "HA HA I BORKED IT"
end
end
Buildr.repositories.extend JPPRepo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment