How do I compile in debug mode? (netbeans, java, maven)

后端 未结 5 1681
再見小時候
再見小時候 2021-02-07 12:01

I am facing annotation/persistence errors in a project and the persistence library throws a

NullPointerException when trying to resolve the entitie

5条回答
  •  再見小時候
    2021-02-07 12:39

    You can debug any Maven goal in NetBeans going to /Project Properties/Actions/, select the goal you wan to debug, in the last option Set Properties choose Add, and then select Debug Maven build.

提交回复
热议问题