> If the following file content is filtered it will not replace the property > values with the values in the POM unless the comment line for the > "connection.url" is removed: ... > <property > name="connection.url">jdbc:oracle:thin:@test.example.com:1521:TST</property>
You are getting tripped up by the @ symbol in your url. If you don't want to use @...@ as a filter marker token, you need to turn off the defaults in the plugin configuration and then specify your own tokens as a replacement. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
