i've got a question about building production releases when the content XML
file is setup for the Eclipse. I have (in my POM) moved the 'camel-eclipse'
plugin to a separate profile which i only reference in an Eclipse run
configuration.
The trouble is, however, that i therefore need a way to [conditionally]
exclude this bean:

<bean id="eclipseResolver"
class="org.apache.camel.component.eclipse.EclipsePackageScanClassResolver"/>

i.e., if i'm running in eclipse i want the bean but if i'm building a
production release then i dont want that bean in the XML as it causes class
errors when deployed to ServiceMix.

Is there a way when running using the 'camel:run' mvn target to specify a
different XML file to use?

Martin




--
View this message in context: 
http://camel.465427.n5.nabble.com/Eclipse-Plugin-Production-Build-tp5726247.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to