Skip to content

Commit 4a2c365

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

22 files changed

Lines changed: 152 additions & 146 deletions

File tree

gcp-firebase/pom.xml

Lines changed: 0 additions & 1 deletion
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

Lines changed: 3 additions & 2 deletions
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

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

java-jdi/pom.xml

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 2 deletions
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

Lines changed: 3 additions & 2 deletions
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

Lines changed: 13 additions & 12 deletions
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

Lines changed: 21 additions & 19 deletions
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>
Lines changed: 6 additions & 5 deletions
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>

0 commit comments

Comments
 (0)