Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • The install phase contains the package phase. You you really need the install phase before running your plugin or is compile sufficient? If it is, you can use mvn compile plugin:scaffold package or define your phase to require the compile phase. Commented Sep 8, 2020 at 10:04
  • 1
    not sure if understand this correctly, but couldn't you simply execute mvn plugin:scaffold package -U where the -U flag updates dependencies Commented Sep 14, 2020 at 8:30