Skip to content
Snippets Groups Projects
Commit 48b1d48e authored by Thomas  MUSSET's avatar Thomas MUSSET
Browse files

update pom parent

parent 18221420
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
<!-- Inherited Icy Parent POM --> <!-- Inherited Icy Parent POM -->
<parent> <parent>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId> <artifactId>pom-icy</artifactId>
<version>1.0.3</version> <version>2.2.0</version>
</parent> </parent>
<!-- Project Information --> <!-- Project Information -->
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<name>JMF</name> <name>JMF</name>
<description>JMF (JavaMedia Framework) Library for Icy.</description> <description>JMF (JavaMedia Framework) Library for Icy.</description>
<url>http://icy.bioimageanalysis.org/plugin/jave-media-framework-library/</url> <url>https://icy.bioimageanalysis.org/plugin/jave-media-framework-library/</url>
<inceptionYear>2020</inceptionYear> <inceptionYear>2020</inceptionYear>
<organization> <organization>
...@@ -55,43 +55,11 @@ ...@@ -55,43 +55,11 @@
<!-- Project properties --> <!-- Project properties -->
<properties> <properties>
<artifact-to-extract>jmf</artifact-to-extract>
</properties> </properties>
<!-- Project build configuration -->
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
<executions>
<execution>
<id>${project.artifactId}-fetch</id>
<phase>generate-sources</phase>
<goals>
<goal>unpack-dependencies</goal>
</goals>
<configuration>
<includeArtifactIds>jmf</includeArtifactIds>
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
<stripVersion>true</stripVersion>
<excludeTransitive>true</excludeTransitive>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<!-- List of project's dependencies --> <!-- List of project's dependencies -->
<dependencies> <dependencies>
<!-- The core of Icy -->
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId>
</dependency>
<dependency> <dependency>
<groupId>javax.media</groupId> <groupId>javax.media</groupId>
<artifactId>jmf</artifactId> <artifactId>jmf</artifactId>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment