From 69f2d81476ca237425a786ede00eea13f961928b Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sat, 5 Dec 2020 11:12:31 -0500 Subject: [PATCH] add full jar mode --- bubble-server/pom.xml | 79 ++++++++++++++++++++++++++++++++++++++++++- utils/cobbzilla-utils | 2 +- 2 files changed, 79 insertions(+), 2 deletions(-) diff --git a/bubble-server/pom.xml b/bubble-server/pom.xml index 86623e80..d92598a5 100644 --- a/bubble-server/pom.xml +++ b/bubble-server/pom.xml @@ -450,7 +450,7 @@ com/sun/jna/win32*/** -com/sun/jna/platform/mac/** + com/sun/jna/platform/win32/** com/sun/jna/platform/wince/** com/sun/jna/openbsd-x86*/** @@ -644,6 +644,83 @@ The exclusions below were generated with: + + + + production-full + + + + src/main/resources + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.1 + + + package + shade + + ${project.basedir}/target/bubble-server-1.0.0-SNAPSHOT-full.jar + + + bubble.server.BubbleServer + + + META-INF/spring.handlers + + + META-INF/spring.schemas + + + + + + *:* + + + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + META-INF/maven/** + changelog.txt + + + + + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.5.0 + + + package + + exec + + + ${project.basedir}/../bin/prep_bubble_jar + + + + + + + + + + diff --git a/utils/cobbzilla-utils b/utils/cobbzilla-utils index a6db63d8..e8914281 160000 --- a/utils/cobbzilla-utils +++ b/utils/cobbzilla-utils @@ -1 +1 @@ -Subproject commit a6db63d80b37214272e4a3c0f062f5ff7cff1478 +Subproject commit e8914281714dd6d2ec2caee9dadc5fc500e16a26