diff --git a/.gitignore b/.gitignore index 1bcf8c19407ea6b0366dfc86fc384718177188be..e5d8350b8e5a729b00793c264161afca3ad9540e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ export.jardesc target/ .idea/ -*.iml \ No newline at end of file +*.iml +.settings/ \ No newline at end of file diff --git a/pom.xml b/pom.xml index eb846fb5d9b1e949959aff3759ba8c5988fdc779..b98cf7c3949d499b2ba68ae02ff6bae89a39d1d9 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.4</version> + <artifactId>parent-pom-plugin</artifactId> + <version>1.0.1</version> </parent> <artifactId>nherve-matrix</artifactId> @@ -21,34 +21,10 @@ The original version can be found here : http://math.nist.gov/javanumerics/jama/ </description> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <jdk.version>1.8</jdk.version> - - <maven.compiler.source>1.8</maven.compiler.source> - <maven.compiler.target>1.8</maven.compiler.target> - - <outputJar>${project.build.outputDirectory}/../plugin</outputJar> - </properties> - - <build> - <finalName>${project.artifactId}</finalName> - - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>3.1.2</version> - <configuration> - <outputDirectory>${outputJar}</outputDirectory> - <archive> - <manifest> - <addClasspath>true</addClasspath> - <mainClass>plugins.nherve.matrix.NHerveMatrix</mainClass> - </manifest> - </archive> - </configuration> - </plugin> - </plugins> - </build> + <repositories> + <repository> + <id>icy</id> + <url>https://icy-nexus.pasteur.fr/repository/Icy/</url> + </repository> + </repositories> </project> \ No newline at end of file