2 Replies Latest reply on Jul 27, 2015 2:03 AM by abhijithumbe

    Failed to read artifact descriptor for org.jbpm:jbpm-flow

    mjaradat

      Dear,

       

      once i upload the jar file from the builded maven project to bpm suite through artifact repository the below error appears

       

      java.lang.RuntimeException: org.kie.scanner.embedder.MavenEmbedderException: Failed to read artifact descriptor for org.jbpm:jbpm-flow:jar:6.2.0.Final

        • 1. Re: Failed to read artifact descriptor for org.jbpm:jbpm-flow
          mjaradat

          Any help guys

          • 2. Re: Failed to read artifact descriptor for org.jbpm:jbpm-flow
            abhijithumbe

            Hi,

            Looks like you are missed to configure setting.xml for jBPM server instance. The settings.xml file can be located in 3 locations, the actual settings used is a merge of those 3 locations.

             

            • The Maven install: $M2_HOME/conf/settings.xml
            •   A user's install: ${user.home}/.m2/settings.xml
            •   Folder location specified by the system propert kie.maven.settings.custom

             

            Bydefault BPMS/BRMS server use setting.xml from ${user.home}/.m2/settings.xml.To change the setting.xml for each instance you can specify M2_HOME as environment variable while starting server instance or use kie.maven.settings.custom option. To resolve this issue specify correct repository in setting.xml and load setting.xml using options specified above. You can specify repository location in pom.xml of project as well.

            Hope it helps..