From 2a907024b92d3d869ca76a42afc763bd40cdabe3 Mon Sep 17 00:00:00 2001 From: Rico Bergmann <rico.bergmann1@tu-dresden.de> Date: Thu, 1 Aug 2019 22:39:35 +0200 Subject: [PATCH] Make build documentation a bit more verbose --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 6f3db0f..799c1fc 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,14 @@ <goals> <goal>antlr4</goal> </goals> + + <!-- + NOTE + Make sure to keep the generated package as well as the output path in sync! + I was unable to find a cleaner solution which takes care of everything on-the-fly. + (Thought I would expect such a solution to expect, the SBT plugin is way nicer there...) + --> + <configuration> <arguments> <argument>-package</argument> -- GitLab