Running Digital with Maven #771
MarcinOrlowski
started this conversation in
General
Replies: 1 comment
-
Do not modify the pom.xml. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run Digital from withing InteliJ and from shell too, but it seems I got something incorrectly set up in terms of Maven which I am not really too familiar with. So far I edited
pom.xml
and addedexec-maven-plugin
:to
build/pluginManagement/plugins
, however when I try:I end up with
java.lang.ExceptionInInitializerError
(I shortened the stack trace manually):Any hints appreciated.
Beta Was this translation helpful? Give feedback.
All reactions