Re: m2 multiple war files with some common code

2006-07-20 Thread Srinivas Pavani
in context: http://www.nabble.com/m2-multiple-war-files-with-some-common-code-tf1939224.html#a5424066 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: m2 multiple war files with some common code

2006-07-14 Thread Andrew-A . Davies
I've posted the answer to this a few time on this user list A -Original Message- From: Srinivas Pavani [mailto:[EMAIL PROTECTED] Sent: 13 July 2006 19:51 To: users@maven.apache.org Subject: m2 multiple war files with some common code Can someone shed some light on how to setup maven2

m2 multiple war files with some common code

2006-07-13 Thread Srinivas Pavani
-module1/src/main/java /parent-project/war-module1/src/main/resources /parent-project/war-module1/src/main/webapp /parent-project/war-module2 ... /parent-project/war-module3 ... -- View this message in context: http://www.nabble.com/m2-multiple-war-files-with-some-common-code-tf1939224.html

RE: m2 multiple war files with some common code

2006-07-13 Thread Bravo, Kris
servlets and jsp pages across them too? kris bravo -Original Message- From: Srinivas Pavani [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 2:51 PM To: users@maven.apache.org Subject: m2 multiple war files with some common code Can someone shed some light on how to setup maven2

RE: m2 multiple war files with some common code

2006-07-13 Thread Srinivas Pavani
don't think just listing it as a dependency would solve the problem, would it? -- View this message in context: http://www.nabble.com/m2-multiple-war-files-with-some-common-code-tf1939224.html#a5315554 Sent from the Maven - Users forum at Nabble.com

RE: m2 multiple war files with some common code

2006-07-13 Thread Bravo, Kris
: Srinivas Pavani [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 3:57 PM To: users@maven.apache.org Subject: RE: m2 multiple war files with some common code Kris, Thanks for your reply. Most likely they will not be placed in the same ear file. Yes there are common servlets and jsps that need

Re: m2 multiple war files with some common code

2006-07-13 Thread Martin Gladdish
- you are up for a challenge are you? ;) kris bravo -Original Message- From: Srinivas Pavani [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 3:57 PM To: users@maven.apache.org Subject: RE: m2 multiple war files with some common code Kris, Thanks for your reply. Most likely

Re: m2 multiple war files with some common code

2006-07-13 Thread Pete Marvin King
@maven.apache.org Subject: RE: m2 multiple war files with some common code Kris, Thanks for your reply. Most likely they will not be placed in the same ear file. Yes there are common servlets and jsps that need to be shared across the apps. The question still remains how to integrate the servlets

Re: m2 multiple war files with some common code

2006-07-13 Thread Srinivas Pavani
Thanks for your input, the ability to unpack may help in my case. -- View this message in context: http://www.nabble.com/m2-multiple-war-files-with-some-common-code-tf1939224.html#a5321068 Sent from the Maven - Users forum at Nabble.com