Skip to content

Commit

Permalink
Format POMs to conform with standards
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jan 17, 2018
1 parent fa9eea3 commit e9988c2
Show file tree
Hide file tree
Showing 36 changed files with 2,203 additions and 2,203 deletions.
524 changes: 262 additions & 262 deletions pom.xml

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions webcam-capture-addons/pom.xml
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<version>0.3.12-SNAPSHOT</version>
</parent>
<parent>
<artifactId>webcam-capture-parent</artifactId>
<groupId>com.github.sarxos</groupId>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-addons</artifactId>
<packaging>pom</packaging>
<artifactId>webcam-capture-addons</artifactId>
<packaging>pom</packaging>

<name>Webcam Capture Addons</name>
<description>Parent POM for Webcam Capture addons set</description>
<name>Webcam Capture Addons</name>
<description>Parent POM for Webcam Capture addons set</description>

<modules>
<module>webcam-capture-addon-swt</module>
<module>webcam-capture-addon-spycam</module>
</modules>
<modules>
<module>webcam-capture-addon-swt</module>
<module>webcam-capture-addon-spycam</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>
67 changes: 33 additions & 34 deletions webcam-capture-addons/webcam-capture-addon-spycam/pom.xml
Original file line number Diff line number Diff line change
@@ -1,43 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-addons</artifactId>
<version>0.3.12-SNAPSHOT</version>
</parent>
<parent>
<artifactId>webcam-capture-addons</artifactId>
<groupId>com.github.sarxos</groupId>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-addon-spycam</artifactId>
<artifactId>webcam-capture-addon-spycam</artifactId>

<name>Webcam Capture - Spy Camera PHP Service Addon</name>
<description>
Simple PHP implementation of real-time webcam image streaming from
<name>Webcam Capture - Spy Camera PHP Service Addon</name>
<description>Simple PHP implementation of real-time webcam image streaming from
the webcam provider to the streaming server, where several clients
can view images fater logged in
</description>
can view images fater logged in</description>

<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.9</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.1.3</version>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.9</version>
</dependency>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.1.3</version>
</dependency>
</dependencies>

</project>
127 changes: 64 additions & 63 deletions webcam-capture-addons/webcam-capture-addon-swt/pom.xml
Original file line number Diff line number Diff line change
@@ -1,73 +1,74 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-addons</artifactId>
<version>0.3.12-SNAPSHOT</version>
</parent>
<parent>
<artifactId>webcam-capture-addons</artifactId>
<groupId>com.github.sarxos</groupId>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-addon-swt</artifactId>
<packaging>jar</packaging>
<artifactId>webcam-capture-addon-swt</artifactId>
<packaging>jar</packaging>

<name>Webcam Capture - SWT Addon</name>
<description>SWT addon for Webcam Capture</description>
<name>Webcam Capture - SWT Addon</name>
<description>SWT addon for Webcam Capture</description>

<profiles>
<profile>
<id>mac</id>
<activation>
<os>
<name>mac os x</name>
</os>
</activation>
<properties>
<swt.artifactId>org.eclipse.swt.cocoa.macosx.x86_64</swt.artifactId>
</properties>
</profile>
<profile>
<id>windows</id>
<activation>
<os>
<family>windows</family>
</os>
</activation>
<properties>
<swt.artifactId>org.eclipse.swt.win32.win32.x86_64</swt.artifactId>
</properties>
</profile>
<profile>
<id>linux</id>
<activation>
<os>
<family>linux</family>
</os>
</activation>
<properties>
<swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId>
</properties>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.swt</groupId>
<artifactId>${swt.artifactId}</artifactId>
<version>4.2.1</version>
</dependency>
</dependencies>

<repositories>
<repository>
<id>swt-repo</id>
<url>https://swt-repo.googlecode.com/svn/repo/</url>
</repository>
</repositories>
<repositories>
<repository>
<id>swt-repo</id>
<url>https://swt-repo.googlecode.com/svn/repo/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.swt</groupId>
<artifactId>${swt.artifactId}</artifactId>
<version>4.2.1</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>mac</id>
<activation>
<os>
<name>mac os x</name>
</os>
</activation>
<properties>
<swt.artifactId>org.eclipse.swt.cocoa.macosx.x86_64</swt.artifactId>
</properties>
</profile>
<profile>
<id>windows</id>
<activation>
<os>
<family>windows</family>
</os>
</activation>
<properties>
<swt.artifactId>org.eclipse.swt.win32.win32.x86_64</swt.artifactId>
</properties>
</profile>
<profile>
<id>linux</id>
<activation>
<os>
<family>linux</family>
</os>
</activation>
<properties>
<swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId>
</properties>
</profile>
</profiles>

</project>
81 changes: 40 additions & 41 deletions webcam-capture-drivers/driver-ffmpeg-cli/pom.xml
Original file line number Diff line number Diff line change
@@ -1,52 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-drivers</artifactId>
<version>0.3.12-SNAPSHOT</version>
</parent>
<parent>
<artifactId>webcam-capture-drivers</artifactId>
<groupId>com.github.sarxos</groupId>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-driver-ffmpeg-cli</artifactId>
<packaging>jar</packaging>
<artifactId>webcam-capture-driver-ffmpeg-cli</artifactId>
<packaging>jar</packaging>

<name>Webcam Capture - FFmpeg CLI Driver</name>
<description>
Webcam Capture driver using ffmpeg CLI tool to grab frames from camera
<name>Webcam Capture - FFmpeg CLI Driver</name>
<description>Webcam Capture driver using ffmpeg CLI tool to grab frames from camera
device into named pipe and decode them in Java. This driver works only
on *NIX systems (ans possibly on Mac OS). No Windows, sorry... It also
requires ffmpeg to be installed on the computer where image capturing
will be running.
</description>
will be running.</description>

<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.9</version>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.9</version>
</dependency>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>
Loading

0 comments on commit e9988c2

Please sign in to comment.