mojohaus / flatten-maven-plugin

Flatten Maven Plugin
https://www.mojohaus.org/flatten-maven-plugin/
Apache License 2.0
205 stars 84 forks source link

Make revision keyword configurable #128

Open pashkinmv opened 4 years ago

pashkinmv commented 4 years ago

Make next properties configurable:

  1. revisionKeyword
  2. sha1Keyword
  3. changelistKeyword
jeacott1 commented 4 years ago

yes please. in large multimodule projects that depend on other large multimodule projects it becomes very unclear very quickly when everything is loaded into an ide what module belongs to what. this would help. as would just allowing a custom set of properties to be resolved, and so allowing any variation of properties to work instead of just these magic 3.

lasselindqvist commented 3 years ago

Is the intention here same as in issue https://github.com/mojohaus/flatten-maven-plugin/issues/190 ?

pashkinmv commented 3 years ago

I don't understand the intention of #190.

lasselindqvist commented 3 years ago

I don't think I understand what you want then. Maybe you could provide an example input and output you wish to achieve?