Skip to content

Commit b3508df

Browse files
committed
Make sure that artifacts are valid for deployment to Maven Central
* Add missing names to some modules * Archetype unittest should directly use the flowable-parent and remove the not deployed archetypes parent (this was never deployed) * Update the archetype to use JUnit Jupiter and the `@FlowableTest` instead of the deprecated `FlowableRule`
1 parent 445d1cc commit b3508df

File tree

15 files changed

+38
-37
lines changed

15 files changed

+38
-37
lines changed

modules/flowable-event-registry-configurator/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<relativePath>../flowable-parent</relativePath>
1111
</parent>
1212

13+
<name>Flowable - Event Registry Engine Configurator</name>
1314
<artifactId>flowable-event-registry-configurator</artifactId>
1415

1516
<properties>

modules/flowable-event-registry-json-converter/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4+
<name>Flowable - Event Registry JSON Converter</name>
45
<artifactId>flowable-event-registry-json-converter</artifactId>
56
<parent>
67
<groupId>org.flowable</groupId>

modules/flowable-external-job-rest/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<relativePath>../flowable-parent</relativePath>
1111
</parent>
1212

13+
<name>Flowable - External Job REST</name>
1314
<artifactId>flowable-external-job-rest</artifactId>
1415

1516
<properties>

modules/flowable-idm-engine-configurator/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<relativePath>../flowable-parent</relativePath>
1111
</parent>
1212

13+
<name>Flowable - IDM Engine Configurator</name>
1314
<artifactId>flowable-idm-engine-configurator</artifactId>
1415

1516
<properties>

modules/flowable-idm-spring-configurator/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<relativePath>../flowable-parent</relativePath>
1111
</parent>
1212

13+
<name>Flowable - IDM Spring Configurator</name>
1314
<artifactId>flowable-idm-spring-configurator</artifactId>
1415

1516
<properties>

modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>7.1.1-SNAPSHOT</version>
1010
</parent>
1111

12+
<name>Flowable - Spring Boot Autoconfigure</name>
1213
<artifactId>flowable-spring-boot-autoconfigure</artifactId>
1314

1415
<properties>

modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-actuator/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>7.1.1-SNAPSHOT</version>
1010
</parent>
1111

12+
<name>Flowable - Spring Boot Actuator Starter</name>
1213
<artifactId>flowable-spring-boot-starter-actuator</artifactId>
1314

1415
<dependencies>

modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-integration/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<version>7.1.1-SNAPSHOT</version>
1313
</parent>
1414

15+
<name>Flowable - Spring Boot Integration Starter</name>
1516
<artifactId>flowable-spring-boot-starter-integration</artifactId>
1617

1718
<dependencies>

modules/flowable-spring-boot/flowable-spring-boot-starters/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<version>7.1.1-SNAPSHOT</version>
1111
</parent>
1212

13+
<name>Flowable - Spring Boot Starters Parent</name>
1314
<artifactId>flowable-spring-boot-starters</artifactId>
1415

1516
<packaging>pom</packaging>

modules/flowable-spring-boot/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<relativePath>../flowable-parent</relativePath>
1111
</parent>
1212

13+
<name>Flowable - Spring Boot Parent</name>
1314
<artifactId>flowable-spring-boot</artifactId>
1415

1516
<packaging>pom</packaging>

0 commit comments

Comments
 (0)