Probleme Auto-deploy de maven
Bonsoir,
J'ai un petit probleme avec le deploiement maven, notamment sur glassifsh.
Voila quand je tente de compiler monp rojet, j'ai l'erreur suivant :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| Failed to resolve artifact.
No versions are present in the repository for the artifact with a range [2.0,)
org.apache.maven:maven-plugin-api:jar:null
from the specified remote repositories:
maven2.dev.java.net (http://download.java.net/maven/2),
central (http://repo1.maven.org/maven2),
snapshot.ocean.net.au (http://maven.ocean.net.au/snapshot),
external.ocean.net.au (http://maven.ocean.net.au/external),
release.ocean.net.au (http://maven.ocean.net.au/release)
Path to dependency:
1) org.glassfish.maven.plugin:maven-glassfish-plugin:maven-plugin:2.1
2) au.net.ocean.maven.plugin:maven-plugin:jar:1.0 |
Je precise que j'arrivais à le faire marcher sans probleme, mais je ne sais pas pourquoi ça ne marche plus.
Si j'ai bien compris le messae, il me dit qu'il ne trouve pas: " No versions are present in the repository for the artifact with a range [2.0,)
org.apache.maven:maven-plugin-api:jar:null"
Pourtant il est bien present dans mon repository local!! Donc a priori aucune raison de tenter de le telecharger...
Merci par avance de votre aide.