diff --git a/protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java b/protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java index 63079c66..6bc1b676 100644 --- a/protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java +++ b/protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java @@ -440,6 +440,8 @@ public AbstractGenerateMojo() { *
  • {@code classifier} - the artifact classifier - optional
  • *
  • {@code options} - a string of options to pass to the plugin * - optional.
  • + *
  • {@code order} - an integer order to run the plugins in. Defaults + * to 100,000. Higher numbers run later than lower numbers.
  • *
  • {@code skip} - set to {@code true} to skip invoking this plugin - * useful if you want to control whether the plugin runs via a * property - optional.