From 3687f797f9729c9d738f441c21e4f55af8de1c5c Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Tue, 19 Jan 2021 15:35:53 +0100 Subject: [PATCH] Updated to use new parent POM --- pom.xml | 34 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index c09eb49..fbb665c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>pom-icy</artifactId> <groupId>org.bioimageanalysis.icy</groupId> - <version>1.0.6</version> + <artifactId>parent-pom-plugin</artifactId> + <version>1.0.1</version> </parent> <artifactId>micromanager-block</artifactId> @@ -20,24 +20,6 @@ Blocks (protocols) for Micro-Manager (Icy plugin). </description> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.1</version> - <configuration> - <excludes> - <exclude>**/plugins/stef/micromanager/block/capture/MicroscopeSnapChannels.java</exclude> - <exclude>**/plugins/stef/micromanager/block/lang/VarChannels.java</exclude> - <exclude>**/plugins/stef/micromanager/block/lang/VarChannelsEditor.java</exclude> - <exclude>**/plugins/stef/micromanager/block/setting/MicroscopeChannels.java</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> <dependency> <groupId>org.bioimageanalysis.icy</groupId> @@ -50,4 +32,12 @@ <version>${blocks.version}</version> </dependency> </dependencies> + + <repositories> + <repository> + <id>icy</id> + <url>https://icy-nexus.pasteur.fr/repository/Icy/</url> + </repository> + </repositories> + </project> \ No newline at end of file -- GitLab