2 Replies Latest reply on Jun 28, 2014 4:36 PM by vincent.crepin

    Feature repository in fabric profile

    vincent.crepin

      Hello.

       

      I created a feature repository as described in the documentation (http://fusesource.com/docs/esbent/7.0/esb_getting_started/Develop-Feature.html). I deployed it to artifactory (mvn deploy).

       

      In one of my fabric profiles I added it to the features repositories (mvn:com.lacapitale.cgen.engincalcul/calcul-prime-feature/1.0.0-SNAPSHOT/xml/features). Doing so, the features that are contained in it become available in the profile (this proves that fuse found the repository in artifactory).

       

      But as soon as I add it entries like the following appear in the logs:

       

      Could not find artifact : com.lacapitale.cgen.engincalcul:calcul-prime-feature:xml:features:1.0.0-SNAPSHOT due to org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact com.lacapitale.cgen.engincalcul:calcul-prime-feature:xml:features:1.0.0-SNAPSHOT in jbossearlyaccess (https://repo.fusesource.com/nexus/content/groups/ea)

       

      Any idea ?