Fit's well! Thanks! Does maven2 expose <version>1.0-SNAPSHOT</version> as property?
mraible wrote: > > This should help: > > http://maven.apache.org/plugins/maven-war-plugin/examples/adding-filtering-webresources.html > > http://tinyurl.com/26m7mn > > Matt > > On 6/8/07, ros <[EMAIL PROTECTED]> wrote: >> >> Hi! >> >> I have some properties defined in pom.xml like: >> <dwr.debug>true</dwr.debug> >> <release.start><!--</release.start> >> <release.end>--></release.end> >> >> <security.channelProcessingFilter>,channelProcessingFilter</security.channelProcessingFilter> >> >> How I can set this valuesin >> web.xml: >> <param-value>${dwr.debug}</param-value> >> log4j.xml: >> ${release.start} >> <appender-ref ref="FILE"/> >> <appender-ref ref="MAIL"/> >> ${release.end} >> security.xml >> >> /**=httpSessionContextIntegrationFilter,authenticationProcessingFilter >> ${security.channelProcessingFilter},securityContextHolderAwareRequestFilter,rememberMeProcessingFilter,anonymousProcessingFilter,exceptionTranslationFilter,filterInvocationInterceptor >> >> >> Any ideas welcome! >> >> Thanks! >> >> ros >> -- >> View this message in context: >> http://www.nabble.com/how-to-set-in-web.xml-value-from-maven2-properties--tf3889903s2369.html#a11026773 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/how-to-set-in-web.xml-value-from-maven2-properties--tf3889903s2369.html#a11027864 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
