mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #604] Figure out appropriate way to include multiple java source directories in maven #3024
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Dark98 on GitHub (Feb 6, 2023).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/604
The current maven setup works fine, but breaks the project in ide's
@advnau commented on GitHub (Feb 6, 2023):
I use the build-helper-maven-plugin on my other project. Not sure if that is appropriate but searching around/stackoverflow led me to it.
https://github.com/MatthewBishop/apollo/blob/core/pom.xml#L11-L32
@advnau commented on GitHub (Feb 6, 2023):
Included this with my PR https://github.com/2006-Scape/2006Scape/pull/603
https://github.com/2006-Scape/2006Scape/pull/603/commits/6e53efcabaf40c6ee27d4cc7f0031eaaad511c7a
It builds successfully with maven and loads and builds both dirs in eclipse. I will try intellij
@advnau commented on GitHub (Feb 6, 2023):
Just did a build through intellij with updated pom and it also works in there