From 41845a9e3c8927d93e95d90bcb6c000935b5ec5a Mon Sep 17 00:00:00 2001
From: Amandine Tournay <amandine.tournay@pasteur.fr>
Date: Tue, 25 Aug 2020 18:20:18 +0200
Subject: [PATCH] Update POM description

---
 .gitignore | 9 +++++----
 pom.xml    | 2 ++
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 23efeb8..299e39a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
-bin
-pluginfile-track-manager*.jar
 .idea/
-target/
 .settings/
-*.iml
\ No newline at end of file
+build/
+target/
+*.iml
+.classpath
+.project
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 0c85c60..c40a736 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,6 +8,8 @@
     <artifactId>icy-track-manager</artifactId>
     <version>1.4.5</version>
 
+    <packaging>jar</packaging>
+
     <name>Track Manager</name>
     <description>
         he track manager enables the use of DSP-like trackProcessors.
-- 
GitLab