Skip to content

Allow non-standard build directory. #1855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jdelker
Copy link

@jdelker jdelker commented Feb 24, 2025

Currently, the general outputDirectory has a fixed default of target/docker, which breaks projects with a diverting ${project.build.directory}.
This change simply adjusts the default, so this aligns correctly.

Fixed docker.target.directory for non-standard build directories.
@rohanKanojia
Copy link
Member

@jdelker : Thanks, could you please add an entry to doc/changelog.md regarding this change?

Copy link

@rohanKanojia
Copy link
Member

@jdelker : E2E tests seem to be failing. Could you please take a look?

@jdelker
Copy link
Author

jdelker commented Feb 24, 2025

@jdelker : E2E tests seem to be failing. Could you please take a look?

Well, I'm lacking insight about what really happens in those integration tests to find the source of that failure.
The change is tiny, but it does effectively change the outputDir to contain an absolute path, rather than a relative.
From my understanding that should be perfectly fine, so I would assume that some parts do have problematic code not handling this correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants