Skip to content

Commit 67bc976

Browse files
committed
Sort POM files
1 parent 0d6e4fe commit 67bc976

File tree

11 files changed

+1215
-1192
lines changed

11 files changed

+1215
-1192
lines changed

barcodes/pom.xml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4-
<modelVersion>4.0.0</modelVersion>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
54

6-
<parent>
7-
<groupId>com.itextpdf</groupId>
8-
<artifactId>root</artifactId>
9-
<version>7.1.0-SNAPSHOT</version>
10-
</parent>
5+
<parent>
6+
<groupId>com.itextpdf</groupId>
7+
<artifactId>root</artifactId>
8+
<version>7.1.0-SNAPSHOT</version>
9+
</parent>
1110

12-
<artifactId>barcodes</artifactId>
13-
<name>iText 7 - barcodes</name>
14-
<url>http://itextpdf.com/</url>
11+
<artifactId>barcodes</artifactId>
1512

16-
<dependencies>
17-
<dependency>
18-
<groupId>com.itextpdf</groupId>
19-
<artifactId>kernel</artifactId>
20-
<version>${project.version}</version>
21-
</dependency>
22-
<dependency>
23-
<groupId>com.itextpdf</groupId>
24-
<artifactId>pdftest</artifactId>
25-
<version>${project.version}</version>
26-
<scope>test</scope>
27-
</dependency>
28-
</dependencies>
13+
<name>iText 7 - barcodes</name>
14+
<url>http://itextpdf.com/</url>
2915

30-
<build>
31-
<plugins>
32-
<plugin>
33-
<groupId>org.apache.maven.plugins</groupId>
34-
<artifactId>maven-surefire-plugin</artifactId>
35-
<configuration>
36-
<groups>${unittests}</groups>
37-
</configuration>
38-
</plugin>
39-
<plugin>
40-
<groupId>org.apache.maven.plugins</groupId>
41-
<artifactId>maven-failsafe-plugin</artifactId>
42-
<configuration>
43-
<includes>
44-
<include>**/*Test.java</include>
45-
</includes>
46-
<groups>${integrationtests}</groups>
47-
</configuration>
48-
</plugin>
49-
</plugins>
50-
</build>
16+
<dependencies>
17+
<dependency>
18+
<groupId>com.itextpdf</groupId>
19+
<artifactId>kernel</artifactId>
20+
<version>${project.version}</version>
21+
</dependency>
22+
<dependency>
23+
<groupId>com.itextpdf</groupId>
24+
<artifactId>pdftest</artifactId>
25+
<version>${project.version}</version>
26+
<scope>test</scope>
27+
</dependency>
28+
</dependencies>
29+
30+
<build>
31+
<plugins>
32+
<plugin>
33+
<groupId>org.apache.maven.plugins</groupId>
34+
<artifactId>maven-failsafe-plugin</artifactId>
35+
<configuration>
36+
<includes>
37+
<include>**/*Test.java</include>
38+
</includes>
39+
<groups>${integrationtests}</groups>
40+
</configuration>
41+
</plugin>
42+
<plugin>
43+
<groupId>org.apache.maven.plugins</groupId>
44+
<artifactId>maven-surefire-plugin</artifactId>
45+
<configuration>
46+
<groups>${unittests}</groups>
47+
</configuration>
48+
</plugin>
49+
</plugins>
50+
</build>
5151
</project>

font-asian/pom.xml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4-
<modelVersion>4.0.0</modelVersion>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
54

6-
<parent>
7-
<groupId>com.itextpdf</groupId>
8-
<artifactId>root</artifactId>
9-
<version>7.1.0-SNAPSHOT</version>
10-
</parent>
5+
<parent>
6+
<groupId>com.itextpdf</groupId>
7+
<artifactId>root</artifactId>
8+
<version>7.1.0-SNAPSHOT</version>
9+
</parent>
1110

12-
<artifactId>font-asian</artifactId>
13-
<name>iText 7 - Asian fonts</name>
14-
<description>iText Asian fonts for use in conjunction with iText 7, a free Java-PDF library</description>
15-
<url>http://itextpdf.com/</url>
16-
<licenses>
17-
<license>
18-
<name>Various licenses (see individual files)</name>
19-
</license>
20-
</licenses>
11+
<artifactId>font-asian</artifactId>
2112

