Shorten Module Names #30
4
pom.xml
4
pom.xml
@ -13,8 +13,8 @@
|
||||
<url>https://git.kske.dev/kske/event-bus</url>
|
||||
|
||||
<modules>
|
||||
<module>event-bus-core</module>
|
||||
|
||||
<module>event-bus-proc</module>
|
||||
<module>core</module>
|
||||
<module>proc</module>
|
||||
</modules>
|
||||
|
||||
<licenses>
|
||||
|
Loading…
Reference in New Issue
Block a user
Am I right to assume that you can (still) call the modules using
or do I see that incorrectly?
Exactly. The artifact IDs stay the same. It is only the module name (and therefore the directory) that has changed.