On 12/1/05, Tim Kettler <[EMAIL PROTECTED]> wrote: > > Please see the example project at > http://h6282.serverkompetenz.net/tik/test-prj.tar.gz > which fails like this:
Your zip is corrupted, I can't open it [EMAIL PROTECTED]:~/Develop/test-prj$ mvn -e package > + Error stacktraces are turned on. ---------------------------------------------------------------------------- > [INFO] Artifact[test:test-ejb:ejb] is not a dependency of the project. > [INFO] > > ---------------------------------------------------------------------------- It means that your are trying to configure an artifact (in the configuration/module section) which is not a dependency of your project. Please do not include this if you don't want to customize the behavior of the EAR plugin. Please also check that your dependency is flagged with the right type!. > In my opinion (I'm certainly not an maven source code expert) this is > bcause the type 'ejb' is hardcoded in the class EjbModule.java > (getType() method). We already discussed about this, it has *nothing* to do with your problem. This element is used only to output the elemnet in the application.xml, nothing more, nothing less. s/ -- .::You're welcome ::.