Refactored classes and build configuration so that now plugin jar can be

build with "clean compile assembly:single"
This commit is contained in:
2014-02-25 21:24:09 +01:00
parent c0dd33436e
commit ef4135b9ad
8 changed files with 49 additions and 23 deletions

31
pom.xml
View File

@@ -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>