Shorten Module Names #30

Merged
kske merged 1 commits from f/improve-project-structure into develop 2021-12-24 13:57:17 +01:00
Owner

The artifact IDs remain the same, but the module names don't contain the prefix event-bus- anymore.

The artifact IDs remain the same, but the module names don't contain the prefix `event-bus-` anymore.
kske self-assigned this 2021-12-24 10:13:04 +01:00
kske added 1 commit 2021-12-24 10:13:04 +01:00
kske requested review from delvh 2021-12-24 10:13:08 +01:00
delvh approved these changes 2021-12-24 13:19:09 +01:00
@ -13,8 +13,8 @@
<url>https://git.kske.dev/kske/event-bus</url>
<modules>
<module>event-bus-core</module>
Owner

Am I right to assume that you can (still) call the modules using

<dependency>
	<groupId>dev.kske</groupId>
    <artifactId>event-bus-$MODULE_NAME</artifactId>
</dependency>

or do I see that incorrectly?

Am I right to assume that you can (still) call the modules using ```xml <dependency> <groupId>dev.kske</groupId> <artifactId>event-bus-$MODULE_NAME</artifactId> </dependency> ``` or do I see that incorrectly?
Author
Owner

Exactly. The artifact IDs stay the same. It is only the module name (and therefore the directory) that has changed.

Exactly. The artifact IDs stay the same. It is only the module name (and therefore the directory) that has changed.
kske merged commit d649f377b7 into develop 2021-12-24 13:57:17 +01:00
kske deleted branch f/improve-project-structure 2021-12-24 13:57:17 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: zdm/event-bus#30
No description provided.