culturecommunication / ginco

Gestion Informatisée de Nomenclatures Collaboratives et Ouvertes
http://culturecommunication.github.io/ginco/
Other
40 stars 23 forks source link

cargo:deploy error with fr.smile.mcc.ginco:ginco-commons:jar #48

Open clrh opened 8 years ago

clrh commented 8 years ago

Hi,

Maybe the error may be usefull to you.

When I launch mvn cargo:deploy it throws me an error:

[ERROR] Failed to execute goal on project ginco-commons: Could not resolve dependencies for project fr.smile.mcc.ginco:ginco-commons:jar:2.0.9-SNAPSHOT: Could not find artifact fr.smile.mcc.ginco:ginco-api:jar:2.0.9-SNAPSHOT in smile-github-addon (http://smile-sa.github.com/maven-repository/releases-addon) -> [Help 1]

The jar doesn't seem to be available.

In the pom.xml file:

            <dependency>
                <groupId>fr.smile.mcc.ginco</groupId>
                <artifactId>ginco-commons</artifactId>
                <version>${project.version}</version>
            </dependency>

Regards.