TimefoldAI / TimefoldAI/timefold-solver

Generate timefold-build.properties in the correct maven module

Open
#2,629 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

component/service
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.