TimefoldAI / TimefoldAI/timefold-solver
Generate timefold-build.properties in the correct maven module
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 228
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 46
Description
The property file is created relative to the working directory, which does not work correctly in case of a multi-module project or when running from the project's parent directory:
"Because the mvn command started on the multiproject dir A, but the plugin running in the submodule subdir B uses the working dir, so that file ends up at A/target/.../timefold-build.properties instead of A/B/target/.../timefold-build.properties".
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Find the Maven plugin code that creates timefold-build.properties and any tests covering its output path. Reproduce the issue from a multi-module project or parent directory, then verify the file is generated in the invoking submodule's target directory rather than the parent project's target directory.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 66/100