Create the directory structure In a project directory of your choosing, create the following subdirectory structure: └── dist └── src └── main ├── resources └── java └── hello for example, on *nix systems, with: mkdir -p dist/src/main/resources mkdir -p dist/src/main/java/hello