Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.3
-
None
-
None
-
NAME="Ubuntu"
VERSION="16.04.6 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.6 LTS"
VERSION_ID="16.04"
# arch
x86_64
# java -version
openjdk version "1.8.0_232"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_232-b09)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.232-b09, mixed mode)
# mvn --version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /root/apache-maven-3.6.3
Java version: 1.8.0_232, vendor: AdoptOpenJDK, runtime: /root/jdk8u232-b09/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "4.15.0-66-generic", arch: "amd64", family: "unix"
NAME="Ubuntu" VERSION="16.04.6 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.6 LTS" VERSION_ID="16.04" # arch x86_64 # java -version openjdk version "1.8.0_232" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_232-b09) OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.232-b09, mixed mode) # mvn --version Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /root/apache-maven-3.6.3 Java version: 1.8.0_232, vendor: AdoptOpenJDK, runtime: /root/jdk8u232-b09/jre Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "4.15.0-66-generic", arch: "amd64", family: "unix"
Description
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:3.2.3:exploded (pre-exploded-war) on project alfresco-platform: Exection pre-exploded-war of goal org.apache.maven.plugins:maven-war-plugin:3.2.3:exploded failed:
[ERROR] ---- Debugging information ----
[ERROR] cause-exception : com.thoughtworks.xstream.mapper.CannotResolveClassException
[ERROR] cause-message : org.apache.maven.plugin.war.util.DependencyInfo
[ERROR] class : java.util.ArrayList
[ERROR] required-type : java.util.ArrayList
[ERROR] converter-type : com.thoughtworks.xstream.converters.collections.CollectionConverter
[ERROR] path : /webapp-structure/dependenciesInfo/org.apache.maven.plugin.war.util.DependencyInfo
[ERROR] class[1] : org.apache.maven.plugins.war.util.WebappStructure
[ERROR] converter-type[1] : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
[ERROR] version : 3.2.3
[ERROR] -------------------------------
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Attachments
Issue Links
- relates to
-
MWAR-397 Replace XStream with Modello to merge overlays
- Closed