Shorten Module Names #30
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -13,8 +13,8 @@ | |||||||
| 	<url>https://git.kske.dev/kske/event-bus</url> | 	<url>https://git.kske.dev/kske/event-bus</url> | ||||||
|  |  | ||||||
| 	<modules> | 	<modules> | ||||||
| 		<module>event-bus-core</module> | 		<module>core</module> | ||||||
|  | |||||||
| 		<module>event-bus-proc</module> | 		<module>proc</module> | ||||||
| 	</modules> | 	</modules> | ||||||
|  |  | ||||||
| 	<licenses> | 	<licenses> | ||||||
|   | |||||||
		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.