From edb5494b47f454025c6be3036d88d2d32fcfbb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kohlschu=CC=88tter?= Date: Fri, 6 Oct 2023 20:18:40 +0200 Subject: [PATCH] candy-generator: Generate parser by default The parser is currently generated only when a certain build profile is enabled. This is hard to figure out, and building time is negligible. Enable building the parser by default (enable the profile by default). Should building fail on CI, then the build.xml script should be fixed instead. --- candy-generator/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/candy-generator/pom.xml b/candy-generator/pom.xml index 74a2a0d5..9d52f25b 100644 --- a/candy-generator/pom.xml +++ b/candy-generator/pom.xml @@ -153,6 +153,9 @@ genparser + + true +