Skip to content
Snippets Groups Projects
Commit 95769a94 authored by carlosuc3m's avatar carlosuc3m
Browse files

prepare pom for deploying into the icy nexus

parent 1acee472
No related branches found
No related tags found
No related merge requests found
......@@ -3,37 +3,23 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId>
<version>1.0.6</version>
<artifactId>pom-icy</artifactId>
<version>2.1.5</version>
</parent>
<artifactId>deep-learning-version-manager</artifactId>
<artifactId>deep-learning-manager</artifactId>
<version>1.0.0</version>
<name>Deep Learning versions manager for Icy</name>
<description>This project holds the code for the TensorFlow library manager. It allows users to download, install and select the version of TensorFlow that other plugins use in Icy.
<description>This project holds the code for the Deep Learning library manager. It allows users to download,
install and select the version of a Deep Learning framework that other plugins use in Icy.
</description>
<build>
<plugins>
<!--<plugin><groupId>org.codehaus.mojo</groupId><artifactId>exec-maven-plugin</artifactId><version>1.3.2</version><executions><execution><phase>install</phase><goals><goal>java</goal></goals></execution></executions><configuration><mainClass>icy.main.Icy</mainClass></configuration></plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalOptions>
<additionalOption>-Xdoclint:none</additionalOption>
</additionalOptions>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>io.bioimage</groupId>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>dl-modelrunner</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.10</version>
</dependency>
</dependencies>
<repositories>
......
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