3 Replies Latest reply on Jan 8, 2014 11:31 AM by shawkins

    Maven build error - could not find artifact

    rokhmanov

      Hi,

       

      I am trying to build the latest Teiid code from git on a new machine (my local maven repository is empty). I use settings.xml attached to this article.

      My environment:

      • Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode);
      • Linux vbox 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
      • Apache Maven 3.0.4 (r1232337; 2012-01-17 08:44:56+0000)

      The error message I am getting:

      [ERROR]   The project org.jboss.teiid:teiid-parent:8.7.0.Alpha1-SNAPSHOT (/home/vagrant/teiid/pom.xml) has 1 error

      [ERROR]     Non-resolvable import POM: Could not find artifact org.jboss.as:jboss-as-parent:pom:7.2.0.Alpha1-redhat-4 in jboss-developer-repository-group (https://repository.jboss.org/nexus/content/groups/developer/) @ line 311, column 23 -> [Help 2]

       

      I checked - this dependency indeed does not exist in jboss-developer-repository-group. Do I need to add anything else to settings.xml?

       

      Thanks,

      Andriy