plexiti / camunda-grails-plugin

Integrates Camunda BPM with the Grails framework.
http://grails.org/plugin/camunda
Apache License 2.0
18 stars 8 forks source link

Grails command hangs #24

Closed behrad closed 9 years ago

behrad commented 9 years ago

it seems something goes wrong when using grails commands, deleting repository caches, grails blocks at Downloading: org/grails/plugins/camunda/0.3.0-SNAPSHOT/maven-metadata.xml

behrad commented 9 years ago

manually removing camunda maven repo and installing offline from disk temporarlly solved it!!! /opt/apache-maven-3.2.1/bin/mvn install:install-file -Dfile=/home/aban/Downloads/camunda-0.3.0-20140913.094543-57.zip -DpomFile=/home/aban/Downloads/camunda-0.3.0-20140913.094543-57.pom

behrad commented 9 years ago

it seems to be an issue with Camunda repo: https://app.camunda.com/nexus/content/groups/public

martinschimak commented 9 years ago

Hello @behrad it really seems that the camunda repository was sometimes down during the last weekend. This has nothing to do with the plugin. I will therefore close this issue! Many greetings, Martin.