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

disabled javadoc errors and added .gitignore

parent 28ff9891
No related branches found
No related tags found
No related merge requests found
/target/
.project
.settings/
.classpath
......@@ -58,6 +58,23 @@
<build>
<plugins>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!-- disable javadoc errors for substance (too many
errors and we don't care really) -->
<additionalOptions>
<additionalOption>-Xdoclint:none</additionalOption>
</additionalOptions>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<!-- List of project's dependencies -->
......@@ -68,6 +85,11 @@
<artifactId>icy-kernel</artifactId>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-bioformats</artifactId>
<version>6.9.1</version>
</dependency>
</dependencies>
<!-- Icy Maven repository (to find parent POM) -->
......
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