pom.xml
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.biovoxxel</groupId>
<artifactId>bv3dbox</artifactId>
<version>1.24.7</version>
<name>BioVoxxel 3D Box</name>
<inceptionYear>2021</inceptionYear>
<description>The BioVoxxel 3D Box implements well known functions of the BioVoxxel Toolbox for 3D images using the GPU-accelerated image processing via the clij project family (clij/clij2/clijx/).</description>
<url>tbd</url>
<organization>
<name>BioVoxxel</name>
<url>https://www.biovoxxel.de</url>
</organization>
<parent>
<relativePath />
<artifactId>pom-scijava</artifactId>
<version>37.0.0</version>
<groupId>org.scijava</groupId>
</parent>
<developers>
<developer>
<id>biovoxxel</id>
<name>Jan Brocher</name>
<email>jan.brocher@biovoxxel.de</email>
<organization>BioVoxxel</organization>
<roles>
<role>developer</role>
</roles>
<timezone>-6</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>none</name>
</contributor>
</contributors>
<licenses>
<license>
<name>3-Clause BSD License</name>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<package-name>de.biovoxxel.bv3dbox</package-name>
<license.licenseName>bsd_3</license.licenseName>
<license.copyrightOwners>Jan Brocher, BioVoxxel</license.copyrightOwners>
<!--<scijava.app.directory>/home/rhaase/programs/fiji/Fiji.app/</scijava.app.directory>-->
</properties>
<mailingLists>
<mailingList>
<name>ImageSc Forum</name>
<archive>http://forum.image.sc/</archive>
</mailingList>
</mailingLists>
<scm>
<url>none</url>
</scm>
<ciManagement>
<system>None</system>
</ciManagement>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/biovoxxel/bv3dbox/issues</url>
</issueManagement>
<repositories>
<repository>
<id>imagej.public</id>
<url>http://maven.imagej.net/content/groups/public</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij2_</artifactId>
</dependency>
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clijx_</artifactId>
</dependency>
<dependency>
<groupId>org.framagit.mcib3d</groupId>
<artifactId>mcib3d-core</artifactId>
<version>4.0.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/sc.fiji/Fiji_Plugins -->
<dependency>
<groupId>sc.fiji</groupId>
<artifactId>Fiji_Plugins</artifactId>
</dependency>
<dependency>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clijx-assistant-imagej2_</artifactId>
<version>0.6.0.1</version>
</dependency>
<dependency>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clijx-assistant-morpholibj_</artifactId>
<version>0.6.0.1</version>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/resources/legacy</directory>
<includes>
<include>plugins.config</include>
</includes>
</resource>
<resource>
<directory>src/main/resources/luts</directory>
<includes>
<include>*.*</include>
</includes>
</resource>
<resource>
<directory>src/main/resources/example/code</directory>
<excludes>
<exclude>*.*</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<outputDirectory>D:\BioVoxxel\Fiji\Fiji.app - BVTB 3.0\plugins</outputDirectory>
</configuration>
</plugin>
</plugins>
</build>
</project>