Change default output directory#9
Conversation
...to ${project.build.directory}/generated-sources/package-info,
since this is where Maven and IDEs expect generated sources to be.
Resolves bohnman#7
|
@willhains I think the output directory must not include the trailing <outputDirectory>${project.basedir}/target/generated-sources</outputDirectory>and now IntelliJ is able to pick |
|
@neiser This PR has not been merged. Are you using the plugin with this PR applied? Please note that @bohnman is no longer maintaining this project (see discussion in #6), so with his permission I created a fork with these changes applied, and published it to Central. Can you try changing your Fwiw, I'm using the forked version of this plugin in my project UDTopia, and it works as expected. Both Maven and IntelliJ are picking up the generated sources. |
...to ${project.build.directory}/generated-sources/package-info,
since this is where Maven and IDEs expect generated sources to be.
Resolves #7