Skip to content

Instantly share code, notes, and snippets.

@sebersole
Created February 2, 2011 18:19
Show Gist options
  • Save sebersole/808119 to your computer and use it in GitHub Desktop.
Save sebersole/808119 to your computer and use it in GitHub Desktop.
uploadArchives {
repositories.mavenDeployer {
name = 'jbossDeployer'
configuration = configurations.deployerJars
pom.project pomConfig
repository(url: "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/")
snapshotRepository(url: "https://repository.jboss.org/nexus/content/repositories/snapshots")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment