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 + + + + +