Skip to content

Files

Latest commit

Nov 25, 2013
9e7e403 · Nov 25, 2013

History

History
13 lines (10 loc) · 357 Bytes

create_directory_structure_org_hello.adoc

File metadata and controls

13 lines (10 loc) · 357 Bytes

Create the directory structure

In a project directory of your choosing, create the following subdirectory structure; for example, with the following command on Mac or Linux:

mkdir -p src/main/java/org/hello
└── src
    └── main
        └── java
            └── org
                └── hello