diff --git a/README.md b/README.md index ca9187b..6e677a9 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,25 @@ 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-.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 + +``` + ## Settings 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) \ No newline at end of file +(_File > Manage IDE Settings > Import Settings..._ to import) + diff --git a/README.md b/README.md index ca9187b..6e677a9 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,25 @@ 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-.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 + +``` + ## Settings 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) \ No newline at end of file +(_File > Manage IDE Settings > Import Settings..._ to import) + diff --git a/pom.xml b/pom.xml index c8f3b2b..d6267e9 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,7 @@ - lab1 + java-lab se.progic.javalab.App @@ -128,7 +128,7 @@ zip-app-dir - verify + package