Skip to content

Commit 4a2c365

Browse files
authored
JAVA-22625: Changes made for formatting the pom.xml (#14329)
1 parent 673673c commit 4a2c365

File tree

22 files changed

+152
-146
lines changed

22 files changed

+152
-146
lines changed

gcp-firebase/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<version>${firebase-admin.version}</version>
1919
</dependency>
2020

21-
2221
<dependency>
2322
<groupId>org.springframework.boot</groupId>
2423
<artifactId>spring-boot-starter-web</artifactId>

guest/memory-leaks/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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">
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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56
<artifactId>memory-leaks</artifactId>
67
<version>0.0.1-SNAPSHOT</version>

image-compressing/pom.xml

+2-2
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>image-compressing</artifactId>
77

java-jdi/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
</plugins>
4242
</build>
4343

44-
4544
<properties>
4645
<maven.compiler.source.version>17</maven.compiler.source.version>
4746
<maven.compiler.target.version>17</maven.compiler.target.version>

jaxb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</goals>
6060
</pluginExecutionFilter>
6161
<action>
62-
<execute />
62+
<execute/>
6363
</action>
6464
</pluginExecution>
6565
</pluginExecutions>

jhipster-6/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<groupId>com.baeldung.jhipster</groupId>
56
<artifactId>jhipster-6</artifactId>

jhipster-modules/jhipster-microservice/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://maven.apache.org/POM/4.0.0"
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>jhipster-microservice</artifactId>
67
<name>jhipster-microservice</name>
78
<packaging>pom</packaging>
89

9-
<parent>
10+
<parent>
1011
<artifactId>jhipster-modules</artifactId>
1112
<groupId>com.baeldung.jhipster</groupId>
1213
<version>1.0.0-SNAPSHOT</version>

jhipster-modules/jhipster-monolithic/pom.xml

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<artifactId>jhipster-monolithic</artifactId>
56
<packaging>war</packaging>
6-
<name>jhipster-monolithic</name>
7+
<name>jhipster-monolithic</name>
78
<description>JHipster Monolithic Application</description>
89

910
<parent>
@@ -87,23 +88,23 @@
8788
<dependency>
8889
<groupId>io.dropwizard.metrics</groupId>
8990
<artifactId>metrics-annotation</artifactId>
90-
</dependency>
91+
</dependency>
9192
<dependency>
9293
<groupId>io.dropwizard.metrics</groupId>
9394
<artifactId>metrics-core</artifactId>
9495
</dependency>
9596
<dependency>
9697
<groupId>io.dropwizard.metrics</groupId>
9798
<artifactId>metrics-json</artifactId>
98-
</dependency>
99+
</dependency>
99100
<dependency>
100101
<groupId>io.dropwizard.metrics</groupId>
101102
<artifactId>metrics-jvm</artifactId>
102-
</dependency>
103+
</dependency>
103104
<dependency>
104105
<groupId>io.dropwizard.metrics</groupId>
105106
<artifactId>metrics-servlet</artifactId>
106-
</dependency>
107+
</dependency>
107108
<dependency>
108109
<groupId>io.dropwizard.metrics</groupId>
109110
<artifactId>metrics-servlets</artifactId>
@@ -315,7 +316,7 @@
315316
</goals>
316317
</pluginExecutionFilter>
317318
<action>
318-
<ignore />
319+
<ignore/>
319320
</action>
320321
</pluginExecution>
321322
<pluginExecution>
@@ -329,7 +330,7 @@
329330
</goals>
330331
</pluginExecutionFilter>
331332
<action>
332-
<ignore />
333+
<ignore/>
333334
</action>
334335
</pluginExecution>
335336
</pluginExecutions>
@@ -547,9 +548,9 @@
547548
<diffChangeLogFile>src/main/resources/config/liquibase/changelog/${maven.build.timestamp}_changelog.xml</diffChangeLogFile>
548549
<driver>org.h2.Driver</driver>
549550
<url>jdbc:h2:file:./target/h2db/db/baeldung</url>
550-
<defaultSchemaName />
551+
<defaultSchemaName/>
551552
<username>baeldung</username>
552-
<password />
553+
<password/>
553554
<referenceUrl>hibernate:spring:com.baeldung.domain?dialect=org.hibernate.dialect.H2Dialect&amp;hibernate.physical_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy&amp;hibernate.implicit_naming_strategy=org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy</referenceUrl>
554555
<verbose>true</verbose>
555556
<logging>debug</logging>
@@ -913,8 +914,8 @@
913914
<node.version>v6.10.0</node.version>
914915
<npm.version>4.3.0</npm.version>
915916
<!-- These remain empty unless the corresponding profile is active -->
916-
<profile.no-liquibase />
917-
<profile.swagger />
917+
<profile.no-liquibase/>
918+
<profile.swagger/>
918919
<!-- Sonar properties -->
919920
<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
920921
<prometheus-simpleclient.version>0.0.20</prometheus-simpleclient.version>

jhipster-modules/jhipster-uaa/gateway/pom.xml

+21-19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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 http://maven.apache.org/maven-v4_0_0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<parent>
@@ -852,21 +854,21 @@
852854
<groupId>pl.project13.maven</groupId>
853855
<artifactId>git-commit-id-plugin</artifactId>
854856
<version>${git-commit-id-plugin.version}</version>
855-
<executions>
856-
<execution>
857-
<goals>
858-
<goal>revision</goal>
859-
</goals>
860-
</execution>
861-
</executions>
862-
<configuration>
863-
<failOnNoGitDirectory>false</failOnNoGitDirectory>
864-
<generateGitPropertiesFile>true</generateGitPropertiesFile>
865-
<includeOnlyProperties>
866-
<includeOnlyProperty>^git.commit.id.abbrev$</includeOnlyProperty>
867-
<includeOnlyProperty>^git.commit.id.describe$</includeOnlyProperty>
868-
<includeOnlyProperty>^git.branch$</includeOnlyProperty>
869-
</includeOnlyProperties>
857+
<executions>
858+
<execution>
859+
<goals>
860+
<goal>revision</goal>
861+
</goals>
862+
</execution>
863+
</executions>
864+
<configuration>
865+
<failOnNoGitDirectory>false</failOnNoGitDirectory>
866+
<generateGitPropertiesFile>true</generateGitPropertiesFile>
867+
<includeOnlyProperties>
868+
<includeOnlyProperty>^git.commit.id.abbrev$</includeOnlyProperty>
869+
<includeOnlyProperty>^git.commit.id.describe$</includeOnlyProperty>
870+
<includeOnlyProperty>^git.branch$</includeOnlyProperty>
871+
</includeOnlyProperties>
870872
</configuration>
871873
</plugin>
872874
</plugins>
@@ -1026,9 +1028,9 @@
10261028
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
10271029
<run.addResources>false</run.addResources>
10281030
<!-- These remain empty unless the corresponding profile is active -->
1029-
<profile.no-liquibase />
1030-
<profile.swagger />
1031-
<profile.tls />
1031+
<profile.no-liquibase/>
1032+
<profile.swagger/>
1033+
<profile.tls/>
10321034

10331035
<!-- Dependency versions -->
10341036
<jhipster-dependencies.version>2.0.25</jhipster-dependencies.version>

jhipster-modules/jhipster-uaa/pom.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://maven.apache.org/POM/4.0.0"
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>jhipster-uaa</artifactId>
67
<name>jhipster-uaa</name>
78
<packaging>pom</packaging>
89

9-
<parent>
10+
<parent>
1011
<artifactId>jhipster-modules</artifactId>
1112
<groupId>com.baeldung.jhipster</groupId>
1213
<version>1.0.0-SNAPSHOT</version>
@@ -15,7 +16,7 @@
1516
<modules>
1617
<module>uaa</module>
1718
<module>gateway</module>
18-
<module>quotes</module>
19-
</modules>
20-
19+
<module>quotes</module>
20+
</modules>
21+
2122
</project>

jhipster-modules/jhipster-uaa/quotes/pom.xml

+21-19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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 http://maven.apache.org/maven-v4_0_0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<parent>
@@ -674,21 +676,21 @@
674676
<groupId>pl.project13.maven</groupId>
675677
<artifactId>git-commit-id-plugin</artifactId>
676678
<version>${git-commit-id-plugin.version}</version>
677-
<executions>
678-
<execution>
679-
<goals>
680-
<goal>revision</goal>
681-
</goals>
682-
</execution>
683-
</executions>
684-
<configuration>
685-
<failOnNoGitDirectory>false</failOnNoGitDirectory>
686-
<generateGitPropertiesFile>true</generateGitPropertiesFile>
687-
<includeOnlyProperties>
688-
<includeOnlyProperty>^git.commit.id.abbrev$</includeOnlyProperty>
689-
<includeOnlyProperty>^git.commit.id.describe$</includeOnlyProperty>
690-
<includeOnlyProperty>^git.branch$</includeOnlyProperty>
691-
</includeOnlyProperties>
679+
<executions>
680+
<execution>
681+
<goals>
682+
<goal>revision</goal>
683+
</goals>
684+
</execution>
685+
</executions>
686+
<configuration>
687+
<failOnNoGitDirectory>false</failOnNoGitDirectory>
688+
<generateGitPropertiesFile>true</generateGitPropertiesFile>
689+
<includeOnlyProperties>
690+
<includeOnlyProperty>^git.commit.id.abbrev$</includeOnlyProperty>
691+
<includeOnlyProperty>^git.commit.id.describe$</includeOnlyProperty>
692+
<includeOnlyProperty>^git.branch$</includeOnlyProperty>
693+
</includeOnlyProperties>
692694
</configuration>
693695
</plugin>
694696
</plugins>
@@ -846,9 +848,9 @@
846848
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
847849
<run.addResources>false</run.addResources>
848850
<!-- These remain empty unless the corresponding profile is active -->
849-
<profile.no-liquibase />
850-
<profile.swagger />
851-
<profile.tls />
851+
<profile.no-liquibase/>
852+
<profile.swagger/>
853+
<profile.tls/>
852854

853855
<!-- Dependency versions -->
854856
<jhipster-dependencies.version>2.0.25</jhipster-dependencies.version>

jhipster-modules/jhipster-uaa/uaa/pom.xml

+21-19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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 http://maven.apache.org/maven-v4_0_0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46
<parent>
57
<artifactId>jhipster-uaa</artifactId>
@@ -673,21 +675,21 @@
673675
<groupId>pl.project13.maven</groupId>
674676
<artifactId>git-commit-id-plugin</artifactId>
675677
<version>${git-commit-id-plugin.version}</version>
676-
<executions>
677-
<execution>
678-
<goals>
679-
<goal>revision</goal>
680-
</goals>
681-
</execution>
682-
</executions>
683-
<configuration>
684-
<failOnNoGitDirectory>false</failOnNoGitDirectory>
685-
<generateGitPropertiesFile>true</generateGitPropertiesFile>
686-
<includeOnlyProperties>
687-
<includeOnlyProperty>^git.commit.id.abbrev$</includeOnlyProperty>
688-
<includeOnlyProperty>^git.commit.id.describe$</includeOnlyProperty>
689-
<includeOnlyProperty>^git.branch$</includeOnlyProperty>
690-
</includeOnlyProperties>
678+
<executions>
679+
<execution>
680+
<goals>
681+
<goal>revision</goal>
682+
</goals>
683+
</execution>
684+
</executions>
685+
<configuration>
686+
<failOnNoGitDirectory>false</failOnNoGitDirectory>
687+
<generateGitPropertiesFile>true</generateGitPropertiesFile>
688+
<includeOnlyProperties>
689+
<includeOnlyProperty>^git.commit.id.abbrev$</includeOnlyProperty>
690+
<includeOnlyProperty>^git.commit.id.describe$</includeOnlyProperty>
691+
<includeOnlyProperty>^git.branch$</includeOnlyProperty>
692+
</includeOnlyProperties>
691693
</configuration>
692694
</plugin>
693695
</plugins>
@@ -847,9 +849,9 @@
847849
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
848850
<run.addResources>false</run.addResources>
849851
<!-- These remain empty unless the corresponding profile is active -->
850-
<profile.no-liquibase />
851-
<profile.swagger />
852-
<profile.tls />
852+
<profile.no-liquibase/>
853+
<profile.swagger/>
854+
<profile.tls/>
853855

854856
<!-- Dependency versions -->
855857
<jhipster-dependencies.version>2.0.25</jhipster-dependencies.version>

jhipster-modules/pom.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://maven.apache.org/POM/4.0.0"
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
<groupId>com.baeldung.jhipster</groupId>
@@ -9,8 +10,8 @@
910
<packaging>pom</packaging>
1011

1112
<parent>
12-
<!-- Jhipster project is autogenerated and upgrading it will need a newly generated project.
13-
Also, we already have jhipster-5 which has new version of boot-2. So, this project should be left as a legacy version. -->
13+
<!-- Jhipster project is autogenerated and upgrading it will need a newly generated project.
14+
Also, we already have jhipster-5 which has new version of boot-2. So, this project should be left as a legacy version. -->
1415
<artifactId>parent-boot-1</artifactId>
1516
<groupId>com.baeldung</groupId>
1617
<version>0.0.1-SNAPSHOT</version>
@@ -55,7 +56,7 @@
5556
<modules>
5657
<module>jhipster-monolithic</module>
5758
<module>jhipster-microservice</module>
58-
<module>jhipster-uaa</module>
59-
</modules>
59+
<module>jhipster-uaa</module>
60+
</modules>
6061

6162
</project>

json-modules/gson-2/pom.xml

+2-2
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>gson-2</artifactId>
77
<name>gson-2</name>

0 commit comments

Comments
 (0)