From 988c98b3a93d63698c8d40aeb6214c2d4ed50a2e Mon Sep 17 00:00:00 2001 From: Andrew DeMaria Date: Tue, 14 Mar 2017 21:02:06 -0600 Subject: [PATCH] Added libresonic banner Signed-off-by: Andrew DeMaria --- libresonic-main/src/main/resources/banner.txt | 8 ++++++++ pom.xml | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 libresonic-main/src/main/resources/banner.txt diff --git a/libresonic-main/src/main/resources/banner.txt b/libresonic-main/src/main/resources/banner.txt new file mode 100644 index 00000000..c9b959db --- /dev/null +++ b/libresonic-main/src/main/resources/banner.txt @@ -0,0 +1,8 @@ +${AnsiColor.BRIGHT_BLUE} _ _ _ ${AnsiColor.BRIGHT_BLACK} _ ______ +${AnsiColor.BRIGHT_BLUE} | | (_) | ${AnsiColor.BRIGHT_BLACK} (_) \ \ \ \ +${AnsiColor.BRIGHT_BLUE} | | _| |__ _ __ ___ ${AnsiColor.BRIGHT_BLACK} ___ ___ _ __ _ ___ | | | | +${AnsiColor.BRIGHT_BLUE} | | | | '_ \| '__/ _ \${AnsiColor.BRIGHT_BLACK}/ __|/ _ \| '_ \| |/ __| | | | | +${AnsiColor.BRIGHT_BLUE} | |____| | |_) | | | __/${AnsiColor.BRIGHT_BLACK}\__ \ (_) | | | | | (__ | | | | +${AnsiColor.BRIGHT_BLUE} |______|_|_.__/|_| \___|${AnsiColor.BRIGHT_BLACK}|___/\___/|_| |_|_|\___| | | | | +${AnsiColor.BRIGHT_BLUE} ${AnsiColor.BRIGHT_BLACK} /_/_/_/ +${AnsiColor.BRIGHT_BLUE} ${AnsiColor.BRIGHT_BLACK} ${application.version} diff --git a/pom.xml b/pom.xml index 2f37770f..e6e58c73 100644 --- a/pom.xml +++ b/pom.xml @@ -131,6 +131,11 @@ maven-war-plugin false + + + true + +