Any amazing 🔥 code you may think of in Java, let's compile all of them here 💯
This project is organized according to the convention of Maven project.
Make sure you have apache maven installed.
The default maven goal is mvn clean install
however you may just run mvn to compile at the project level, or at the module level.
~/checkouts/Let-Us-Java >>> mvn
To generate the documentation, you may use doc profile when running maven. It will perform maven goal mvn site:site site:stage
. Find the generated document in ./target/staging/ directory
~/checkouts/Let-Us-Java >>> mvn -P doc
The repository has been updated to a Maven project, thanks to @fazreil. Please make sure that the build passes when creating a PR!