This content has been marked as final.
Show 2 replies
-
1. Re: Failed to read artifact descriptor for org.jbpm:jbpm-flow
mjaradat Jul 26, 2015 4:31 AM (in response to mjaradat)Any help guys
-
2. Re: Failed to read artifact descriptor for org.jbpm:jbpm-flow
abhijithumbe Jul 27, 2015 2:03 AM (in response to mjaradat)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..