Skip to content
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

Add local build Maven profile #510

Closed
JanWittler opened this issue Mar 31, 2022 · 0 comments · Fixed by #511
Closed

Add local build Maven profile #510

JanWittler opened this issue Mar 31, 2022 · 0 comments · Fixed by #511
Assignees

Comments

@JanWittler
Copy link
Contributor

In the GitHub actions, currently, to build against the local build of the core and domains repositories sed is used to replace the update site location with a reference to a local build.
This is hard to understand and error-prone.
Furthermore, when testing local changes against the domains or applications repository, the same workaround has to be used to reference the local copy instead of the update site.

Both issues can be solved by adding a local build Maven profile. The suggested change is to add a profile with a configurable path to the local version instead of to the update site. This change should not modify the default behavior but only occur when explicitly enabled.

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 a pull request may close this issue.

1 participant