Tweaked build file to address issue with Artifactory integration on the CI server.

This commit is contained in:
Jon Brisbin
2013-01-18 11:52:58 -06:00
committed by Jon Brisbin
parent b8d3b1398b
commit e776308b01

View File

@@ -88,7 +88,6 @@ configure(allprojects) {
}
configure(subprojects) { subproject ->
apply plugin: "maven"
apply from: "${gradleScriptDir}/maven.gradle"
javadoc {
@@ -114,6 +113,7 @@ configure(subprojects) { subproject ->
}
project("spring-data-rest-core") {
apply plugin: "maven"
description = "Spring Data REST core components."
configurations {
@@ -143,6 +143,7 @@ project("spring-data-rest-core") {
}
project("spring-data-rest-repository") {
apply plugin: "maven"
description = "Spring Data REST Repository integration."
dependencies {
@@ -187,6 +188,7 @@ project("spring-data-rest-repository") {
}
project("spring-data-rest-webmvc") {
apply plugin: "maven"
description = "Spring Data REST MVC components."
dependencies {