Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/apt/guides/mini/guide-default-execution-ids.apt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Guide to Configuring Default Mojo Executions

When you consider the fact that the aforementioned configuration use cases are for mojos that are not explicitly mentioned in the POM, it's reasonable
to refer to them as implied executions. But if they're implied, how can Maven allow users to provide configuration for them? The solution we've
implemented is rather simple and low-tech, but should be more than adequate to handle even advanced use cases. Starting in Maven 2.2.0, each
implemented is rather simple and low-tech, but should be more than adequate to handle even advanced use cases. Each
mojo invoked directly from the command line will have an execution Id of <<<default-cli>>> assigned to it, which will allow the configuration
of that execution from the POM by using this default execution Id. Likewise, each mojo bound to the build lifecycle via the default lifecycle
mapping for the specified POM packaging will have an execution Id of <<<default-\<goalName\>>>> assigned to it, to allow configuration of each
Expand Down