mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
HHH-5900 - Revert change to add upload repositiory authentication handling in build script
This commit is contained in:
parent
c893a6fc6b
commit
8f593ed866
@ -202,12 +202,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…
x
Reference in New Issue
Block a user