Skip to content

Commit c44ecd0

Browse files
committed
spotless config
1 parent 936bc58 commit c44ecd0

File tree

7 files changed

+42
-55
lines changed

7 files changed

+42
-55
lines changed

examples/operate-example-load-process-instance/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.camunda.spring</groupId>

examples/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.camunda.spring</groupId>
@@ -10,8 +8,8 @@
108
</parent>
119

1210
<artifactId>operate-examples-parent</artifactId>
13-
<name>Camunda Operate Client Examples Parent</name>
1411
<packaging>pom</packaging>
12+
<name>Camunda Operate Client Examples Parent</name>
1513
<modules>
1614
<module>operate-example-load-process-instance</module>
1715
<module>readme-snippets</module>

examples/readme-snippets/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.camunda.spring</groupId>

extension/java-client-operate/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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" 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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.camunda.spring</groupId>

extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</parent>
99

1010
<artifactId>operate-client-parent</artifactId>
11-
<name>Camunda Operate Client Parent</name>
1211
<packaging>pom</packaging>
12+
<name>Camunda Operate Client Parent</name>
1313

1414
<modules>
1515
<module>java-client-operate</module>

extension/spring-boot-starter-camunda-operate/pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.camunda.spring</groupId>
@@ -92,10 +90,8 @@
9290
<artifactId>maven-dependency-plugin</artifactId>
9391
<configuration>
9492
<ignoredUnusedDeclaredDependencies>
95-
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter
96-
</ignoredUnusedDeclaredDependency>
97-
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter-test
98-
</ignoredUnusedDeclaredDependency>
93+
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter</ignoredUnusedDeclaredDependency>
94+
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter-test</ignoredUnusedDeclaredDependency>
9995
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-configuration-processor</ignoredUnusedDeclaredDependency>
10096
</ignoredUnusedDeclaredDependencies>
10197
<ignoredUsedUndeclaredDependencies>

pom.xml

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<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">
23
<modelVersion>4.0.0</modelVersion>
34

@@ -8,9 +9,27 @@
89
</parent>
910
<groupId>io.camunda.spring</groupId>
1011
<artifactId>operate-client-root</artifactId>
11-
<name>Camunda Operate Client Root</name>
1212
<version>8.8.0-SNAPSHOT</version>
1313
<packaging>pom</packaging>
14+
<name>Camunda Operate Client Root</name>
15+
16+
<licenses>
17+
<license>
18+
<name>Apache License</name>
19+
</license>
20+
</licenses>
21+
22+
<modules>
23+
<module>extension</module>
24+
<module>examples</module>
25+
</modules>
26+
27+
<scm>
28+
<connection>scm:git:[email protected]:camunda-community-hub/camunda-operate-client-java.git</connection>
29+
<developerConnection>scm:git:[email protected]:camunda-community-hub/camunda-operate-client-java.git</developerConnection>
30+
<tag>HEAD</tag>
31+
<url>https://github.com/camunda-community-hub/camunda-operate-client-java</url>
32+
</scm>
1433

1534
<properties>
1635
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -46,19 +65,14 @@
4665
<plugin.version.maven-source-plugin>3.3.1</plugin.version.maven-source-plugin>
4766
</properties>
4867

49-
<modules>
50-
<module>extension</module>
51-
<module>examples</module>
52-
</modules>
53-
5468
<dependencyManagement>
5569
<dependencies>
5670
<dependency>
5771
<groupId>org.springframework.boot</groupId>
5872
<artifactId>spring-boot-dependencies</artifactId>
5973
<version>${spring-boot.version}</version>
60-
<scope>import</scope>
6174
<type>pom</type>
75+
<scope>import</scope>
6276
</dependency>
6377
<dependency>
6478
<groupId>io.camunda</groupId>
@@ -207,24 +221,21 @@
207221
<artifactId>spotless-maven-plugin</artifactId>
208222
<version>${plugin.version.spotless-maven-plugin}</version>
209223
<configuration>
210-
<formats>
211-
<format>
212-
<includes>
213-
<include>*.md</include>
214-
<include>.gitignore</include>
215-
</includes>
216-
<trimTrailingWhitespace />
217-
<endWithNewline />
218-
<indent>
219-
<spaces>true</spaces>
220-
<spacesPerTab>2</spacesPerTab>
221-
</indent>
222-
</format>
223-
</formats>
224224
<java>
225225
<googleJavaFormat />
226226
</java>
227-
<pom />
227+
<pom>
228+
<sortPom>
229+
<nrOfIndentSpace>2</nrOfIndentSpace>
230+
<expandEmptyElements>false</expandEmptyElements>
231+
<spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
232+
</sortPom>
233+
</pom>
234+
<markdown>
235+
<includes>
236+
<include>**/*.md</include>
237+
</includes>
238+
</markdown>
228239
</configuration>
229240
</plugin>
230241
<plugin>
@@ -336,17 +347,4 @@
336347
</build>
337348
</profile>
338349
</profiles>
339-
340-
<licenses>
341-
<license>
342-
<name>Apache License</name>
343-
</license>
344-
</licenses>
345-
346-
<scm>
347-
<url>https://github.com/camunda-community-hub/camunda-operate-client-java</url>
348-
<connection>scm:git:[email protected]:camunda-community-hub/camunda-operate-client-java.git</connection>
349-
<developerConnection>scm:git:[email protected]:camunda-community-hub/camunda-operate-client-java.git</developerConnection>
350-
<tag>HEAD</tag>
351-
</scm>
352350
</project>

0 commit comments

Comments
 (0)