Skip to content

Commit e9988c2

Browse files
committed
Format POMs to conform with standards
1 parent fa9eea3 commit e9988c2

File tree

36 files changed

+2203
-2203
lines changed

36 files changed

+2203
-2203
lines changed

pom.xml

Lines changed: 262 additions & 262 deletions
Large diffs are not rendered by default.

webcam-capture-addons/pom.xml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33

4-
<modelVersion>4.0.0</modelVersion>
4+
<modelVersion>4.0.0</modelVersion>
55

6-
<parent>
7-
<groupId>com.github.sarxos</groupId>
8-
<artifactId>webcam-capture-parent</artifactId>
9-
<version>0.3.12-SNAPSHOT</version>
10-
</parent>
6+
<parent>
7+
<artifactId>webcam-capture-parent</artifactId>
8+
<groupId>com.github.sarxos</groupId>
9+
<version>0.3.12-SNAPSHOT</version>
10+
</parent>
1111

12-
<artifactId>webcam-capture-addons</artifactId>
13-
<packaging>pom</packaging>
12+
<artifactId>webcam-capture-addons</artifactId>
13+
<packaging>pom</packaging>
1414

15-
<name>Webcam Capture Addons</name>
16-
<description>Parent POM for Webcam Capture addons set</description>
15+
<name>Webcam Capture Addons</name>
16+
<description>Parent POM for Webcam Capture addons set</description>
1717

18-
<modules>
19-
<module>webcam-capture-addon-swt</module>
20-
<module>webcam-capture-addon-spycam</module>
21-
</modules>
18+
<modules>
19+
<module>webcam-capture-addon-swt</module>
20+
<module>webcam-capture-addon-spycam</module>
21+
</modules>
2222

23-
<build>
24-
<plugins>
25-
<plugin>
26-
<groupId>org.apache.maven.plugins</groupId>
27-
<artifactId>maven-deploy-plugin</artifactId>
28-
<configuration>
29-
<skip>true</skip>
30-
</configuration>
31-
</plugin>
32-
<plugin>
33-
<groupId>org.apache.maven.plugins</groupId>
34-
<artifactId>maven-javadoc-plugin</artifactId>
35-
<configuration>
36-
<skip>true</skip>
37-
</configuration>
38-
</plugin>
39-
</plugins>
40-
</build>
23+
<build>
24+
<plugins>
25+
<plugin>
26+
<groupId>org.apache.maven.plugins</groupId>
27+
<artifactId>maven-deploy-plugin</artifactId>
28+
<configuration>
29+
<skip>true</skip>
30+
</configuration>
31+
</plugin>
32+
<plugin>
33+
<groupId>org.apache.maven.plugins</groupId>
34+
<artifactId>maven-javadoc-plugin</artifactId>
35+
<configuration>
36+
<skip>true</skip>
37+
</configuration>
38+
</plugin>
39+
</plugins>
40+
</build>
4141

4242
</project>
Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<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">
23

3-
<modelVersion>4.0.0</modelVersion>
4+
<modelVersion>4.0.0</modelVersion>
45

5-
<parent>
6-
<groupId>com.github.sarxos</groupId>
7-
<artifactId>webcam-capture-addons</artifactId>
8-
<version>0.3.12-SNAPSHOT</version>
9-
</parent>
6+
<parent>
7+
<artifactId>webcam-capture-addons</artifactId>
8+
<groupId>com.github.sarxos</groupId>
9+
<version>0.3.12-SNAPSHOT</version>
10+
</parent>
1011

11-
<artifactId>webcam-capture-addon-spycam</artifactId>
12+
<artifactId>webcam-capture-addon-spycam</artifactId>
1213

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

