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.DefaultContextualizer</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