From 9b7fc37b1490b97e3961590b3259319b57e9f032 Mon Sep 17 00:00:00 2001 From: Khalid Shakir Date: Tue, 18 Feb 2014 03:56:17 +0800 Subject: [PATCH] Moved private/scala/test to private/queue-private/src/test/scala Added junction/symbolic links so that queue-private tests will run. --- pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/pom.xml b/pom.xml index bb8d73412..3abf73151 100644 --- a/pom.xml +++ b/pom.xml @@ -715,6 +715,14 @@ unlink-public-testdata clean + + link-public-qscript + process-test-resources + + + unlink-public-qscript + clean + @@ -802,6 +810,33 @@ private + + + + + com.pyx4j + maven-junction-plugin + + + link-private-testdata + process-test-resources + + + unlink-private-testdata + clean + + + link-private-qscript + process-test-resources + + + unlink-private-qscript + clean + + + + +