Michael Musenbrock

Results 18 comments of Michael Musenbrock

Hi @aleksandr-m, I just wanted to let you know, that I published a fork of your repo based on 1.16.0 including the changes of this PR. It was the easiest...

Yes, dependency projects are build separately. We have multiple dependent modules, `mvn install` is called by the plugin for my given example, just to make it more visible, what the...

> > Yes, dependency projects are build separately. We have multiple dependent modules, > > Not sure how you can use `project.version` for the dependencies in that case, without some...

I would have a use-case for this: CI. We trigger everything via CI. So if eg the merge into dev in the later stage of the process fails, I would...

Hi @aleksandr-m, thanks for the quick response. Because #305 does not cover the case, that dependency versions are also using the ``-property. Like in the [Maven CI Friendly Multi Module...

While writing the previous comment I was also looking into the plugin's code, and we run into the issue does not happen in the `mvnXXX`-commands, but already in the `getCurrentProjectVersion`-calls....

@aleksandr-m sorry for my late response, but I was off last week. This is what we did before, but we streamlined all our projects to use Maven CI friendly versioning...