From bb5f11be9db2e6f9d4f6f1fe255c546a76971391 Mon Sep 17 00:00:00 2001 From: Amandine Tournay <amandine.tournay@pasteur.fr> Date: Tue, 25 Aug 2020 16:44:58 +0200 Subject: [PATCH] Update POM description --- .gitignore | 7 ++++--- pom.xml | 5 +++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a1e13e9..4d6d26e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ .idea/ -target/ +.settings/ build/ +target/ *.iml *.eml -*.classpath -*.project \ No newline at end of file +.classpath +.project \ No newline at end of file diff --git a/pom.xml b/pom.xml index 1db85e6..efec5af 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,12 @@ <artifactId>icy-micromanager-block</artifactId> <version>1.0.3</version> + <packaging>jar</packaging> + <name>Micro-Manager Block</name> + <description> + Blocks (protocols) for Micro-Manager (Icy plugin). + </description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> -- GitLab