22-
<build>
23-
<plugins>
24-
<plugin>
25-
<groupId>org.pitest</groupId>
26-
<artifactId>pitest-maven</artifactId>
27-
<version>${pitest.version}</version>
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-
<version>${javadoc.version}</version>
36-
<configuration>
37-
<skip>true</skip>
38-
</configuration>
39-
</plugin>
40-
</plugins>
41-
</build>
13+
<name>iText 7 - Asian fonts</name>
14+
<description>iText Asian fonts for use in conjunction with iText 7, a free Java-PDF library</description>
15+
<url>http://itextpdf.com/</url>
16+
<licenses>
17+
<license>
18+
<name>Various licenses (see individual files)</name>
19+
</license>
20+
</licenses>
21+
22+
<build>
23+
<plugins>
24+
<plugin>
25+
<groupId>org.apache.maven.plugins</groupId>
26+
<artifactId>maven-javadoc-plugin</artifactId>
27+
<version>${javadoc.version}</version>
28+
<configuration>
29+
<skip>true</skip>
30+
</configuration>
31+
</plugin>
32+
<plugin>
33+
<groupId>org.pitest</groupId>
34+
<artifactId>pitest-maven</artifactId>
35+
<version>${pitest.version}</version>
36+
<configuration>
37+
<skip>true</skip>
38+
</configuration>
39+
</plugin>
40+
</plugins>
41+
</build>
4242
</project>

forms/pom.xml

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4-
<modelVersion>4.0.0</modelVersion>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
54

6-
<parent>
7-
<groupId>com.itextpdf</groupId>
8-
<artifactId>root</artifactId>
9-
<version>7.1.0-SNAPSHOT</version>
10-
</parent>
5+
<parent>
6+
<groupId>com.itextpdf</groupId>
7+
<artifactId>root</artifactId>
8+
<version>7.1.0-SNAPSHOT</version>
9+
</parent>
1110

12-
<artifactId>forms</artifactId>
13-
<name>iText 7 - forms</name>
14-
<url>http://itextpdf.com/</url>
11+
<artifactId>forms</artifactId>
1512

16-
<dependencies>
17-
<dependency>
18-
<groupId>com.itextpdf</groupId>
19-
<artifactId>kernel</artifactId>
20-
<version>${project.version}</version>
21-
</dependency>
22-
<dependency>
23-
<groupId>com.itextpdf</groupId>
24-
<artifactId>layout</artifactId>
25-
<version>${project.version}</version>
26-
</dependency>
27-
<dependency>
28-
<groupId>com.itextpdf</groupId>
29-
<artifactId>pdftest</artifactId>
30-
<version>${project.version}</version>
31-
<scope>test</scope>
32-
</dependency>
33-
<dependency>
34-
<groupId>org.bouncycastle</groupId>
35-
<artifactId>bcprov-jdk15on</artifactId>
36-
<version>${bouncycastle.version}</version>
37-
<scope>test</scope>
38-
<optional>true</optional>
39-
</dependency>
40-
<dependency>
41-
<groupId>org.bouncycastle</groupId>
42-
<artifactId>bcpkix-jdk15on</artifactId>
43-
<version>${bouncycastle.version}</version>
44-
<scope>test</scope>
45-
<optional>true</optional>
46-
</dependency>
13+
<name>iText 7 - forms</name>
14+
<url>http://itextpdf.com/</url>
4715

48-
</dependencies>
16+
<dependencies>
17+
<dependency>
18+
<groupId>com.itextpdf</groupId>
19+
<artifactId>kernel</artifactId>
20+
<version>${project.version}</version>
21+
</dependency>
22+
<dependency>
23+
<groupId>com.itextpdf</groupId>
24+
<artifactId>layout</artifactId>
25+
<version>${project.version}</version>
26+
</dependency>
27+
<dependency>
28+
<groupId>com.itextpdf</groupId>
29+
<artifactId>pdftest</artifactId>
30+
<version>${project.version}</version>
31+
<scope>test</scope>
32+
</dependency>
33+
<dependency>
34+
<groupId>org.bouncycastle</groupId>
35+
<artifactId>bcpkix-jdk15on</artifactId>
36+
<version>${bouncycastle.version}</version>
37+
<scope>test</scope>
38+
<optional>true</optional>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.bouncycastle</groupId>
42+
<artifactId>bcprov-jdk15on</artifactId>
43+
<version>${bouncycastle.version}</version>
44+
<scope>test</scope>
45+
<optional>true</optional>
46+
</dependency>
4947

