Skip to content

Commit d939956

Browse files
added names to pom (#361)
1 parent e47ee5e commit d939956

File tree

8 files changed

+71
-111
lines changed

8 files changed

+71
-111
lines changed

example/bootstrapping-test/pom.xml

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
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</groupId>
86
<artifactId>tasklist-client-example-parent</artifactId>
97
<version>8.8.0-SNAPSHOT</version>
108
</parent>
11-
129
<artifactId>bootstrapping-test</artifactId>
13-
14-
<dependencies>
15-
<dependency>
16-
<groupId>io.camunda</groupId>
17-
<artifactId>camunda-tasklist-client-java</artifactId>
18-
</dependency>
19-
<dependency>
20-
<groupId>io.camunda</groupId>
21-
<artifactId>camunda-client-java</artifactId>
22-
</dependency>
23-
<dependency>
24-
<groupId>org.junit.jupiter</groupId>
25-
<artifactId>junit-jupiter-api</artifactId>
26-
<scope>test</scope>
27-
</dependency>
28-
</dependencies>
29-
30-
</project>
10+
<name>Camunda Tasklist Client Bootstrapping Test</name>
11+
<dependencies>
12+
<dependency>
13+
<groupId>io.camunda</groupId>
14+
<artifactId>camunda-tasklist-client-java</artifactId>
15+
</dependency>
16+
<dependency>
17+
<groupId>io.camunda</groupId>
18+
<artifactId>camunda-client-java</artifactId>
19+
</dependency>
20+
<dependency>
21+
<groupId>org.junit.jupiter</groupId>
22+
<artifactId>junit-jupiter-api</artifactId>
23+
<scope>test</scope>
24+
</dependency>
25+
</dependencies>
26+
</project>

example/pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
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</groupId>
86
<artifactId>tasklist-client-root</artifactId>
97
<version>8.8.0-SNAPSHOT</version>
108
</parent>
11-
129
<artifactId>tasklist-client-example-parent</artifactId>
1310
<packaging>pom</packaging>
11+
<name>Camunda Tasklist Client Example Parent</name>
1412
<modules>
1513
<module>bootstrapping-test</module>
1614
<module>readme-snippets</module>
1715
</modules>
18-
19-
20-
</project>
16+
</project>

example/readme-snippets/pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
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</groupId>
86
<artifactId>tasklist-client-example-parent</artifactId>
97
<version>8.8.0-SNAPSHOT</version>
108
</parent>
11-
129
<artifactId>readme-snippets</artifactId>
13-
10+
<name>Camunda Tasklist Client Readme Snippets</name>
1411
<dependencies>
1512
<dependency>
1613
<groupId>io.camunda</groupId>
@@ -25,5 +22,4 @@
2522
<artifactId>camunda-client-java</artifactId>
2623
</dependency>
2724
</dependencies>
28-
29-
</project>
25+
</project>

extension/client-java/pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
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</groupId>
86
<artifactId>tasklist-client-parent</artifactId>
97
<version>8.8.0-SNAPSHOT</version>
108
</parent>
11-
129
<artifactId>camunda-tasklist-client-java</artifactId>
10+
<name>Camunda Tasklist Client Java</name>
1311
<dependencies>
1412
<dependency>
1513
<groupId>org.slf4j</groupId>
@@ -68,7 +66,5 @@
6866
<artifactId>assertj-core</artifactId>
6967
<scope>test</scope>
7068
</dependency>
71-
7269
</dependencies>
73-
74-
</project>
70+
</project>

extension/generated/pom.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
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</groupId>
86
<artifactId>tasklist-client-parent</artifactId>
97
<version>8.8.0-SNAPSHOT</version>
108
</parent>
11-
129
<artifactId>camunda-tasklist-client-generated</artifactId>
10+
<name>Camunda Tasklist Client Generated</name>
1311
<dependencies>
1412
<!-- HTTP client: apache client -->
1513
<dependency>
@@ -21,7 +19,6 @@
2119
<artifactId>httpcore5</artifactId>
2220
<scope>provided</scope>
2321
</dependency>
24-
2522
<!-- JSON processing: jackson -->
2623
<dependency>
2724
<groupId>com.fasterxml.jackson.core</groupId>
@@ -63,8 +60,7 @@
6360
<artifactId>maven-dependency-plugin</artifactId>
6461
<configuration>
6562
<ignoredUnusedDeclaredDependencies>
66-
<ignoredUnusedDeclaredDependency>org.junit.jupiter:junit-jupiter-api
67-
</ignoredUnusedDeclaredDependency>
63+
<ignoredUnusedDeclaredDependency>org.junit.jupiter:junit-jupiter-api</ignoredUnusedDeclaredDependency>
6864
</ignoredUnusedDeclaredDependencies>
6965
</configuration>
7066
</plugin>
@@ -101,5 +97,4 @@
10197
</plugin>
10298
</plugins>
10399
</build>
104-
105-
</project>
100+
</project>

extension/pom.xml

Lines changed: 3 additions & 5 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</groupId>
@@ -10,10 +8,10 @@
108
</parent>
119
<artifactId>tasklist-client-parent</artifactId>
1210
<packaging>pom</packaging>
11+
<name>Camunda Tasklist Client Parent</name>
1312
<modules>
1413
<module>generated</module>
1514
<module>client-java</module>
1615
<module>spring-boot-starter-camunda-tasklist</module>
1716
</modules>
18-
19-
</project>
17+
</project>

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

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
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</groupId>
86
<artifactId>tasklist-client-parent</artifactId>
97
<version>8.8.0-SNAPSHOT</version>
108
</parent>
11-
129
<artifactId>spring-boot-starter-camunda-tasklist</artifactId>
13-
10+
<name>Spring Boot Starter Camunda Tasklist Client</name>
1411
<dependencies>
1512
<dependency>
1613
<groupId>org.springframework.boot</groupId>
@@ -82,16 +79,13 @@
8279
<artifactId>maven-dependency-plugin</artifactId>
8380
<configuration>
8481
<ignoredUnusedDeclaredDependencies>
85-
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter
86-
</ignoredUnusedDeclaredDependency>
87-
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter-test
88-
</ignoredUnusedDeclaredDependency>
82+
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter</ignoredUnusedDeclaredDependency>
83+
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter-test</ignoredUnusedDeclaredDependency>
8984
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-configuration-processor</ignoredUnusedDeclaredDependency>
9085
</ignoredUnusedDeclaredDependencies>
9186
</configuration>
9287
</plugin>
9388
</plugins>
9489
</pluginManagement>
9590
</build>
96-
97-
</project>
91+
</project>

pom.xml

Lines changed: 32 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>
3-
44
<parent>
55
<groupId>org.camunda.community</groupId>
66
<artifactId>community-hub-release-parent</artifactId>
@@ -10,20 +10,33 @@
1010
<artifactId>tasklist-client-root</artifactId>
1111
<version>8.8.0-SNAPSHOT</version>
1212
<packaging>pom</packaging>
13-
13+
<name>Camunda Tasklist Client Root</name>
14+
<licenses>
15+
<license>
16+
<name>Apache License</name>
17+
</license>
18+
</licenses>
19+
<modules>
20+
<module>extension</module>
21+
<module>example</module>
22+
</modules>
23+
<scm>
24+
<connection>scm:git:[email protected]:camunda-community-hub/camunda-tasklist-client-java.git</connection>
25+
<developerConnection>scm:git:[email protected]:camunda-community-hub/camunda-tasklist-client-java.git</developerConnection>
26+
<tag>HEAD</tag>
27+
<url>https://github.com/camunda-community-hub/camunda-tasklist-client-java</url>
28+
</scm>
1429
<properties>
1530
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1631
<project.build.resourceEncoding>${project.build.sourceEncoding}</project.build.resourceEncoding>
1732
<version.java>17</version.java>
1833
<java.version>${version.java}</java.version>
1934
<maven.compiler.release>${java.version}</maven.compiler.release>
20-
2135
<spring-boot.version>3.5.3</spring-boot.version>
2236
<commons-beanutils.version>1.9.4</commons-beanutils.version>
2337
<resilience4j.version>2.2.0</resilience4j.version>
2438
<jackson.version>2.19.1</jackson.version>
2539
<commons-lang.version>3.15.0</commons-lang.version>
26-
2740
<plugin.version.maven-enforcer-plugin>3.5.0</plugin.version.maven-enforcer-plugin>
2841
<plugin.version.function-maven-plugin>0.11.1</plugin.version.function-maven-plugin>
2942
<plugin.version.maven-install-plugin>3.1.4</plugin.version.maven-install-plugin>
@@ -40,27 +53,21 @@
4053
<plugin.version.frontend-maven-plugin>1.15.1</plugin.version.frontend-maven-plugin>
4154
<plugin.version.maven-source-plugin>3.3.1</plugin.version.maven-source-plugin>
4255
</properties>
43-
44-
<modules>
45-
<module>extension</module>
46-
<module>example</module>
47-
</modules>
48-
4956
<dependencyManagement>
5057
<dependencies>
5158
<dependency>
5259
<groupId>org.springframework.boot</groupId>
5360
<artifactId>spring-boot-dependencies</artifactId>
5461
<version>${spring-boot.version}</version>
55-
<scope>import</scope>
5662
<type>pom</type>
63+
<scope>import</scope>
5764
</dependency>
5865
<dependency>
5966
<groupId>io.camunda</groupId>
6067
<artifactId>zeebe-bom</artifactId>
6168
<version>8.8.0-alpha5</version>
62-
<scope>import</scope>
6369
<type>pom</type>
70+
<scope>import</scope>
6471
</dependency>
6572
<dependency>
6673
<groupId>io.camunda</groupId>
@@ -131,7 +138,6 @@
131138
</dependency>
132139
</dependencies>
133140
</dependencyManagement>
134-
135141
<build>
136142
<pluginManagement>
137143
<plugins>
@@ -246,24 +252,22 @@
246252
<artifactId>spotless-maven-plugin</artifactId>
247253
<version>${plugin.version.spotless-maven-plugin}</version>
248254
<configuration>
249-
<formats>
250-
<format>
251-
<includes>
252-
<include>*.md</include>
253-
<include>.gitignore</include>
254-
</includes>
255-
<trimTrailingWhitespace />
256-
<endWithNewline />
257-
<indent>
258-
<spaces>true</spaces>
259-
<spacesPerTab>2</spacesPerTab>
260-
</indent>
261-
</format>
262-
</formats>
263255
<java>
264256
<googleJavaFormat />
265257
</java>
266-
<pom />
258+
<pom>
259+
<sortPom>
260+
<nrOfIndentSpace>2</nrOfIndentSpace>
261+
<expandEmptyElements>false</expandEmptyElements>
262+
<spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
263+
<keepBlankLines>false</keepBlankLines>
264+
</sortPom>
265+
</pom>
266+
<markdown>
267+
<includes>
268+
<include>**/*.md</include>
269+
</includes>
270+
</markdown>
267271
</configuration>
268272
</plugin>
269273
<plugin>
@@ -326,7 +330,6 @@
326330
</plugin>
327331
</plugins>
328332
</build>
329-
330333
<profiles>
331334
<!-- profile to auto format -->
332335
<profile>
@@ -352,7 +355,6 @@
352355
</plugins>
353356
</build>
354357
</profile>
355-
356358
<!-- profile to perform strict validation checks -->
357359
<profile>
358360
<id>checkFormat</id>
@@ -375,17 +377,4 @@
375377
</build>
376378
</profile>
377379
</profiles>
378-
379-
<licenses>
380-
<license>
381-
<name>Apache License</name>
382-
</license>
383-
</licenses>
384-
385-
<scm>
386-
<url>https://github.com/camunda-community-hub/camunda-tasklist-client-java</url>
387-
<connection>scm:git:[email protected]:camunda-community-hub/camunda-tasklist-client-java.git</connection>
388-
<developerConnection>scm:git:[email protected]:camunda-community-hub/camunda-tasklist-client-java.git</developerConnection>
389-
<tag>HEAD</tag>
390-
</scm>
391380
</project>

0 commit comments

Comments
 (0)