Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/writing-extensions.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Yoann Rodière <yoann@hibernate.org>
  • Loading branch information
Sgitario and yrodiere committed Aug 23, 2022
1 parent 2398681 commit 87d097d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/writing-extensions.adoc
Expand Up @@ -612,7 +612,7 @@ This is a very flexible mechanism.
NOTE: `BuildItem` instances should be immutable, as the producer/consumer model does not allow for mutation to be correctly
ordered. This is not enforced but failure to adhere to this rule can result in race conditions.

NOTE: Build steps are only executed if and only if they produce build items that are (transitively) needed by other build steps. Make sure your build step produces a build item, otherwise you should probably produce either `ValidationErrorBuildItem` for build validations, or `ArtifactResultBuildItem` for generated artifacts.
NOTE: Build steps are executed if and only if they produce build items that are (transitively) needed by other build steps. Make sure your build step produces a build item, otherwise you should probably produce either `ValidationErrorBuildItem` for build validations, or `ArtifactResultBuildItem` for generated artifacts.

[id='simple-build-items']
===== Simple build items
Expand Down

0 comments on commit 87d097d

Please sign in to comment.