Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
NOTE: ${PWD} is for Mac, Linux and Windows PowerShell. For Windows Command Prompt, replace ${PWD} with "%cd%".
Warning
English
This approach is suitable to quickly get started. For long-term development, you should set up a proper Java development environment as described in Build Source Code on Windows or Build Source Code on Linux.


Generate a Plugin

1. Run the following command to generate a plugin project (adjust the groupId and artifactId values as required)

...