From 0e3b90488377249fbe4d92c9bd3e605587f6224a Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Fri, 2 Mar 2018 22:34:59 +0000 Subject: [PATCH] Package only bioformats_package.jar Fetch the current versioned jar, and drop the version to recreate the unversioned jar. --- matlab-assembly.xml | 14 +++++++------- pom.xml | 46 ++++++++++++++++++++++++++++----------------- 2 files changed, 36 insertions(+), 24 deletions(-) diff --git a/matlab-assembly.xml b/matlab-assembly.xml index bbed327..4934208 100644 --- a/matlab-assembly.xml +++ b/matlab-assembly.xml @@ -7,14 +7,14 @@ zip false - - - bio-formats-matlab-${project.version}/jar - false - runtime - - + + target/package-jars + bio-formats-matlab-${project.version} + + *.jar + + src bio-formats-matlab-${project.version} diff --git a/pom.xml b/pom.xml index 13ac313..459915b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ ome bio-formats-matlab - 5.7.4-SNAPSHOT + 5.8.1-SNAPSHOT pom Bio-Formats bundle collection @@ -15,19 +15,6 @@ https://www.openmicroscopy.org/bio-formats 2005 - - - ${project.groupId} - bio-formats_plugins - ${bio-formats_plugins.version} - - - ${project.groupId} - bio-formats-tools - ${bio-formats-tools.version} - - -