ImageJ Maven plugin

A plugin helping with installing ImageJ 1.x plugins and dependencies. In ImageJ 1.x, .jar files containing an underscore are automatically scanned for classes whose names contain underscores. Every such class is considered to be a plugin. That is not true, however, for jai_codec.jar's classes. Therefore, Fiji introduced the split between plugins/ and jars/, where third-party libraries are expected to live in jars/. ImageJ2 uses the same structure since it is backwards compatible.

License

License

Simplified BSD License
Categories

Categories

Maven Build Tools Net ImageJ Business Logic Libraries Computer Vision
GroupId

GroupId

net.imagej
ArtifactId

ArtifactId

imagej-maven-plugin
Last Version

Last Version

0.7.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

ImageJ Maven plugin
A plugin helping with installing ImageJ 1.x plugins and dependencies. In ImageJ 1.x, .jar files containing an underscore are automatically scanned for classes whose names contain underscores. Every such class is considered to be a plugin. That is not true, however, for jai_codec.jar's classes. Therefore, Fiji introduced the split between plugins/ and jars/, where third-party libraries are expected to live in jars/. ImageJ2 uses the same structure since it is backwards compatible.
Project Organization

Project Organization

ImageJ
Source Code Management

Source Code Management

https://github.com/imagej/imagej-maven-plugin

Download imagej-maven-plugin

How to add to project

<plugin>
    <groupId>net.imagej</groupId>
    <artifactId>imagej-maven-plugin</artifactId>
    <version>0.7.1</version>
</plugin>

Dependencies

compile (11)

Group / Artifact Type Version
org.apache.maven : maven-artifact jar 3.0
org.apache.maven : maven-compat jar 3.0
org.apache.maven : maven-core jar 3.0
org.apache.maven : maven-model jar 3.0
org.apache.maven : maven-plugin-api jar 3.0
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5
org.apache.maven.shared : maven-artifact-transfer jar 0.9.1
org.apache.maven.shared : maven-common-artifact-filters jar 3.0.1
org.codehaus.plexus : plexus-interpolation jar 1.24
org.codehaus.plexus : plexus-utils jar 3.1.0
org.scijava : scijava-common jar 2.66.0

Project Modules

There are no modules declared in this project.

This Maven plugin is deprecated since the copy-jars goal has been migrated to scijava-maven-plugin. We have made sure to keep backward compatibility with imagej.* properties, but recommend to replace them with scijava.* properties when switching to scijava-maven-plugin.

If your project has at least pom-scijava:24.0.0 as parent, scijava-maven-plugin has been made the default Maven plugin for handling installation of SciJava and ImageJ plugins.

net.imagej

ImageJ

Open source scientific multidimensional image processing

Versions

Version
0.7.1
0.7.0
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1