You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by vkulichenko <va...@gmail.com> on 2018/03/09 01:08:29 UTC

Re: Correct build process for Ignite

Build works for me (and most likely for everyone else as there are no
complaints), so it looks like your local issue. I would try the following:
- Clean up local Maven repo.
- Run without custom setting.xml
- Run with verbose output to see if Maven provides more details on the
issue.

-Val



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Correct build process for Ignite

Posted by "sanjaykudash@gmail.com" <sa...@gmail.com>.
i am also getting the below error




Downloading from central:
https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin
org.apache.felix:maven-bundle-plugin:2.5.4 or one of its dependencies could
not be resolved: The following artifacts could not be resolved:
org.apache.maven:maven-core:jar:2.0.7,
org.apache.maven:maven-settings:jar:2.0.7,
org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7,
org.apache.maven:maven-profile:jar:2.0.7,
org.apache.maven:maven-model:jar:2.0.7,
org.apache.maven:maven-artifact:jar:2.0.7,
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1,
org.apache.maven:maven-



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Correct build process for Ignite

Posted by Stanislav Lukyanov <st...@gmail.com>.
It looks like you have some issues with your maven installation. Make sure
you're able to build some simple projects, e.g. go over the maven guide
https://maven.apache.org/guides/getting-started/.

Stan



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Correct build process for Ignite

Posted by "sanjaykudash@gmail.com" <sa...@gmail.com>.
i am also getting the below error

Downloading from central:
https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin
org.apache.felix:maven-bundle-plugin:2.5.4 or one of its dependencies could
not be resolved: The following artifacts could not be resolved:
org.apache.maven:maven-core:jar:2.0.7,
org.apache.maven:maven-settings:jar:2.0.7,
org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7,
org.apache.maven:maven-profile:jar:2.0.7,
org.apache.maven:maven-model:jar:2.0.7,
org.apache.maven:maven-artifact:jar:2.0.7,
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1,
org.apache.maven:maven-



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Correct build process for Ignite

Posted by Andrey Kornev <an...@hotmail.com>.
I suspect this happens because you have a repository mirror defined in your .m2/settings.xml that matches all repos. For example:

  <mirrors>
    <mirror>
      <id>my-mirror</id>
      <name>my-repo</name>
      <url>http://acme.com/my-repo</url>
      <mirrorOf>*</mirrorOf>
    </mirror>
  </mirrors>


________________________________
From: vkulichenko <va...@gmail.com>
Sent: Thursday, March 8, 2018 5:08 PM
To: user@ignite.apache.org
Subject: Re: Correct build process for Ignite

Build works for me (and most likely for everyone else as there are no
complaints), so it looks like your local issue. I would try the following:
- Clean up local Maven repo.
- Run without custom setting.xml
- Run with verbose output to see if Maven provides more details on the
issue.

-Val



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/