-
Notifications
You must be signed in to change notification settings - Fork 13
Directory layout
Sarah Dobson edited this page May 2, 2019
·
3 revisions
The Card Conformance Tool follows the Apache Maven file directory layout, which is a standard directory structure for Java projects.
Directory | Purpose |
---|---|
src/main/java |
This folder contains application or library sources. |
src/main/resources |
This folder contains resources used at runtime for application/library. |
src/test/java |
This folder contains test sources. |
src/test/resources |
This folder contains resources used at test time. |
This wiki is a work in progress. If you'd like to contribute to this wiki or provide feedback, please submit an issue.