cvogt / cbt

CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
Other
488 stars 60 forks source link

recursive pom variable substitution #433

Closed PiotrTrzpil closed 7 years ago

PiotrTrzpil commented 7 years ago

Handling recursive substitutions, e.g. in pom of "com.amazonaws" % "aws-java-sdk-s3" % "1.11.86" because ${awsjavasdk.version} is being replaced with another variable: ${project.version}

See: https://github.com/cvogt/cbt/issues/434

cvogt commented 7 years ago

Love it. Great stuff :)

cvogt commented 7 years ago

added a test case: https://github.com/cvogt/cbt/pull/435

PiotrTrzpil commented 7 years ago

amazing, thanks :)