0x1306e6d / tollgate

An API gateway for your microservice.
MIT License
6 stars 1 forks source link

Fix artifact id doesn't have middle name #132

Closed 0x1306e6d closed 3 years ago

0x1306e6d commented 3 years ago

Fix publish plugin does not concern parent's name. It was ok until now because any module doesn't have middle module. However, spring-boot2-autoconfigure and spring-boot2-starter now have the middle module spring.

This commit makes the publish plugin set artifact id considering parent recursively. The tollgate-boot2-autoconfigure (starter) is fixed to tollgate-spring-boot2-autoconfigure (starter).

We don't need tollgate prefix anymore since the root project is tollgate.