From 5f3bb2f90eaf9bb940e25557297ecc9ec9ab2b2d Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 6 Apr 2016 15:07:39 +0200 Subject: [PATCH] DATAREST-790 - Fix build to be re-runnable without cleaning. Changed the Ant-Run task to copy artifacts into the classpath rather than moving them so that a repeated build run will find the artifacts again. --- spring-data-rest-hal-browser/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-data-rest-hal-browser/pom.xml b/spring-data-rest-hal-browser/pom.xml index a50d8681e..181626ee1 100644 --- a/spring-data-rest-hal-browser/pom.xml +++ b/spring-data-rest-hal-browser/pom.xml @@ -102,12 +102,12 @@ - + - - + + - +