Hi all,
Just wanted to provide a heads-up to a change I've prepared for maven-hpi-plugin to use Winstone instead of the jetty-maven-plugin.
This will resolve classpath conflicts that occur in some cases along with a few other issues.
The main change to be aware of is that debugging won't work directly by just pressing debug in your IDE anymore, you'll need to attach to the forked process.
The plugin will detect that you've clicked debug and create a new debug session on a random port.
IntelliJ will then provide a link "Attach to process"
More info in the PR description.
Thanks
Tim