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
It might help to state in the Usages that one can set up their pom to perform multiple executions of the plugin for the same goal and phase (just as can be done for almost every maven plugin).
The 'replacer' will use the configuration element within the execution element along with the configuration element after the executions element to form the proper configuration for a specific execution from both the particular configuration and the shared, common, general configuration.
For example, file and outputFile elements might be found within an execution while replacements or toggles such as ignoreMissingFiles could be stated once in the outer shared configuration.
The text was updated successfully, but these errors were encountered:
It might help to state in the Usages that one can set up their pom to perform multiple executions of the plugin for the same goal and phase (just as can be done for almost every maven plugin).
The 'replacer' will use the
configuration
element within theexecution
element along with theconfiguration
element after theexecutions
element to form the proper configuration for a specific execution from both the particular configuration and the shared, common, general configuration.For example,
file
andoutputFile
elements might be found within anexecution
whilereplacements
or toggles such asignoreMissingFiles
could be stated once in the outer sharedconfiguration
.The text was updated successfully, but these errors were encountered: