From 331a7e754f9da5ec3c880546d1db92f843dd14dd Mon Sep 17 00:00:00 2001 From: felipeal Date: Thu, 9 Dec 2004 03:15:36 +0000 Subject: [PATCH] better check for the case-sensitiveness issue git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116283 13f79535-47bb-0310-9956-ffa450edef68 --- ear/plugin.jelly | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/ear/plugin.jelly b/ear/plugin.jelly index 710b70fa..dc0b85e0 100644 --- a/ear/plugin.jelly +++ b/ear/plugin.jelly @@ -101,19 +101,24 @@ Check if there is no case-sensitive issues --> - + + + + + + + + ############################################################################ # WARNING: possible case-sensitiveness issue within a dependency # ############################################################################ -# One possibility is that 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. If that is the case, fix your project.xml or update # -# your local repository with the properly-cased file and try again. # -# # -# Another possibility is that your MAVEN_HOME is set with different cases # -# than its canonical representation in your operating systems. If that's # -# the case, you can ignore this message or correct the value of MAVEN_HOME # +# Looks like a 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. If that is the case, fix your project.xml or update your local # +# repository with the properly-cased file and try again. # # # # Reason for the warning: # # the dependency ${dep.id} is located at: @@ -121,7 +126,7 @@ # but was expected to be located at: '${checkFile.getCanonicalPath()}' ############################################################################ - +