20-
<dependencies>
21-
<dependency>
22-
<groupId>com.github.sarxos</groupId>
23-
<artifactId>webcam-capture</artifactId>
24-
<version>${project.version}</version>
25-
</dependency>
26-
<dependency>
27-
<groupId>ch.qos.logback</groupId>
28-
<artifactId>logback-classic</artifactId>
29-
<version>1.0.9</version>
30-
</dependency>
31-
<dependency>
32-
<groupId>org.apache.httpcomponents</groupId>
33-
<artifactId>httpclient</artifactId>
34-
<version>4.1.3</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.apache.httpcomponents</groupId>
38-
<artifactId>httpmime</artifactId>
39-
<version>4.1.3</version>
40-
</dependency>
41-
</dependencies>
19+
<dependencies>
20+
<dependency>
21+
<groupId>ch.qos.logback</groupId>
22+
<artifactId>logback-classic</artifactId>
23+
<version>1.0.9</version>
24+
</dependency>
25+
<dependency>
26+
<groupId>com.github.sarxos</groupId>
27+
<artifactId>webcam-capture</artifactId>
28+
<version>${project.version}</version>
29+
</dependency>
30+
<dependency>
31+
<groupId>org.apache.httpcomponents</groupId>
32+
<artifactId>httpclient</artifactId>
33+
<version>4.1.3</version>
34+
</dependency>
35+
<dependency>
36+
<groupId>org.apache.httpcomponents</groupId>
37+
<artifactId>httpmime</artifactId>
38+
<version>4.1.3</version>
39+
</dependency>
40+
</dependencies>
4241

4342
</project>
Lines changed: 64 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,74 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<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">
23

3-
<modelVersion>4.0.0</modelVersion>
4+
<modelVersion>4.0.0</modelVersion>
45

5-
<parent>
6-
<groupId>com.github.sarxos</groupId>
7-
<artifactId>webcam-capture-addons</artifactId>
8-
<version>0.3.12-SNAPSHOT</version>
9-
</parent>
6+
<parent>
7+
<artifactId>webcam-capture-addons</artifactId>
8+
<groupId>com.github.sarxos</groupId>
9+
<version>0.3.12-SNAPSHOT</version>
10+
</parent>
1011

11-
<artifactId>webcam-capture-addon-swt</artifactId>
12-
<packaging>jar</packaging>
12+
<artifactId>webcam-capture-addon-swt</artifactId>
13+
<packaging>jar</packaging>
1314

14-
<name>Webcam Capture - SWT Addon</name>
15-
<description>SWT addon for Webcam Capture</description>
15+
<name>Webcam Capture - SWT Addon</name>
16+
<description>SWT addon for Webcam Capture</description>
1617

17-
<profiles>
18-
<profile>
19-
<id>mac</id>
20-
<activation>
21-
<os>
22-
<name>mac os x</name>
23-
</os>
24-
</activation>
25-
<properties>
26-
<swt.artifactId>org.eclipse.swt.cocoa.macosx.x86_64</swt.artifactId>
27-
</properties>
28-
</profile>
29-
<profile>
30-
<id>windows</id>
31-
<activation>
32-
<os>
33-
<family>windows</family>
34-
</os>
35-
</activation>
36-
<properties>
37-
<swt.artifactId>org.eclipse.swt.win32.win32.x86_64</swt.artifactId>
38-
</properties>
39-
</profile>
40-
<profile>
41-
<id>linux</id>
42-
<activation>
43-
<os>
44-
<family>linux</family>
45-
</os>
46-
</activation>
47-
<properties>
48-
<swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId>
49-
</properties>
50-
</profile>
51-
</profiles>
18+
<dependencies>
19+
<dependency>
20+
<groupId>com.github.sarxos</groupId>
21+
<artifactId>webcam-capture</artifactId>
22+
<version>${project.version}</version>
23+
</dependency>
24+
<dependency>
25+
<groupId>org.eclipse.swt</groupId>
26+
<artifactId>${swt.artifactId}</artifactId>
27+
<version>4.2.1</version>
28+
</dependency>
29+
</dependencies>
5230

53-
<repositories>
54-
<repository>
55-
<id>swt-repo</id>
56-
<url>https://swt-repo.googlecode.com/svn/repo/</url>
57-
</repository>
58-
</repositories>
31+
<repositories>
32+
<repository>
33+
<id>swt-repo</id>
34+
<url>https://swt-repo.googlecode.com/svn/repo/</url>
35+
</repository>
36+
</repositories>
5937

