From 71cfc745c0d61160e14d2dfae7ce854e58aa53b6 Mon Sep 17 00:00:00 2001 From: Bartosz Firyn Date: Sun, 13 Jan 2013 12:51:00 +0100 Subject: [PATCH] Fix Travis build failing due to launch4j config --- pom.xml | 10 +- .../webcam-capture-executable/pom.xml | 112 ++++++++++-------- webcam-capture/pom.xml | 3 +- 3 files changed, 70 insertions(+), 55 deletions(-) diff --git a/pom.xml b/pom.xml index 4c39a79b..77749e9e 100644 --- a/pom.xml +++ b/pom.xml @@ -282,9 +282,9 @@ org.apache.maven.plugins - maven-site-plugin - 3.0 - + maven-site-plugin + 3.0 + @@ -430,8 +430,8 @@ maven-overview-plugin 1.6 - 700 - 700 + 700 + 700 diff --git a/webcam-capture-examples/webcam-capture-executable/pom.xml b/webcam-capture-examples/webcam-capture-executable/pom.xml index e7da64b7..b98e366c 100644 --- a/webcam-capture-examples/webcam-capture-executable/pom.xml +++ b/webcam-capture-examples/webcam-capture-executable/pom.xml @@ -27,6 +27,66 @@ + + + build-executable + + + Windows + + + + + + com.akathist.maven.plugins.launch4j + launch4j-maven-plugin + 1.5.1 + + + l4j-gui + package + + launch4j + + + gui + ${project.build.directory}/capture.exe + ${project.build.directory}/${project.artifactId}-${project.version}.jar + Error + src/main/resources/Security-Camera.ico + + com.github.sarxos.webcam.WebcamExecutableExample + true + libs + + + 1.5.0 + 1.6.0 + + + WebcamCapture + ${project.name} + + + 1.2.3.4 + v1.2.3.4 + ${project.name} + Bartosz Firyn + 1.2.3.4 + v1.2.3.4 + ${project.name} + ${project.name} + capture.exe + + + + + + + + + + @@ -54,52 +114,8 @@ - - com.akathist.maven.plugins.launch4j - launch4j-maven-plugin - 1.5.1 - - - l4j-gui - package - - launch4j - - - gui - ${project.build.directory}/capture.exe - ${project.build.directory}/${project.artifactId}-${project.version}.jar - Error - src/main/resources/Security-Camera.ico - - com.github.sarxos.webcam.WebcamExecutableExample - true - libs - - - 1.5.0 - 1.6.0 - - - WebcamCapture - ${project.name} - - - 1.2.3.4 - v1.2.3.4 - ${project.name} - Bartosz Firyn - 1.2.3.4 - v1.2.3.4 - ${project.name} - ${project.name} - capture.exe - - - - - + @@ -115,9 +131,7 @@ maven-dependency-plugin [2.5.1,) - - copy-dependencies - + copy-dependencies @@ -131,4 +145,4 @@ - \ No newline at end of file + diff --git a/webcam-capture/pom.xml b/webcam-capture/pom.xml index 4e3e3c07..80c9df84 100644 --- a/webcam-capture/pom.xml +++ b/webcam-capture/pom.xml @@ -124,7 +124,8 @@ com.github.sarxos.webcam.util, - !*, + com.github.sarxos.webcam.ds, + com.github.sarxos.webcam.ds.*, {maven-resources}