Skip to content
Snippets Groups Projects
Commit 5ca32f57 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

Updated to use new parent POM + fixes

parent 73a2fa91
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,5 @@ ...@@ -5,4 +5,5 @@
export.jardesc export.jardesc
target/ target/
.idea/ .idea/
*.iml *.iml
\ No newline at end of file .settings/
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<version>1.0.4</version> <artifactId>parent-pom-plugin</artifactId>
<version>1.0.1</version>
</parent> </parent>
<artifactId>nherve-matrix</artifactId> <artifactId>nherve-matrix</artifactId>
...@@ -21,34 +21,10 @@ ...@@ -21,34 +21,10 @@
The original version can be found here : http://math.nist.gov/javanumerics/jama/ The original version can be found here : http://math.nist.gov/javanumerics/jama/
</description> </description>
<properties> <repositories>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <repository>
<jdk.version>1.8</jdk.version> <id>icy</id>
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
<maven.compiler.source>1.8</maven.compiler.source> </repository>
<maven.compiler.target>1.8</maven.compiler.target> </repositories>
<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>
</project> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment