mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-22 19:15:15 +00:00
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'
|
name = 'jbossDeployer'
|
||||||
configuration = configurations.deployerJars
|
configuration = configurations.deployerJars
|
||||||
pom.project pomConfig
|
pom.project pomConfig
|
||||||
repository(url: "https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/") {
|
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")
|
||||||
}
|
|
||||||
snapshotRepository(url: "https://repository.jboss.org/nexus/content/repositories/snapshots") {
|
|
||||||
authentication(userName: repoUsername, password: repoPassword)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user