From 0aaa98d7880916c0c8269c00c8a58a45312435bd Mon Sep 17 00:00:00 2001 From: Bert Frees Date: Mon, 4 Dec 2017 17:03:32 +0100 Subject: [PATCH] Create a "without-persistence" profile see https://github.com/daisy/pipeline-assembly/issues/109 --- Makefile | 4 ++++ pom.xml | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/Makefile b/Makefile index f6441c57..ff9a0c26 100644 --- a/Makefile +++ b/Makefile @@ -149,6 +149,9 @@ check : check-docker check-docker : bash src/test/resources/test-docker-image.sh +.PHONY : --without-persistence +--without-persistence : -Pwithout-persistence + # generate-resources process-resources prepare-package package # --------------- ----------------- --------------- ------- # unpack-cli-mac unpack-cli-mac @@ -196,6 +199,7 @@ PROFILES := \ unpack-updater-mac \ unpack-updater-win \ unpack-updater-gui-win \ + without-persistence \ dev-launcher .PHONY : mvn diff --git a/pom.xml b/pom.xml index 27922ddd..231c3629 100644 --- a/pom.xml +++ b/pom.xml @@ -2590,6 +2590,26 @@ + + without-persistence + + + + maven-dependency-plugin + + + copy-persistence-libs-bundles + none + + + copy-persistence-pipeline-bundles + none + + + + + + test-batch