mirror of
https://github.com/paulscherrerinstitute/ch.psi.imagej.hdf5.git
synced 2026-01-21 19:42:26 +01:00
Refactored classes and build configuration so that now plugin jar can be
build with "clean compile assembly:single"
This commit is contained in:
31
pom.xml
31
pom.xml
@@ -12,8 +12,37 @@
|
||||
<version>1.46</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>hdf5</groupId>
|
||||
<artifactId>jhdf</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<!-- <scope>system</scope>
|
||||
<systemPath>${project.basedir}/hdf-java/jhdf.jar</systemPath> -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>hdf5</groupId>
|
||||
<artifactId>jhdfobj</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<!-- <scope>system</scope>
|
||||
<systemPath>${project.basedir}/hdf-java/jhdfobj.jar</systemPath> -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>hdf5</groupId>
|
||||
<artifactId>jhdf5</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<!-- <scope>system</scope>
|
||||
<systemPath>${project.basedir}/hdf-java/jhdf5.jar</systemPath> -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>hdf5</groupId>
|
||||
<artifactId>jhdf5obj</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<!-- <scope>system</scope>
|
||||
<systemPath>${project.basedir}/hdf-java/jhdf5obj.jar</systemPath> -->
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user