On 12/30/06, Sagare, Vipul <[EMAIL PROTECTED]> wrote:
Both.

I would like them to be in the classpath and in jar as well.

Normally you would install them in your local repository and then use
a <dependency> element in your pom.  If you're working with other
developers, you'll probably want to establish an internal/corporate
repository so that each developer doesn't have to install them
individually.

Then you won't need that "lib" directory at all, the jars in your
local repository will be shared across all of your Maven-built
projects.

To include jars within a jar, I don't see a way to convince the jar
plugin to do it:
  http://maven.apache.org/plugins/maven-jar-plugin/
but you can use the assembly plugin:
  http://maven.apache.org/plugins/maven-assembly-plugin/

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to