You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Christopher Tubbs (Jira)" <ji...@apache.org> on 2020/02/25 17:39:00 UTC

[jira] [Created] (ZOOKEEPER-3738) Avoid use of broken codehaus properties-maven-plugin

Christopher Tubbs created ZOOKEEPER-3738:
--------------------------------------------

             Summary: Avoid use of broken codehaus properties-maven-plugin
                 Key: ZOOKEEPER-3738
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3738
             Project: ZooKeeper
          Issue Type: Bug
          Components: build
            Reporter: Christopher Tubbs
            Assignee: Christopher Tubbs


properties-maven-plugin uses an older version of plexus utils, that fails to read ENV variables properly when a variable is multi-line.

This bug causes it to be difficult to build ZooKeeper in some environments (Fedora, with a default bash 4 shell, for example).

Since ZooKeeper only uses this plugin to get the git commit id, the plugin can be removed, and replaced with a more specific plugin that can achieve the same job with simpler config (https://github.com/koraktor/mavanagaiata)

I'm working on a PR for this, which will come shortly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)