Hi, if you haven't built Metron itself, you should also do that from the root project first. mvn clean install -DskipTests
Build-rpms will ONLY build the rpms using the existing build artifacts, so if the main build has not been run, those artifacts will not exist. On Mon, Nov 4, 2019 at 10:42 AM Gonçalo Pedras <[email protected]> wrote: > Hi, > > > > I’m building Metron alongside the newest Ambari version with the HDP-3.1 > support provided by the GitHub project ( > https://github.com/apache/metron/tree/feature/METRON-2088-support-hdp-3.1). > > > When i’m building Metron with: > > > > mvn clean package -DskipTests -Pbuild-rpms > > > > it gives me the following error: > > > > [ERROR] Failed to execute goal on project metron-performance: Could not > resolve dependencies for project > org.apache.metron:metron-performance:jar:0.7.2: The following artifacts > could not be resolved: org.apache.metron:metron-common:jar:0.7.2, > org.apache.metron:stellar-common:jar:0.7.2: Could not find artifact > org.apache.metron:metron-common:jar:0.7.2 in clojars.org ( > https://clojars.org/repo) > > > > How should I proceed? > > > > Thanks, > > > > Pedras. > > >
