From 3eb264217a706c74c0d66ddce396c924ff65b1c7 Mon Sep 17 00:00:00 2001 From: Benjamin Marwell Date: Fri, 21 May 2021 07:18:31 +0200 Subject: [PATCH] [SHIRO-819] Migrato to spring-boot-maven-plugin - remove old assembly descriptor - attach artifact with cli-classifier as before - change the display name of the hash modules --- crypto/support/hashes/argon2/pom.xml | 2 +- crypto/support/hashes/bcrypt/pom.xml | 2 +- tools/hasher/pom.xml | 25 ++++++------- .../hasher/src/main/assembly/cli.assembly.xml | 35 ------------------- 4 files changed, 12 insertions(+), 52 deletions(-) delete mode 100644 tools/hasher/src/main/assembly/cli.assembly.xml diff --git a/crypto/support/hashes/argon2/pom.xml b/crypto/support/hashes/argon2/pom.xml index 208a0542d0..b278be5053 100644 --- a/crypto/support/hashes/argon2/pom.xml +++ b/crypto/support/hashes/argon2/pom.xml @@ -31,7 +31,7 @@ shiro-hashes-argon2 - Apache Shiro :: Cryptography :: Support :: Hashes :: Argon2 + Apache Shiro :: Cryptography :: Support :: Argon2 bundle diff --git a/crypto/support/hashes/bcrypt/pom.xml b/crypto/support/hashes/bcrypt/pom.xml index 24924d7833..ae9022c95d 100644 --- a/crypto/support/hashes/bcrypt/pom.xml +++ b/crypto/support/hashes/bcrypt/pom.xml @@ -31,7 +31,7 @@ shiro-hashes-bcrypt - Apache Shiro :: Cryptography :: Support :: Hashes :: BCrypt + Apache Shiro :: Cryptography :: Support :: BCrypt bundle diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml index 2a3b4aa332..94da7d9fbe 100644 --- a/tools/hasher/pom.xml +++ b/tools/hasher/pom.xml @@ -73,25 +73,20 @@ - maven-assembly-plugin - 3.1.0 - - - src/main/assembly/cli.assembly.xml - - - - org.apache.shiro.tools.hasher.Hasher - - - + org.springframework.boot + spring-boot-maven-plugin + 2.1.12.RELEASE - make-assembly - package - single + repackage + + org.apache.shiro.tools.hasher.Hasher + cli + true + JAR + diff --git a/tools/hasher/src/main/assembly/cli.assembly.xml b/tools/hasher/src/main/assembly/cli.assembly.xml deleted file mode 100644 index 9926c41465..0000000000 --- a/tools/hasher/src/main/assembly/cli.assembly.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - cli - - jar - - false - - - / - true - true - runtime - - - \ No newline at end of file