| misc-files | 1 month ago | ||
| src | 1 month ago | ||
| .gitignore | 1 month ago | ||
| README.md | 1 month ago | ||
| pom.xml | 1 month ago | ||
Base repo for java-labs
note: maven target package will create a distribution package with wrapper scripts under /target/dist together with a zip archive containing distribution as /target/java-lab-<version>.zip, content will be as follows:
dist
├── bin // executables
│ ├── java-lab // (*nix)
│ └── java-lab.bat // (win)
└── lib
├── java-lab-1.0-SNAPSHOT.jar
├── other-dependency_1.jar
├── other-dependency_2.jar
...
└── other-dependency_n.jar
Recommended settings can be found under misc-files
Code style can be found as /misc-files/GoogleStyle.xml
IntelliJ settings (incl. code styles) can be found here /misc-files/setting.zip (File > Manage IDE Settings > Import Settings... to import)