Hi Folks,
>
> I seen that the ear ant task was used incorrectly in b7
> build. I downloaded
> the jelly script from cvs and everything works
> now. Cool!
>
As described in plugin docs the properties maven.j2ee.ear.include and
maven.j2ee.ear.excludes can
be used to utilize the content of a ear you build. I realized that the Jelly
script is missing is issue.
Adding this should help to solve this small bug:
<fileset dir="${maven.build.dir}"
includes="${maven.j2ee.ear.includes}"
excludes="${maven.j2ee.ear.excludes}"/>
I placed it behind the <!-- include marked dependencies --> stuff that adds
the <ear.bundle.jar> stuff from POM
dependencies.
You may consider to fix this in the next release.
Bye
Toby
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>