On Monday, June 19, 2006 12:44, tulasi wrote: > No, > > I configured my output directory as "Classes". once i created package using > "mvn package" command, the compiled classes and jar are available in > classes directory. after i want to copy the created jar file into "lib" > folder. > > how will i ?. > > -- > View this message in context: > http://www.nabble.com/Copy-jar-file-to-lib-folder-t1797154.html#a4930652 > Sent from the Maven - Users forum at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
What is it exactly that you are trying to do? Do you have a web application and you want your jar in the lib folder? If that is the case, use the war plugin to create the war file for you. Henry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
