From c1e0b53ee50110554cb8415485f9b84e57cd60f9 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Thu, 3 Dec 2020 16:51:08 +0100 Subject: [PATCH] fixed POM file --- pom.xml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index b980af9..52fd744 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ <?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> @@ -18,15 +18,11 @@ <name>Vecmath</name> <description>Provides 3D vector mathematics classes.</description> - <build> - <sourceDirectory>src/main/java</sourceDirectory> - <resources> - <resource> - <directory>src/main</directory> - <excludes> - <exclude>java/</exclude> - </excludes> - </resource> - </resources> - </build> + <repositories> + <repository> + <id>icy</id> + <url>https://icy-nexus.pasteur.fr/repository/Icy/</url> + </repository> + </repositories> + </project> \ No newline at end of file -- GitLab