You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Tobin (JIRA)" <ji...@apache.org> on 2019/01/02 15:30:00 UTC

[jira] [Created] (METRON-1961) Unable to build as per metron-deployment/packaging/docker/rpm-docker on CentOS7

Tobin created METRON-1961:
-----------------------------

             Summary: Unable to build as per metron-deployment/packaging/docker/rpm-docker on CentOS7
                 Key: METRON-1961
                 URL: https://issues.apache.org/jira/browse/METRON-1961
             Project: Metron
          Issue Type: Bug
    Affects Versions: 0.6.0, 0.7.0
         Environment: CentOS Linux release 7.6.18.10 (Core)
            Reporter: Tobin


{code}
# cat /etc/redhat-release
CentOS Linux release 7.6.18.10 (Core)

# yum install maven
Package maven-3.0.5-17.el7.noarch already installed and latest version

# git clone --recursive https://github.com/apache/metron.git

# cd metron

# git checkout Metron_0.7.0

# cd metron-deployment/packaging/docker/rpm-docker

# mvn clean package -DskipTest -Pbuild-rpms
...
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireMavenVersion failed with message:
Detected Maven Version: 3.0.5 is not in the allowed range [3.3.1,).
...
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)