From 0e0ad04f01d7255facfdc22a2f6ce30aa67f9603 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Wed, 1 Nov 2017 15:03:27 -0700 Subject: [PATCH] Include the Swift runtime in "mvn clean". Add an entry to pom.xml so that the runtime/Swift subdirectories that contain build output are removed when "mvn clean" is used. --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 5e4c72eb4..116291e75 100644 --- a/pom.xml +++ b/pom.xml @@ -130,6 +130,20 @@ test + + + maven-clean-plugin + 3.0.0 + + + + runtime/Swift/.build + runtime/Swift/Tests/Antlr4Tests/gen + + + + +