|
@ -176,39 +176,6 @@ |
|
|
</executions> |
|
|
</executions> |
|
|
</plugin> |
|
|
</plugin> |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
|
|
|
<version>2.4</version> |
|
|
|
|
|
<configuration> |
|
|
|
|
|
<outputDirectory>${project.build.directory}/build/</outputDirectory> |
|
|
|
|
|
<archive> |
|
|
|
|
|
<manifest> |
|
|
|
|
|
<addClasspath>true</addClasspath> |
|
|
|
|
|
<mainClass>com.sothr.imagetools.App</mainClass> |
|
|
|
|
|
<classpathPrefix>lib</classpathPrefix> |
|
|
|
|
|
</manifest> |
|
|
|
|
|
</archive> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
</plugin> |
|
|
|
|
|
<plugin> |
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId> |
|
|
|
|
|
<version>2.5.1</version> |
|
|
|
|
|
<executions> |
|
|
|
|
|
<execution> |
|
|
|
|
|
<id>copy-dependencies</id> |
|
|
|
|
|
<phase>package</phase> |
|
|
|
|
|
<goals> |
|
|
|
|
|
<goal>copy-dependencies</goal> |
|
|
|
|
|
</goals> |
|
|
|
|
|
<configuration> |
|
|
|
|
|
<outputDirectory>${project.build.directory}/build/lib</outputDirectory> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
</execution> |
|
|
|
|
|
</executions> |
|
|
|
|
|
</plugin> |
|
|
|
|
|
<plugin> |
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
<artifactId>maven-resources-plugin</artifactId> |
|
|
<artifactId>maven-resources-plugin</artifactId> |
|
|
<version>2.6</version> |
|
|
<version>2.6</version> |
|
|
<executions> |
|
|
<executions> |
|
@ -235,7 +202,7 @@ |
|
|
<goal>copy-resources</goal> |
|
|
<goal>copy-resources</goal> |
|
|
</goals> |
|
|
</goals> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<outputDirectory>${project.build.directory}/build</outputDirectory> |
|
|
|
|
|
|
|
|
<outputDirectory>${project.build.directory}/jfx/app</outputDirectory> |
|
|
<resources> |
|
|
<resources> |
|
|
<resource> |
|
|
<resource> |
|
|
<directory>src/includes</directory> |
|
|
<directory>src/includes</directory> |
|
|