You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Christian Schulte <cs...@schulte.it> on 2016/11/21 22:15:27 UTC

maven-filtering and plexus-interpolation

Hi,

what is the reason for having the same logic in two different
components? May I delegate to 'plexus-interpolation' or should the same
issue really be fixed in 'maven-filtering' as well? Is
'plexus-interpolation' going away? I mean:

InterpolatorFilterReaderLineEnding: This implementation is heavily based
on org.codehaus.plexus.util.InterpolationFilterReader

MultiDelimiterInterpolatorFilterReaderLineEnding: This implementation is
heavily based on org.codehaus.plexus.util.InterpolationFilterReader.

When we have classes in 'plexus-interpolation' looking pretty much the same.

InterpolatorFilterReader: This implementation is heavily based on
org.codehaus.plexus.util.InterpolationFilterReader.

MultiDelimiterInterpolatorFilterReader: This implementation is heavily
based on org.codehaus.plexus.util.InterpolationFilterReader.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org