diff --git a/ear/plugin.jelly b/ear/plugin.jelly index 733adf35..8e9c471e 100644 --- a/ear/plugin.jelly +++ b/ear/plugin.jelly @@ -79,6 +79,11 @@ We know that this dep "wants" to be bundled. --> + + + Case-sensitive issue: The dependency ${dep.id} has a case problem. The dependency was either retrieved in the past with the wrong case or has been specified with the wrong case in your project.xml file. Fix your project.xml or update your local repository with the properly-cased file and try again. + + Bundling: ${dep.type} - ${dep.id} - ${dep.version} diff --git a/ear/xdocs/changes.xml b/ear/xdocs/changes.xml index 3c80b33e..0e23c1b2 100644 --- a/ear/xdocs/changes.xml +++ b/ear/xdocs/changes.xml @@ -25,6 +25,7 @@ + Build now fails in some cases were the dependencies are copied with wrong case. Added property maven.ear.appxml.encoding. The plugin now displays the version of the bundled artifacts on the