HHH-5900 - Revert change to add upload repositiory authentication handling in build script
This commit is contained in:
parent
58c615aef4
commit
f8b76e204e
|
@ -236,12 +236,8 @@ subprojects { subProject ->
|
|||
name = 'jbossDeployer'
|
||||
configuration = configurations.deployerJars
|
||||
pom.project pomConfig
|
||||
repository(url: "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/") {
|
||||
authentication(userName: repoUsername, password: repoPassword)
|
||||
}
|
||||
snapshotRepository(url: "https://repository.jboss.org/nexus/content/repositories/snapshots") {
|
||||
authentication(userName: repoUsername, password: repoPassword)
|
||||
}
|
||||
repository(url: "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/")
|
||||
snapshotRepository(url: "https://repository.jboss.org/nexus/content/repositories/snapshots")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue