Open alexalbr opened 7 years ago
Hey Alex, I excluded the Java compile on purpose at the beginning but having second thoughts now. My intension was to have the Java code in separate Maven projects and do just the packaging and lay-outing in a Maven project with package type 'fsm'. But keep it simple should be the first choice anyway. I will do some testing to see if I can do will the more complex setup.
Hi,
in a single module project the compile task is not executed when the packaging type is fsm. If the packaging type is jar, then the compile task is executed and a jar will be generated. If i change the packaging to fsm, then the compile task will be ignored/skipped.