Hi Folks,
I'm currently not sure if I'm using the j2ee:ear plugin correclty.
Actutally it contains my application.xml but not the dependency libs I want
to include.
I looked at the pluggin.jelly script shipped with maven beta 7 and see that
its looking for
for ear.bundle.jar in each depencency, isn't it?
So I began to modify my Project Descriptor as follows:
<dependency>
<id>jportal:jportal-security</id>
<artifactType>jar</artifactType>
<category>runtime</category>
<version>0.1.1</version>
<ear.bundle.jar>true</ear.bundle.jar>
</dependency>
Isn't that correctly? Where else do I have ot place ear.bundle.jar property?
Unfortunalty it dosent work corrently?
Would be fine if someon have a debugger for jelly scripts. ;-) So I can look
weather ${pom.dependencies}
is set corrently or not.
Bye
Toby
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>