This command compiles all Doradus components: doradus-client, doradus-common, doradus-server, doradus-jetty, etc. Class and jar files are created under target subdirectories of each component, and dependent jar files are copied to target/dependency folders under each component. Therefore, you should see a directory structure similar to this:In general, resource files are copied to target/classes folder. Jar files needed for runtime reside in the target and target/dependency folders.