From 46592e65ce9a3aa9ff2457eee6967562d6c0983a Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Mon, 25 Sep 2023 16:53:30 -0300 Subject: [PATCH] chore: update to latest com.fasterxml.jackson 2.14.z (CRW-4790, #22548) (#571) Change-Id: Iacdbd86ccc1480c8badbbc15ffe48bdb01206e44 Signed-off-by: Nick Boldt --- .gitignore | 8 ++------ README.md | 6 ++++++ pom.xml | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d29966b921..615c4b0765 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.repository/ + # Eclipse # ################### @@ -11,10 +13,6 @@ test-output/ maven-eclipse.xml .factorypath -# Theia # -################## -.theia/ - # Idea # ################## *.iml @@ -48,8 +46,6 @@ maven-eclipse.xml *.war *.ear - - # Logs and databases # ###################### *.log diff --git a/README.md b/README.md index 9ac58077bf..23535e476f 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ Other modules are deprecated and will be removed in the future. # Sources build Run `mvn clean install` to build. Activate a faster profile build by adding `-Pfast`. +You can skip enforcers, validators, and tests with: + +``` +mvn clean install -V -B -e -Pfast -DskipTests -Dskip-validate-sources -Denforcer.skip=true -Dmaven.repo.local=.repository/ +``` + # Image build and push 1. Go to the `dockerfiles` directory. 2. Run `./build.sh`. diff --git a/pom.xml b/pom.xml index b6386b7de5..fd2e7d89f6 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 1.0 1.2.11 0.20.0 - 2.14.1 + 2.14.3 1.7.1 2.32.0 5.0.1