Jars are created with maven-jar-plugin, so you'd change the output directory by setting its basedir in your plugin configuration in build. You can see the jar plugin docs at http://maven.apache.org/plugins/maven-jar-plugin/jar-mojo.html and about configuring plugins from pom.xml at http://maven.apache.org/guides/mini/guide-configuring-plugins.html
Charlie On 6/5/06, Eugeny N Dzhurinsky <[EMAIL PROTECTED]> wrote:
On Fri, Jun 02, 2006 at 07:45:53PM +0300, Eugeny N Dzhurinsky wrote: > But still wandering how I can specify different directory for placing JAR file > produced with "package" goal? Is it not possible at all with maven? -- Eugene N Dzhurinsky --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
