At 3:19 PM -0700 5/29/03, Matt Raible wrote:
A couple of questions for y'all:

How do I specify that the .jar file for my project be deployed to target/lib?

you mean that the Jar ends up in "target/lib"? set 'maven.build.dir' -- see for more http://maven.apache.org/reference/plugins/jar/properties.html



How do I specify (hopefully w/in a dependency) that the jar should be copied
to target/lib?

Don't understand this question. Are you trying to build webapps? You may want to see http://maven.apache.org/reference/plugins/jar/properties.html



If you're building some kind of distribution that puts a number of Jars in "target/lib" but it's not a War, you could probably copy some of the logic from $MAVEN_HOME/plugins/maven-war-plugin-1.3/plugin.jelly into a "maven.xml" file in your project directory and create a custom goal. I can't think of anything offhand which is directly designed for your needs, but like I said, I'm not sure if I understand your needs!



--
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "If nature worked that way, the universe would crash all the time." --Jaron Lanier


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



Reply via email to