I re-downloaded the plugin, and re-ran the ear goal, but it is still complaining... Here's the log of what happened:
C:\Projects\PartyMaven\ear>maven plugin:download -Dmaven.repo.remote=http://apache.org/~felipeal/maven_repo -DgroupId=maven -DartifactId=maven-ear-plugin -Dversion=1.7-SNAPSHOT __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 build:start: plugin:download-artifact: plugin:download: [delete] Deleting 1 files from C:\Program Files\Apache Software Foundation\Maven 1.0.2\plugins [delete] Deleting 7 files from C:\maven\cache [delete] Deleted 2 directories from C:\maven\cache [copy] Copying 1 file to C:\Program Files\Apache Software Foundation\Maven 1.0.2\plugins BUILD SUCCESSFUL Total time: 2 seconds Finished at: Thu Dec 09 09:40:47 EST 2004 C:\Projects\PartyMaven\ear>maven ear __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 build:start: ear:init: ear:ear: ear:generate-ear-descriptor: [echo] pom.groupId: eia [echo] pom.currentVersion: 1.0 [echo] Generating appxml file:"C:\Projects\PartyMaven\ear/target/META-INF/application.xml version 1.3 encoding: UTF-8" [echo] Building EAR party-ear-1.0 with appxml "C:\Projects\PartyMaven\ear/target/META-INF/application.xml" [echo] ############################################################################ # 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 # # # # Reason for the warning: # # the dependency eia:party-common is located at: 'c:\maven\repository\eia\jars\party-common-1.0.jar' # but was expected to be located at: 'C:\maven\repository\eia\jars\party-common-1.0.jar' ############################################################################ [echo] Bundling: jar - eia:party-common - 1.0 [echo] Dependency party-common-1.0.jar will be bundled as /party-common-1.0.jar [copy] Copying 1 file to C:\Projects\PartyMaven\ear\target\tmpEarDeps [echo] ############################################################################ # 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 # # # # Reason for the warning: # # the dependency eia:party-ejb is located at: 'c:\maven\repository\eia\ejbs\party-ejb-1.0.jar' # but was expected to be located at: 'C:\maven\repository\eia\ejbs\party-ejb-1.0.jar' ############################################################################ [echo] Bundling: ejb - eia:party-ejb - 1.0 [echo] Dependency party-ejb-1.0.jar will be bundled as /party-ejb-1.0.jar [copy] Copying 1 file to C:\Projects\PartyMaven\ear\target\tmpEarDeps [echo] ############################################################################ # 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 # # # # Reason for the warning: # # the dependency eia:party-war is located at: 'c:\maven\repository\eia\wars\party-war-1.0.war' # but was expected to be located at: 'C:\maven\repository\eia\wars\party-war-1.0.war' ############################################################################ [echo] Bundling: war - eia:party-war - 1.0 [echo] Dependency party-war-1.0.war will be bundled as /party-war-1.0.war [copy] Copying 1 file to C:\Projects\PartyMaven\ear\target\tmpEarDeps [ear] Building ear: C:\Projects\PartyMaven\ear\target\party-ear-1.0.ear [delete] Deleting directory C:\Projects\PartyMaven\ear\target\tmpEarDeps BUILD SUCCESSFUL Total time: 3 seconds Finished at: Thu Dec 09 09:40:59 EST 2004 C:\Projects\PartyMaven\ear> -----Original Message----- From: Felipe Leme [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 10:18 PM To: Maven Users List Subject: RE: Problem with case in ear:generate-ear-descriptor? On Wed, 2004-12-08 at 16:08, Poppe, Troy wrote: > me is: why is this a warning? Couldn't this be handled with a > case-insensitive comparison? Actually, there were no comparison at all before and then we had to do the case-sensitive comparison to check some possibilities. > The results: > # Reason for the warning: # > # the dependency eia:party-common is located at: > 'c:\maven\repository\eia\jars\party-common-1.0.jar' > # but was expected to be located at: > 'C:\maven\repository\eia\jars\party-common-1.0.jar' I changed the comparison to ignore the local repository part (c:\maven\repository in your case). Could you please reinstall the plugin (from my site) and test it again? -- Felipe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
