CMDBuild Forum

Building from sources: missing dependency com.github.douglascrockford:json-java:jar:20110113

Hi,

I've got the CMDBuild from GIT from sourceforge (the 'main' branch , the [4ee5f3] commit).

Then

mvn install

Got:

[ERROR] Failed to execute goal on project cmdbuild-core-commons: Could not resolve dependencies for project org.cmdbuild:cmdbuild-core-commons:jar:3.0-SNAPSHOT: Failure to find com.github.douglascrockford:json-java:jar:20110113 in http://central.maven.org/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus has elapsed or updates are forced -> [Help 1]

Regards,
Vladimir

Previously Vladimir Tsichevski wrote:

Hi,

I've got the CMDBuild from GIT from sourceforge (the 'main' branch , the [4ee5f3] commit).

Then

mvn install

Got:

[ERROR] Failed to execute goal on project cmdbuild-core-commons: Could not resolve dependencies for project org.cmdbuild:cmdbuild-core-commons:jar:3.0-SNAPSHOT: Failure to find com.github.douglascrockford:json-java:jar:20110113 in http://central.maven.org/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus has elapsed or updates are forced -> [Help 1]

Regards,
Vladimir
I have finally managed to build the software from sources thanks to this instruction: https://bitbucket.org/tecnoteca/cmdbuild/wiki/Home
Hint: you should build the 2.5.1 branch, not the HEAD.