From 1ecdc7d417bfcda683b70a80fa997ff48f6efdf9 Mon Sep 17 00:00:00 2001 From: Amandine Tournay <amandine.tournay@pasteur.fr> Date: Tue, 25 Aug 2020 16:07:42 +0200 Subject: [PATCH] Update POM description --- .gitignore | 2 ++ pom.xml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 6a75b7b..ece6885 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ build/ *.eml *.iml *.jar +.classpath +.project \ No newline at end of file diff --git a/pom.xml b/pom.xml index fac3d83..673be0f 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,13 @@ <artifactId>icy-ezplug</artifactId> <version>3.15.13</version> + <packaging>jar</packaging> + <name>EzPlug</name> + <description> + The swiss army knife of plugin developers. + Automatically generates elegant graphical interfaces with rich and intuitive user interaction based on your algorithm’s parameters. + </description> <properties> <jdk.version>1.7</jdk.version> -- GitLab