Hi,
my build doesn't work anymore with Maven 2.1.0.
The maven-war-plugin in version 2.1-* fails with :

[INFO] Packaging webapp
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] 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         : 156
-------------------------------

using plugin version 2.0.2 fixes this.

Reply via email to