60-
<dependencies>
61-
<dependency>
62-
<groupId>com.github.sarxos</groupId>
63-
<artifactId>webcam-capture</artifactId>
64-
<version>${project.version}</version>
65-
</dependency>
66-
<dependency>
67-
<groupId>org.eclipse.swt</groupId>
68-
<artifactId>${swt.artifactId}</artifactId>
69-
<version>4.2.1</version>
70-
</dependency>
71-
</dependencies>
38+
<profiles>
39+
<profile>
40+
<id>mac</id>
41+
<activation>
42+
<os>
43+
<name>mac os x</name>
44+
</os>
45+
</activation>
46+
<properties>
47+
<swt.artifactId>org.eclipse.swt.cocoa.macosx.x86_64</swt.artifactId>
48+
</properties>
49+
</profile>
50+
<profile>
51+
<id>windows</id>
52+
<activation>
53+
<os>
54+
<family>windows</family>
55+
</os>
56+
</activation>
57+
<properties>
58+
<swt.artifactId>org.eclipse.swt.win32.win32.x86_64</swt.artifactId>
59+
</properties>
60+
</profile>
61+
<profile>
62+
<id>linux</id>
63+
<activation>
64+
<os>
65+
<family>linux</family>
66+
</os>
67+
</activation>
68+
<properties>
69+
<swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId>
70+
</properties>
71+
</profile>
72+
</profiles>
7273

7374
</project>
Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,51 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<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">
23

3-
<modelVersion>4.0.0</modelVersion>
4+
<modelVersion>4.0.0</modelVersion>
45

5-
<parent>
6-
<groupId>com.github.sarxos</groupId>
7-
<artifactId>webcam-capture-drivers</artifactId>
8-
<version>0.3.12-SNAPSHOT</version>
9-
</parent>
6+
<parent>
7+
<artifactId>webcam-capture-drivers</artifactId>
8+
<groupId>com.github.sarxos</groupId>
9+
<version>0.3.12-SNAPSHOT</version>
10+
</parent>
1011

11-
<artifactId>webcam-capture-driver-ffmpeg-cli</artifactId>
12-
<packaging>jar</packaging>
12+
<artifactId>webcam-capture-driver-ffmpeg-cli</artifactId>
13+
<packaging>jar</packaging>
1314

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

23-
<dependencies>
24-
<dependency>
25-
<groupId>com.github.sarxos</groupId>
26-
<artifactId>webcam-capture</artifactId>
27-
<version>${project.version}</version>
28-
</dependency>
29-
<dependency>
30-
<groupId>ch.qos.logback</groupId>
31-
<artifactId>logback-classic</artifactId>
32-
<version>1.0.9</version>
33-
</dependency>
34-
</dependencies>
22+
<dependencies>
23+
<dependency>
24+
<groupId>ch.qos.logback</groupId>
25+
<artifactId>logback-classic</artifactId>
26+
<version>1.0.9</version>
27+
</dependency>
28+
<dependency>
29+
<groupId>com.github.sarxos</groupId>
30+
<artifactId>webcam-capture</artifactId>
31+
<version>${project.version}</version>
32+
</dependency>
33+
</dependencies>
34+
35+
<build>
36+
<plugins>
37+
<plugin>
38+
<groupId>org.apache.maven.plugins</groupId>
39+
<artifactId>maven-assembly-plugin</artifactId>
40+
</plugin>
41+
<plugin>
42+
<groupId>org.apache.maven.plugins</groupId>
43+
<artifactId>maven-deploy-plugin</artifactId>
44+
<configuration>
45+
<skip>true</skip>
46+
</configuration>
47+
</plugin>
48+
</plugins>
49+
</build>
3550

36-
<build>
37-
<plugins>
38-
<plugin>
39-
<groupId>org.apache.maven.plugins</groupId>
40-
<artifactId>maven-assembly-plugin</artifactId>
41-
</plugin>
42-
<plugin>
43-
<groupId>org.apache.maven.plugins</groupId>
44-
<artifactId>maven-deploy-plugin</artifactId>
45-
<configuration>
46-
<skip>true</skip>
47-
</configuration>
48-
</plugin>
49-
</plugins>
50-
</build>
51-
5251
</project>

0 commit comments

Comments
 (0)