On 9/8/06, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote:
Hi, I have been using Ant for a long time and am now starting to use Maven. I also have a background in Java, so I am trying to learn as much as I can about Maven. Here is an issue which I cannot get around as of now. In Maven1 it was possible to bundle .jar files inside other archives by using the <properties><war.bundle>/<war.bundle></properties> elements. In Maven2, it looks like this cannot be done.
Are you trying to include some jars in WEB-INF/lib ? If your packaging type is 'war', then anything you declare as a dependency in compile (or runtime) scope will be added to WEB-INF/lib. If that's not it, what do you need it to do? -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
