Why doesn't NetBeans IDE see the generated sources?

后端 未结 6 2186
离开以前
离开以前 2021-02-07 02:55

I have a Maven-built web-app that uses JPA 2.0 at the back end. The JPA provider is EclipseLink 2.3.2.

When I build the project (and it deploys runs successfully) it bu

6条回答
  •  说谎
    说谎 (楼主)
    2021-02-07 03:20

    If you go to project properties/sources there is a note about this: you need to generate sources under

    ${basedir}/target/generated-sources/FOOBAR 
    

    where FOOBAR is the name of your plugin.

提交回复
热议问题