This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- While all the below belongs to the same project/build unit, this Microservice POM corresponds to a different project (different lifecycle, repository,...) --> | |
<parent> | |
<groupId>com.example.myproj.framework</groupId> | |
<artifactId>myproj-parent-ms</artifactId> | |
<version>1.2.3</version> <!-- Just example version --> | |
</parent> | |
<groupId>com.example.myproj.microservice</groupId> | |
<artifactId>microservice-a</artifactId> |