cancel
Showing results for 
Search instead for 
Did you mean: 

Run activiti explorer

fernandosc
Champ in-the-making
Champ in-the-making
Hi,

I got the code by svn and I want to run the eclipse, but it happens the following error:
Project build error: Non-resolvable parent POM: Failure to find org.activiti:activiti-root:pom:5.9-SNAPSHOT in http://maven.thebuzzmedia.com was cached in the local repository, resolution will 
not be reattempted until the update interval of buzzmedia has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM

Thanks!
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

You have to run the mvn clean install command from the root, because then the root pom is installed as well.

Best regards,