I'm having a problem with the enforcer plugin, it works well with the
settings.xml, but if I require to check a property that has been set in a
properties file placed in the resources, it always fails, saying that the
property is null, but if I check in the generated config file...the value
has been written correctly.


<filters>
   <filter>src/main/resources/filter.properties</filter>
</filters>
<resources>
   <resource>
      <directory>src/main/resources</directory>
      <filtering>true</filtering>
   </resource>
</resources>

any idea why?
-- 
View this message in context: 
http://www.nabble.com/How-to-get-an-alert-if-a-property-value-is-missing-tp23870644p23884445.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to