You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run ./mvnw clean install and follow manual actions
Repeat until no more actions are printed
Run ./mvnw clean install -Dmaven.build.cache.skipCache
New manual actions are printed
Expected Behavior
All manual actions are still resolved, and no more appear just because the cache is skipped.
Actual Behavior
The build cache has suppressed some manual actions, and so new actions are printed when building with the cache disabled.
Additional Context
Version: aiSSEMBLE 1.7.0 "Left-over" actions:
[WARNING] ------------------------------------------------------------------------
[WARNING] Manual Action #1
[WARNING] ------------------------------------------------------------------------
[WARNING]
In verify-release-deploy/src/main/resources/apps/s3-local/values.yaml:
Remove the empty "[]" from "buckets: []" and include the following content to the list:
- name: spark-infrastructure
keys:
- spark-events/
[WARNING] ------------------------------------------------------------------------
[WARNING] Manual Action #2
[WARNING] ------------------------------------------------------------------------
[WARNING] You must add the following to Tiltfile to configure it for local deployment!
# vault
docker_build(
ref='verify-release-vault-docker',
context='verify-release-docker/verify-release-vault-docker',
build_args=build_args,
dockerfile='verify-release-docker/verify-release-vault-docker/src/main/resources/docker/Dockerfile'
)
The text was updated successfully, but these errors were encountered:
Description
When generating code from new MDA models, sometimes manual actions aren't printed because of the Maven build cache.
Steps to Reproduce
./mvnw clean install
and follow manual actions./mvnw clean install -Dmaven.build.cache.skipCache
Expected Behavior
All manual actions are still resolved, and no more appear just because the cache is skipped.
Actual Behavior
The build cache has suppressed some manual actions, and so new actions are printed when building with the cache disabled.
Additional Context
Version: aiSSEMBLE 1.7.0
"Left-over" actions:
The text was updated successfully, but these errors were encountered: