Bonjour !!
Désolée pour le titre si peu expressif, mais je vois pas trop quoi mettre sans risquer d'avoir un titre sur 3 lignes.
Je travaille sur une application gérée par l'intégration continue à l'aide de cruisecontrol et maven2. Depuis quelques temps, j'ai des erreurs lors du build et étant totalement débutante dans le domaine, j'aurais besoin de vos lumières.
Mes erreurs sont les suivantes :
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] The skin does not exist: Unable to determine the release version
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.skins -DartifactId=maven-default-skin -Dversion=RELEASE -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.maven.skins -DartifactId=maven-default-skin -Dversion=RELEASE -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
org.apache.maven.skins:maven-default-skin:jar:RELEASE
puis celle ci :
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error during page generation
Embedded error: Error rendering Maven report: Cannot run changelog command :
SCM Connection is not set.
Si vous avez ne serait-ce qu'un début de piste pour me guider, je suis preneuse.
Merci !
Partager