Re: Copy jar file to lib folder

2006-06-21 Thread Henry S. Isidro
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]



Re: Copy jar file to lib folder

2006-06-18 Thread tulasi

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]



Re: Copy jar file to lib folder

2006-06-18 Thread Edwin Punzalan


Is this for the war plugin?


tulasi wrote:

Hi,

Creating jar file defualt in Classes Floder. But i want to move the jar from
classes to folder to parent lib folder. 


how will i ?. please help me
--
View this message in context: 
http://www.nabble.com/Copy-jar-file-to-lib-folder-t1797154.html#a4897414
Sent from the Maven - Users forum at Nabble.com.


-
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]