Advertisement
Guest User

Untitled

a guest
Sep 21st, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. uploadArchives {
  2. repositories {
  3. mavenDeployer {
  4. repository(url: "http://localhost:8081/repository/my-snapshot/") {
  5. authentication(userName: "admin", password: "admin123")
  6. }
  7. pom.version = "${version}-SNAPSHOT"
  8. pom.artifactId = "my-server"
  9. pom.groupId = "com.example"
  10. }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement