I think I found a solution for this problem. In my maven build I just
download the particular jar that I need and add the -endorseddirs option
when I invoke the maven compiler to override the default class provided in
the rt.jar.
--
View this message in context:
http://maven.40175.n5.nabble.com/
Hey,
We're using web service annotations for our application and running into a
strange problem. During compilation we get an error stating that it can't
find a specific constructor(s). The problem is that the class that has the
correct constructor is located in a third party jar (from geranimo
Have you tried using filesets? You can include/exclude files/directories in
your assembly descriptor.
--
View this message in context:
http://maven.40175.n5.nabble.com/Multimodule-distribution-tp4574067p4670472.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---