File tree Expand file tree Collapse file tree
src/main/java/pl/project13/maven/git Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -927,8 +927,8 @@ public class GitCommitIdMojo extends AbstractMojo {
927927 * of the input/output property.
928928 * This behaviour can be achieved by defining a list of {@code transformationRules} for
929929 * the property where those rules should take effect.
930- * Each {@code transformationRule} consist of two required fields {@cdoe apply} and {@code action}.
931- * The {@cdoe apply}-tag controls when the rule should be applied and can be set to {@code BEFORE}
930+ * Each {@code transformationRule} consist of two required fields {@code apply} and {@code action}.
931+ * The {@code apply}-tag controls when the rule should be applied and can be set to {@code BEFORE}
932932 * to have the rule being applied before or it can be set to {@code AFTER} to have the
933933 * rule being applied after the replacement.
934934 * The {@code action}-tag determines the string conversion rule that should be applied.
You can’t perform that action at this time.
0 commit comments