<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Properties on Pandurang Patil</title><link>https://www.pandurangpatil.com/tags/properties/</link><description>Recent content in Properties on Pandurang Patil</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 18 Oct 2013 10:09:00 -0700</lastBuildDate><atom:link href="https://www.pandurangpatil.com/tags/properties/index.xml" rel="self" type="application/rss+xml"/><item><title>maven properties not being substituted inside resources</title><link>https://www.pandurangpatil.com/post/2013-10-18-maven-properties-not-being-substituted-inside-resources/</link><pubDate>Fri, 18 Oct 2013 10:09:00 -0700</pubDate><guid>https://www.pandurangpatil.com/post/2013-10-18-maven-properties-not-being-substituted-inside-resources/</guid><description>You need to add following configuration which indicates those resources need to be processed and property values will be replaced. By default Maven resources plug-in will not do property value substitution (filtering), so it will need to be enabled within the &amp;lt;build&amp;gt; section of the pom.xml file. Filtering value true will enable the resources processing and substitute property values. In addition to that one can include/exclude the resources
&amp;lt;build&amp;gt; ..... .</description></item></channel></rss>