[
https://issues.apache.org/jira/browse/ZOOKEEPER-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ZOOKEEPER-3786:
--------------------------------------
Labels: pull-request-available (was: )
> Simplify generation of VersionInfoMain and Info
> -----------------------------------------------
>
> Key: ZOOKEEPER-3786
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3786
> Project: ZooKeeper
> Issue Type: Improvement
> Components: build
> Reporter: Christopher Tubbs
> Assignee: Christopher Tubbs
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.7.0
>
>
> The VerGen command is currently compiled and executed in a separate step
> prior to compilation of the rest of zookeeper-server. This is wasteful,
> complicated, and unnecessary.
> Maven has built-in resource filtering for classes, so you can inject the
> system properties into the build and generate sources to be compiled that
> have the necessary information. (For example, see Accumulo's
> FilteredConstants).
> I have a pull request ready to address this, which I will push up shortly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)