Hi again, as always murphies law applies. # git clone https://github.com/devonfw-forge/keywi.git # mvn help:evaluate -Dexpression=project.version -q -DforceStdout # mvn -q exec:exec -Dexec.executable=echo -Dexec.args='${project.version}' 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT #
So do not ask me why but IMHO help:evaluate does not work together with ci-fiendly-maven (https://maven.apache.org/maven-ci-friendly.html). Is that a bug of maven-help-plugin? Or is there anything I can do about it? Thanks Jörg Am Dienstag, 2. Juli 2019 14:18:18 UTC+2 schrieb Jörg Hohwiller: > > Hi Alexei, > > Awesome! > This does not solve all my problems as I need to check for a convergent > version (excluding potential "dev-SNAPSHOT" version of parents that do not > get released) throughout the reactor of a multi-module project but you gave > me the right hint and missing link to get it done. > > Thank you so much > Jörg > -- You received this message because you are subscribed to the Google Groups "mojohaus-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mojohaus-dev/8ca044bc-ef57-4381-b1fb-fcced3f61231%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