50-
<build>
51-
<plugins>
52-
<plugin>
53-
<groupId>org.apache.maven.plugins</groupId>
54-
<artifactId>maven-surefire-plugin</artifactId>
55-
<configuration>
56-
<groups>${unittests}</groups>
57-
</configuration>
58-
</plugin>
59-
<plugin>
60-
<groupId>org.apache.maven.plugins</groupId>
61-
<artifactId>maven-failsafe-plugin</artifactId>
62-
<configuration>
63-
<includes>
64-
<include>**/*Test.java</include>
65-
</includes>
66-
<groups>${integrationtests}</groups>
67-
</configuration>
68-
</plugin>
69-
</plugins>
70-
</build>
48+
</dependencies>
49+
50+
<build>
51+
<plugins>
52+
<plugin>
53+
<groupId>org.apache.maven.plugins</groupId>
54+
<artifactId>maven-failsafe-plugin</artifactId>
55+
<configuration>
56+
<includes>
57+
<include>**/*Test.java</include>
58+
</includes>
59+
<groups>${integrationtests}</groups>
60+
</configuration>
61+
</plugin>
62+
<plugin>
63+
<groupId>org.apache.maven.plugins</groupId>
64+
<artifactId>maven-surefire-plugin</artifactId>
65+
<configuration>
66+
<groups>${unittests}</groups>
67+
</configuration>
68+
</plugin>
69+
</plugins>
70+
</build>
7171
</project>

hyph/pom.xml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4-
<modelVersion>4.0.0</modelVersion>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
54

6-
<parent>
7-
<groupId>com.itextpdf</groupId>
8-
<artifactId>root</artifactId>
9-
<version>7.1.0-SNAPSHOT</version>
10-
</parent>
5+
<parent>
6+
<groupId>com.itextpdf</groupId>
7+
<artifactId>root</artifactId>
8+
<version>7.1.0-SNAPSHOT</version>
9+
</parent>
1110

12-
<artifactId>hyph</artifactId>
13-
<name>iText 7 - hyph</name>
14-
<description>XML files that can be used for hyphenation</description>
15-
<url>http://itextpdf.com/</url>
16-
<licenses>
17-
<license>
18-
<name>Various licenses (see individual files)</name>
19-
</license>
20-
</licenses>
11+
<artifactId>hyph</artifactId>
2112

22-
<build>
23-
<plugins>
24-
<plugin>
25-
<groupId>org.pitest</groupId>
26-
<artifactId>pitest-maven</artifactId>
27-
<version>${pitest.version}</version>
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-
<version>${javadoc.version}</version>
36-
<configuration>
37-
<skip>true</skip>
38-
</configuration>
39-
</plugin>
40-
</plugins>
41-
</build>
13+
<name>iText 7 - hyph</name>
14+
<description>XML files that can be used for hyphenation</description>
15+
<url>http://itextpdf.com/</url>
16+
<licenses>
17+
<license>
18+
<name>Various licenses (see individual files)</name>
19+
</license>
20+
</licenses>
21+
22+
<build>
23+
<plugins>
24+
<plugin>
25+
<groupId>org.apache.maven.plugins</groupId>
26+
<artifactId>maven-javadoc-plugin</artifactId>
27+
<version>${javadoc.version}</version>
28+
<configuration>
29+
<skip>true</skip>
30+
</configuration>
31+
</plugin>
32+
<plugin>
33+
<groupId>org.pitest</groupId>
34+
<artifactId>pitest-maven</artifactId>
35+
<version>${pitest.version}</version>
36+
<configuration>
37+
<skip>true</skip>
38+
</configuration>
39+
</plugin>
40+
</plugins>
41+
</build>
4242
</project>

0 commit comments

Comments
 (0)