eclipse-archived / californium.core

Californium project
86 stars 69 forks source link

Problem with maven dependencies #14

Closed mcicolella closed 10 years ago

mcicolella commented 10 years ago

Hi, I'm trying to create a plugin for our domotic framework www.freedomotic.com but I have a problem with maven dependencies. Following your instructions on homepage I added the two repositories but they have the same and compilation fails with The project com.freedomotic:coap-client:3.0 (/home/mauro/Scrivania/fork/freedomotic/plugins/devices/coap-client/pom.xml) has 1 error 'repositories.repository.id' must be unique: repo.eclipse.org -> https://repo.eclipse.org/content/repositories/californium-releases/ vs https://repo.eclipse.org/content/repositories/californium-snapshots/ @ line 55, column 17

Using only one repository there is always an error Failed to execute goal on project coap-client: Could not resolve dependencies for project com.freedomotic:coap-client:jar:3.0: Failure to find org.eclipse.californium:californium-core:jar:1.0.0-SNAPSHOT in https://repo.eclipse.org/content/repositories/californium-snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of repo.eclipse.org has elapsed or updates are forced -> [Help 1]

Can you help me? Thanks

jvermillard commented 10 years ago

sorry it's a mistake in the README, name the repository ddifferently (the xxx) tags

jvermillard commented 10 years ago

fixed the README, thanks for the issue!