From 0776e220b36234bc4e49462a307baa7c58ac1879 Mon Sep 17 00:00:00 2001 From: KamaSK Date: Sat, 31 May 2025 14:55:28 +0300 Subject: [PATCH] =?UTF-8?q?Pom.xml=20-=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3?= =?UTF-8?q?=D1=83=D1=80=D0=B0=D1=86=D0=B8=D1=8F=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20jar=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB=D0=B0.=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B8=D0=BD=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BF=D0=BE=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA?= =?UTF-8?q?=D0=B5=20=D0=B8=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D1=83.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ todo/pom.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/README.md b/README.md index 6955372..54efe8b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ TodoApp - это консольное приложение для управле - Java 24 или выше - Maven 3.8.x или выше +## Установка и запуск +```bash +cd ./todo +mvn clean package +java -jar ./target/todo.jar +``` + ### Доступные команды - `create <название_задачи>` - Создать новую задачу - `list` - Показать список всех задач diff --git a/todo/pom.xml b/todo/pom.xml index 725addd..f5a8185 100644 --- a/todo/pom.xml +++ b/todo/pom.xml @@ -10,6 +10,36 @@ 24 + 24 + UTF-8 + + todo + + + org.apache.maven.plugins + maven-jar-plugin + 3.4.2 + + + + ru.kamask.pet.todo.TodoApp + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.0 + + 24 + 24 + + + + + \ No newline at end of file