From 3fa851bef08352693e47e25eac3f53768f0d3a88 Mon Sep 17 00:00:00 2001 From: Justin Christoffersen Date: Thu, 27 Apr 2023 17:19:17 -0600 Subject: [PATCH 1/2] Updating pom.xml to be compatible with recent Maven --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e7efe7e..aae90fa 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,11 @@ + + javax.annotation + javax.annotation-api + 1.3.1 + org.netbeans.api org-netbeans-api-annotations-common @@ -174,6 +179,6 @@ UTF-8 - RELEASE81 + RELEASE90 - \ No newline at end of file + From 027893066e47ac1d02466e6ad9af23aeb9947858 Mon Sep 17 00:00:00 2001 From: Justin Christoffersen Date: Thu, 27 Apr 2023 17:49:10 -0600 Subject: [PATCH 2/2] Adding build instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8eb13b0..9b221e4 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,8 @@ export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin .... echo "finished ..." ``` + +### Build: + +Execute the command `maven clean install -U` from the project root directory to +build the project using Maven and import the dependencies.