From 4f46abe0aaee5415d423042897c60e46f0039006 Mon Sep 17 00:00:00 2001
From: Thomas <thomas.musset@pasteur.fr>
Date: Mon, 27 Mar 2023 15:53:03 +0200
Subject: [PATCH] update pom parent
---
pom.xml | 39 ++++-----------------------------------
1 file changed, 4 insertions(+), 35 deletions(-)
diff --git a/pom.xml b/pom.xml
index 594b1d5..b17e363 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,8 +7,8 @@
<!-- Inherited Icy Parent POM -->
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
- <artifactId>parent-pom-plugin</artifactId>
- <version>1.0.6</version>
+ <artifactId>pom-icy</artifactId>
+ <version>2.1.6</version>
</parent>
<!-- Project Information -->
@@ -21,7 +21,7 @@
<description>
The Apache Commons Codec Library.
Apache Commons Codec (TM) software provides implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs. </description>
- <url>http://icy.bioimageanalysis.org/plugin/apache-commons-codec/</url>
+ <url>https://icy.bioimageanalysis.org/plugin/apache-commons-codec/</url>
<inceptionYear>2020</inceptionYear>
<organization>
@@ -57,42 +57,11 @@
<!-- Project properties -->
<properties>
-
+ <artifact-to-extract>commons-codec</artifact-to-extract>
</properties>
- <!-- Project build configuration -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>${project.artifactId}-fetch</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>unpack-dependencies</goal>
- </goals>
- <configuration>
- <includeArtifactIds>commons-codec</includeArtifactIds>
- <outputDirectory>${project.build.outputDirectory}</outputDirectory>
- <stripVersion>true</stripVersion>
- <excludeTransitive>true</excludeTransitive>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
<!-- List of project's dependencies -->
<dependencies>
- <!-- The core of Icy -->
- <dependency>
- <groupId>org.bioimageanalysis.icy</groupId>
- <artifactId>icy-kernel</artifactId>
- </dependency>
-
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
--
GitLab