Skip to content

Commit aeeedb6

Browse files
committed
JAVA-11792: Fix formatting of POMs
1 parent 96e6619 commit aeeedb6

52 files changed

Lines changed: 418 additions & 452 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apache-poi-2/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>apache-poi-2</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
@@ -25,5 +25,4 @@
2525
<poi.version>5.2.0</poi.version>
2626
</properties>
2727

28-
</project>
29-
28+
</project>

aws-modules/aws-s3/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<artifactId>aws-java-sdk</artifactId>
2121
<version>${aws-java-sdk.version}</version>
2222
</dependency>
23-
2423
<dependency>
2524
<groupId>commons-io</groupId>
2625
<artifactId>commons-io</artifactId>
@@ -58,7 +57,7 @@
5857
</executions>
5958
</plugin>
6059
</plugins>
61-
</build>
60+
</build>
6261

6362
<properties>
6463
<aws-java-sdk.version>1.11.290</aws-java-sdk.version>

aws-modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<module>aws-miscellaneous</module>
2020
<module>aws-reactive</module>
2121
<module>aws-s3</module>
22-
</modules>
22+
</modules>
2323

2424
</project>

core-java-modules/core-java-exceptions-3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<version>3.8.1</version>
3333
<configuration>
3434
<compilerArgs>
35-
<!-- Comment the arg below to print complete stack trace information -->
36-
<!-- <arg>-g:none</arg>-->
35+
<!-- Comment the arg below to print complete stack trace information -->
36+
<!-- <arg>-g:none</arg> -->
3737
</compilerArgs>
3838
</configuration>
3939
</plugin>

core-java-modules/core-java-exceptions-4/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<version>3.8.1</version>
3333
<configuration>
3434
<compilerArgs>
35-
<!-- Comment the arg below to print complete stack trace information -->
36-
<!-- <arg>-g:none</arg>-->
35+
<!-- Comment the arg below to print complete stack trace information -->
36+
<!-- <arg>-g:none</arg> -->
3737
</compilerArgs>
3838
</configuration>
3939
</plugin>

core-java-modules/core-java-uuid/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<filtering>true</filtering>
3636
</resource>
3737
</resources>
38-
3938
<plugins>
4039
<plugin>
4140
<groupId>org.apache.maven.plugins</groupId>

docker/docker-caching/multi-module-caching/core/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>core</artifactId>
77

@@ -22,4 +22,5 @@
2222
<maven.compiler.source>8</maven.compiler.source>
2323
<maven.compiler.target>8</maven.compiler.target>
2424
</properties>
25+
2526
</project>
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56
<groupId>com.baeldung</groupId>
67
<artifactId>multi-module-caching</artifactId>
78
<version>0.0.1-SNAPSHOT</version>
89
<description>Multi-module Maven caching example</description>
910
<packaging>pom</packaging>
1011

12+
<modules>
13+
<module>runner</module>
14+
<module>core</module>
15+
</modules>
16+
1117
<dependencyManagement>
1218
<dependencies>
1319
<dependency>
@@ -22,8 +28,4 @@
2228
<java.version>1.8</java.version>
2329
</properties>
2430

25-
<modules>
26-
<module>runner</module>
27-
<module>core</module>
28-
</modules>
29-
</project>
31+
</project>

docker/docker-caching/multi-module-caching/runner/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>runner</artifactId>
77

@@ -53,4 +53,5 @@
5353
<maven.compiler.source>8</maven.compiler.source>
5454
<maven.compiler.target>8</maven.compiler.target>
5555
</properties>
56+
5657
</project>

docker/docker-caching/single-module-caching/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
76
<groupId>com.baeldung</groupId>
87
<artifactId>single-module-caching</artifactId>
98
<version>1.0-SNAPSHOT</version>
@@ -50,4 +49,5 @@
5049
<maven.compiler.source>8</maven.compiler.source>
5150
<maven.compiler.target>8</maven.compiler.target>
5251
</properties>
52+
5353
</project>

0 commit comments

Comments
 (0)