Re: Configure jetty port in profiles

2010-04-29 Thread darniz
. Thanks darniz -- View this message in context: http://old.nabble.com/Configure-jetty-port-in-profiles-tp28394619p28403509.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Configure jetty port in profiles

2010-04-29 Thread Nick Klauer
://old.nabble.com/Configure-jetty-port-in-profiles-tp28394619p28403509.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users

Re: Configure jetty port in profiles

2010-04-29 Thread Kalpak Gadre
I would recommend that you define properties for port and credentials like, properties https.port443/https.port keystorec:/xxx-ssl.keystore/keystore passwordxxx/password keyPasswordxxx/keyPassword /properties and in your configuration refer to them like, connector

RE: Configure jetty port in profiles

2010-04-29 Thread subir.sasikumar
Use properties in settings. Subir -Original Message- From: darniz [mailto:rnizamud...@edmunds.com] Sent: Thursday, April 29, 2010 10:57 PM To: users@maven.apache.org Subject: Re: Configure jetty port in profiles Any update guys. i know if i am in a hurry darniz wrote: Hi All I

Configure jetty port in profiles

2010-04-28 Thread darniz
valuemylocaljetty/value /property /activation ... /profile the issue is that in profile element how can i speciy the jetty:port and the https credential detail. any examples. Thanks darniz -- View this message in context: http://old.nabble.com/Configure-jetty-port-in-profiles