diff --git a/pom.xml b/pom.xml index 80040371..73a5ed29 100644 --- a/pom.xml +++ b/pom.xml @@ -12,37 +12,6 @@ Webcam Capture - Root POM This is Webcam Capture root POM - - Bartosz Firyn (SarXos) - https://github.com/sarxos - - - - - MIT License - http://www.opensource.org/licenses/mit-license.html - repo - - - - - - sarxos-ftp-repo - ftp://ftp.sarxos.pl/maven2 - - - - - scm:git:git@github.com:sarxos/webcam-capture.git - scm:git:git@github.com:sarxos/webcam-capture.git - git@github.com:sarxos/webcam-capture.git - - - - GitHub - https://github.com/sarxos/webcam-capture/issues - - webcam-capture webcam-capture-driver-civil diff --git a/webcam-capture/pom.xml b/webcam-capture/pom.xml index c794614e..c45a17aa 100644 --- a/webcam-capture/pom.xml +++ b/webcam-capture/pom.xml @@ -2,19 +2,50 @@ 4.0.0 - - com.github.sarxos - webcam-capture-parent - 0.3.2 - - + com.github.sarxos webcam-capture - ${parent.version}-SNAPSHOT + 0.3.2-SNAPSHOT jar Webcam Capture Use your webcam directly from Java + + UTF-8 + + + + Bartosz Firyn (SarXos) + https://github.com/sarxos + + + + + MIT License + http://www.opensource.org/licenses/mit-license.html + repo + + + + + + sarxos-ftp-repo + ftp://ftp.sarxos.pl/maven2 + + + + + scm:git:git@github.com:sarxos/webcam-capture.git + scm:git:git@github.com:sarxos/webcam-capture.git + git@github.com:sarxos/webcam-capture.git + + + + GitHub + https://github.com/sarxos/webcam-capture/issues + + + com.jhlabs @@ -26,16 +57,261 @@ bridj 0.6.1 + + org.slf4j + slf4j-api + 1.6.4 + + + ch.qos.logback + logback-classic + 0.9.18 + + + + notest + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.9 + + true + + + + + + + sign + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + + + + + assembly + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.3 + + + ../distribution.xml + + + + + make-assembly + package + + single + + + + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [1.0.0,) + + copy-dependencies + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.4 + + + copy-dependencies + prepare-package + + copy-dependencies + + + ${project.build.directory}/dependencies + false + false + true + + + + org.apache.maven.plugins maven-release-plugin 2.2.2 + + + + org.apache.maven.wagon + wagon-ftp + 1.0-beta-7 + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + public + cam,webcam,camera,spycam,capture + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + TODO + @todo + FIXME + XXX + + true + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.1.2 + + + + index + dependencies + + + + + + com.googlecode.maven-overview-plugin + maven-overview-plugin + 1.6 + false + + com.github.sarxos.webcam + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.1 + + true + true + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.4 + + true + utf-8 + 100 + 1.6 + true + + + + + +