Bonjour,

J'ai développé un projet en Java lors d'un stage.
Hier j'ai décidé de me relancer dans le projet mais sur mon ordinateur personnel cette fois.
Et lors du build je rencontre une erreur qui est la suivante :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1-beta-1:war (default-war) on project conventions: Execution default-war of goal org.apache.maven.plugins:maven-war-plugin:2.1-beta-1:war failed: modelEncoding : modelEncoding : modelEncoding : modelEncoding
---- Debugging information ----
message             : modelEncoding : modelEncoding
cause-exception     : com.thoughtworks.xstream.mapper.CannotResolveClassException
cause-message       : modelEncoding : modelEncoding
class               : org.apache.maven.plugin.war.util.WebappStructure
required-type       : org.apache.maven.model.Dependency
path                : /webapp-structure/dependenciesInfo/org.apache.maven.plugin.war.util.DependencyInfo/dependency/modelEncoding
line number         : 114
-------------------------------
J'ai passé mon après-midi dessus hier, en vain.
Quelqu'un pourrait-il m'aider?