-
Notifications
You must be signed in to change notification settings - Fork 8
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
BUG: Build action message keys aren't conducive to suppressing them #219
Comments
This was referenced Sep 10, 2024
carter-cundiff
added a commit
that referenced
this issue
Sep 13, 2024
- #219 improve manual action message keys
carter-cundiff
added a commit
that referenced
this issue
Sep 13, 2024
- Update documentation to live under supporting components - #219 improve manual action message keys
carter-cundiff
added a commit
that referenced
this issue
Sep 13, 2024
- Update documentation to live under supporting components - #219 improve manual action message keys
carter-cundiff
added a commit
that referenced
this issue
Sep 13, 2024
- Update documentation to live under supporting components - #219 improve manual action message keys
carter-cundiff
added a commit
that referenced
this issue
Sep 16, 2024
- Update documentation to live under supporting components - #219 improve manual action message keys
carter-cundiff
added a commit
that referenced
this issue
Sep 16, 2024
- Update documentation to live under supporting components - #219 improve manual action message keys
carter-cundiff
added a commit
that referenced
this issue
Sep 16, 2024
- Update documentation to live under supporting components - #219 improve manual action message keys
carter-cundiff
added a commit
that referenced
this issue
Sep 16, 2024
- Update documentation to live under supporting components - #219 improve manual action message keys
carter-cundiff
added a commit
that referenced
this issue
Sep 16, 2024
- Update documentation to live under supporting components - #219 improve manual action message keys
This was
linked to
pull requests
Sep 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When tailoring a project to exclude aiSSEMBLE-generated components that aren't needed for that project, unnecessary build notifications cannot be easily suppressed. For example, consider a project that doesn't need a PDP - adding
*-policy-decision-point-docker
to.gitignore
and omitting PDP Helm chart generation Fermenter goals in-deploy/pom.xml
is a reasonable first approach instead of creating a new set of Fermenter generation targets/profiles that exclude PDP artifacts. Following the guidance emitted guidance on message suppression:Executing the build with the
-Dfermenter.display.message.keys=true
flag yields message keys that aren't portable and contain absolute file path references:As a result, most extraneous messages can't be suppressed in a consistent manner across developer workstations.
Steps to Reproduce
mvn clean install -Dfermenter.display.message.keys=true
before following instructions in build notificationsExpected Behavior
Build notification message keys to be emitted in a way that allows them to be portably suppressed.
Actual Behavior
Most (but not all) build notification message keys contain absolute file path references which prevents them from being ignored using Fermenter's message suppression feature
Additional Context
1.7.0
The text was updated successfully, but these errors were encountered: