diff --git a/pom.xml b/pom.xml index 608317ba4915d63295ddc63703dfe50b1377c91f..3523d9cb51a71d4f20caf9ee3796f584c03bf9fe 100644 --- a/pom.xml +++ b/pom.xml @@ -20,19 +20,6 @@ <url>http://icy.bioimageanalysis.org/plugin/apache-commons-csv/</url> <inceptionYear>2020</inceptionYear> - <organization> - <name>Institut Pasteur</name> - <url>https://pasteur.fr</url> - </organization> - - <licenses> - <license> - <name>GNU GPLv3</name> - <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> - <distribution>repo</distribution> - </license> - </licenses> - <developers> <developer> <id>sdallongeville</id> @@ -53,7 +40,7 @@ <!-- Project properties --> <properties> - <artifact-to-include>commons-csv</artifact-to-include> + <artifact-to-extract>commons-csv</artifact-to-extract> </properties> <!-- List of project's dependencies -->