Pretty sure this was submitted as a patch to Archiva too - but
probably out of date now. Might be worth reviewing what Wendy did to
apply here too?
Begin forwarded message:
From: "Wendy Smoak" <[EMAIL PROTECTED]>
Date: 18 June 2007 8:34:36 AM
To: [EMAIL PROTECTED]
Subject: Jetty port can be pre-configured in conf/plexus.xml
Reply-To: [EMAIL PROTECTED]
List-Id: <continuum-dev.maven.apache.org>
Message-Id:
<[EMAIL PROTECTED]>
The Jetty port for Continuum can now be pre-configured in conf/
plexus.xml:
<component>
<role>org.codehaus.plexus.contextualizer.Contextualizer</role>
<role-hint>jettyConfiguration</role-hint>
<implementation>org.codehaus.plexus.contextualizer.DefaultContextualiz
er</implementation>
<configuration>
<contextValues>
<jetty.port>9090</jetty.port>
</contextValues>
</configuration>
</component>
This does introduce a snapshot dependency on plexus-contextualizer,
which will need to be released before the next Continuum milestone.
Thanks to Olivier Lamy for the patch and Emmanuel for general
encouragement; see http://jira.codehaus.org/browse/CONTINUUM-1184 for
more info. I think there's a similar patch available for both Archiva
and Maven Enterprise.
--
Wendy