-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
When using the wildfly:run goal a NullPointerException is thrown due to the targetDir being null in the AbstractServerStartMojo. The issue is the RunMojo also had a targetDir field which got the value injected instead of the value in the AbstractServerStartMojo.