Robin Wyles wrote: > Hi, > > Is there a way to specify that the property "reloading.spring.enabled" > is set to false when using the cocoon:prepare Maven goal? Something I > can specify in the block's POM perhaps?
See http://cocoon.apache.org/2.2/maven-plugins/maven-plugin/1.0/prepare-mojo.html#reloadingSpringEnabled Haven't tried it now, but <configuration> <reloadingSpringEnabled>false</reloadingSpringEnabled> </configuration> should do the trick. Let me know if it works for you. -- Reinhard Pötz Managing Director, {Indoqa} GmbH http://www.indoqa.com/en/people/reinhard.poetz/ Member of the Apache Software Foundation Apache Cocoon Committer, PMC member [EMAIL PROTECTED] ________________________________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
