Skip to content

Commit 95e5db1

Browse files
authored
JAVA-22625: Changes made for formatting the pom.xml (eugenp#14327)
* JAVA-22625: Changes made for formatting the pom.xml * JAVA-22625: Changes made for formatting the pom.xml * JAVA-22625: commenting module * JAVA-22625: commenting module
1 parent c194dc5 commit 95e5db1

File tree

20 files changed

+83
-84
lines changed

20 files changed

+83
-84
lines changed

apache-poi-2/pom.xml

Lines changed: 2 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:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns="http://maven.apache.org/POM/4.0.0"
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>

aws-modules/aws-miscellaneous/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
</plugins>
101101
</build>
102102

103-
104103
<properties>
105104
<aws-lambda-java-events.version>1.3.0</aws-lambda-java-events.version>
106105
<aws-lambda-java-core.version>1.1.0</aws-lambda-java-core.version>

core-groovy-modules/core-groovy-2/gmavenplus-pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56
<artifactId>core-groovy-2</artifactId>
@@ -117,11 +118,11 @@
117118
<artifactId>maven-surefire-plugin</artifactId>
118119
<version>2.20.1</version>
119120
<configuration>
120-
<useFile>false</useFile>
121-
<includes>
122-
<include>**/*Test.java</include>
123-
<include>**/*Spec.java</include>
124-
</includes>
121+
<useFile>false</useFile>
122+
<includes>
123+
<include>**/*Test.java</include>
124+
<include>**/*Spec.java</include>
125+
</includes>
125126
</configuration>
126127
</plugin>
127128
<!-- Maven Assembly Plugin: needed to run the jar through command line -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<mainClass>org.openjdk.jmh.Main</mainClass>
7373
</transformer>
7474
<transformer
75-
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
75+
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
7676
</transformers>
7777
<filters>
7878
<filter>

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

Lines changed: 2 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
<parent>
77
<groupId>com.baeldung.core-java-modules</groupId>
Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
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">
5-
<modelVersion>4.0.0</modelVersion>
6-
<parent>
7-
<groupId>com.baeldung</groupId>
8-
<artifactId>core-java-9-jigsaw</artifactId>
9-
<version>0.2-SNAPSHOT</version>
10-
</parent>
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">
5+
<modelVersion>4.0.0</modelVersion>
6+
<parent>
7+
<groupId>com.baeldung</groupId>
8+
<artifactId>core-java-9-jigsaw</artifactId>
9+
<version>0.2-SNAPSHOT</version>
10+
</parent>
1111

12-
<artifactId>library-core</artifactId>
12+
<artifactId>library-core</artifactId>
1313

14-
<properties>
15-
<maven.compiler.source>19</maven.compiler.source>
16-
<maven.compiler.target>19</maven.compiler.target>
17-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18-
</properties>
14+
<properties>
15+
<maven.compiler.source>19</maven.compiler.source>
16+
<maven.compiler.target>19</maven.compiler.target>
17+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18+
</properties>
1919

20-
<dependencies>
21-
<dependency>
22-
<groupId>org.junit.jupiter</groupId>
23-
<artifactId>junit-jupiter-api</artifactId>
24-
<version>5.9.2</version>
25-
<scope>test</scope>
26-
</dependency>
27-
<dependency>
28-
<groupId>org.junit.jupiter</groupId>
29-
<artifactId>junit-jupiter-engine</artifactId>
30-
<version>5.9.2</version>
31-
<scope>test</scope>
32-
</dependency>
33-
</dependencies>
20+
<dependencies>
21+
<dependency>
22+
<groupId>org.junit.jupiter</groupId>
23+
<artifactId>junit-jupiter-api</artifactId>
24+
<version>5.9.2</version>
25+
<scope>test</scope>
26+
</dependency>
27+
<dependency>
28+
<groupId>org.junit.jupiter</groupId>
29+
<artifactId>junit-jupiter-engine</artifactId>
30+
<version>5.9.2</version>
31+
<scope>test</scope>
32+
</dependency>
33+
</dependencies>
3434

35-
<build>
36-
<plugins>
37-
<plugin>
38-
<groupId>org.apache.maven.plugins</groupId>
39-
<artifactId>maven-compiler-plugin</artifactId>
40-
<version>3.8.1</version>
41-
<configuration>
42-
<release>9</release>
43-
</configuration>
44-
</plugin>
45-
<plugin>
46-
<groupId>org.apache.maven.plugins</groupId>
47-
<artifactId>maven-surefire-plugin</artifactId>
48-
<version>3.0.0-M5</version>
49-
<configuration>
50-
<useModulePath>false</useModulePath>
51-
</configuration>
52-
</plugin>
53-
</plugins>
54-
</build>
35+
<build>
36+
<plugins>
37+
<plugin>
38+
<groupId>org.apache.maven.plugins</groupId>
39+
<artifactId>maven-compiler-plugin</artifactId>
40+
<version>3.8.1</version>
41+
<configuration>
42+
<release>9</release>
43+
</configuration>
44+
</plugin>
45+
<plugin>
46+
<groupId>org.apache.maven.plugins</groupId>
47+
<artifactId>maven-surefire-plugin</artifactId>
48+
<version>3.0.0-M5</version>
49+
<configuration>
50+
<useModulePath>false</useModulePath>
51+
</configuration>
52+
</plugin>
53+
</plugins>
54+
</build>
5555
</project>

core-java-modules/core-java-collections-5/pom.xml

Lines changed: 2 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:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns="http://maven.apache.org/POM/4.0.0"
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-java-collections-5</artifactId>
77
<name>core-java-collections-5</name>

core-java-modules/core-java-collections-list-5/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</parent>
1515

1616
<dependencies>
17-
<dependency>
17+
<dependency>
1818
<groupId>org.openjdk.jmh</groupId>
1919
<artifactId>jmh-core</artifactId>
2020
<version>1.36</version>
@@ -45,7 +45,7 @@
4545
</dependencies>
4646

4747
<properties>
48-
<jmh.version>1.21</jmh.version>
48+
<jmh.version>1.21</jmh.version>
4949
<commons-lang.version>2.2</commons-lang.version>
5050
<commons-lang3.version>3.12.0</commons-lang3.version>
5151
</properties>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<argument>-Xmx300m</argument>
6767
<argument>-XX:+UseParallelGC</argument>
6868
<argument>-classpath</argument>
69-
<classpath />
69+
<classpath/>
7070
<argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument>
7171
</arguments>
7272
</configuration>
@@ -140,7 +140,7 @@
140140
<executable>java</executable>
141141
<arguments>
142142
<argument>-classpath</argument>
143-
<classpath />
143+
<classpath/>
144144
<argument>org.openjdk.jmh.Main</argument>
145145
<argument>.*</argument>
146146
</arguments>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<argument>-Xmx300m</argument>
6565
<argument>-XX:+UseParallelGC</argument>
6666
<argument>-classpath</argument>
67-
<classpath />
67+
<classpath/>
6868
<argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument>
6969
</arguments>
7070
</configuration>
@@ -116,7 +116,7 @@
116116
<executable>java</executable>
117117
<arguments>
118118
<argument>-classpath</argument>
119-
<classpath />
119+
<classpath/>
120120
<argument>org.openjdk.jmh.Main</argument>
121121
<argument>.*</argument>
122122
</arguments>

0 commit comments

Comments
 (0)