Skip to content

Instantly share code, notes, and snippets.

@ato
Created November 13, 2009 11:40
Show Gist options
  • Save ato/233772 to your computer and use it in GitHub Desktop.
Save ato/233772 to your computer and use it in GitHub Desktop.
(defn make-repo
"Does the crazy factory voodoo necessary to get an ArtifactRepository object."
[id url]
(-> (.lookup container ArtifactRepositoryFactory/ROLE)
(.createDeploymentArtifactRepository
id url (.lookup container ArtifactRepositoryLayout/ROLE "default") true)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment