I am trying to configure a project\'s pom.xml file. I want it to start Jetty server in testing phase. In order to do it I should add \"daemon\" element to Jetty plugin as I
It's actually a IntelliJ Idea's bug. It sometimes doesn't recognize some of configuration properties correctly. The plugin does have this property, so you don't really have other option than to just ignore the error in IDE. The plugin will work as expected.