From e776308b01c724bd905442337aafdd6e2a706340 Mon Sep 17 00:00:00 2001 From: Jon Brisbin Date: Fri, 18 Jan 2013 11:52:58 -0600 Subject: [PATCH] Tweaked build file to address issue with Artifactory integration on the CI server. --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fa4d2f05a..c4c01536f 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {