HHH-5900 - Revert change to add upload repositiory authentication handling in build script

This commit is contained in:
Steve Ebersole 2011-02-08 08:12:02 -06:00 committed by JPAV
parent 58c615aef4
commit f8b76e204e
1 changed files with 2 additions and 6 deletions

View File

@ -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")
}
}