From e419761f5c45c097cae3a7069d975eea4fc2d80d Mon Sep 17 00:00:00 2001
From: Douglas Gillespie <50671166+douggillespie@users.noreply.github.com>
Date: Fri, 12 Jul 2024 16:34:55 +0100
Subject: [PATCH] Updated POM
Exclude test datasets, trained models, and an unwanted ML library to reduce overall jar size back to something sensible.
---
pom.xml | 23 +++++++++++++++++++++--
src/Acquisition/FileInputSystem.java | 2 +-
2 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 18b6a902..5706741b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,8 @@
META-INF/*.SF
META-INF/*.DSA
- META-INF/*.RSA
+ META-INF/*.RSA
+ test/resources/**
@@ -180,6 +181,24 @@
+
+
+
@@ -308,7 +327,7 @@
io.github.macster110
jdl4pam
- 0.0.99a
+ 0.0.99b
diff --git a/src/Acquisition/FileInputSystem.java b/src/Acquisition/FileInputSystem.java
index b4678913..9b99ad3b 100644
--- a/src/Acquisition/FileInputSystem.java
+++ b/src/Acquisition/FileInputSystem.java
@@ -603,7 +603,7 @@ public class FileInputSystem extends DaqSystem implements ActionListener, PamSe
audioStream.close();
}
- System.out.println("FileInputSystem - prepareInputFile");
+// System.out.println("FileInputSystem - prepareInputFile");
audioStream = PamAudioFileManager.getInstance().getAudioInputStream(currentFile);