how deploy a jar in the webapp?

2007-01-05 Thread fy
Hi, I created a webapp,The maven created the webapp.war when I executed mvn package. now I want deploy some *.java (src\main\java\itms\dto\*.java) into webapp.jar when I executed mvn package ,how I to do? -- View this message in context: http://www.nabble.com/how-deploy-a-jar-in-the-webapp

Re: how deploy a jar in the webapp?

2007-01-05 Thread garbandi
: http://www.nabble.com/how-deploy-a-jar-in-the-webapp--tf2924643s177.html#a8176681 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: how deploy a jar in the webapp?

2007-01-05 Thread kovalen pechaycaren
Let the packaging be 'jar', then use the maven-war-plugin to create a war.