Added config so that imagej is able to find the plugin class

This commit is contained in:
ebner 2013-04-05 11:36:41 +02:00
parent 65ab9dcca7
commit bd5cd8b051
3 changed files with 28 additions and 5 deletions

View File

@ -0,0 +1,2 @@
http://fiji.sc/wiki/index.php/Description_of_ImageJ's_plugin_architecture

View File

@ -1,4 +1,5 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>ch.psi</groupId>
<artifactId>ch.psi.imagej.zeromq</artifactId>
@ -17,4 +18,23 @@
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<!-- <manifest>
<mainClass>fully.qualified.MainClass</mainClass>
</manifest> -->
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
</project>

View File

@ -0,0 +1 @@
Plugins, "ZeroMQ Viewer", ch.psi.imagej.zeromq.ZeroMQViewer