You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/08/24 16:25:36 UTC

[maven] 12/12: Merge branch 'MNG-6656' of https://gitbox.apache.org/repos/asf/maven into MNG-6656

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MNG-6656
in repository https://gitbox.apache.org/repos/asf/maven.git

commit e12b732b8074742f490086cbe264062e43c57086
Merge: 5065aec 65a5a1b
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Aug 24 18:25:11 2019 +0200

    Merge branch 'MNG-6656' of https://gitbox.apache.org/repos/asf/maven into MNG-6656

 .../apache/maven/xml/filter/BuildPomXMLFilter.java |  44 +++++++
 .../maven/xml/filter/ConsumerPomXMLFilter.java     |  73 ++++++++++++
 .../apache/maven/xml/filter/FastForwardFilter.java | 128 +++++++++++++++++++++
 .../apache/maven/xml/filter/ModulesXMLFilter.java  | 102 ++++++++++++++++
 .../maven/xml/filter/RelativePathXMLFilter.java    |  98 ++++++++++++++++
 .../maven/xml/filter/AbstractXMLFilterTests.java   |  80 +++++++++++++
 .../maven/xml/filter/ConsumerPomXMLFilterTest.java |  64 +++++++++++
 .../maven/xml/filter/ModulesXMLFilterTest.java     |  62 ++++++++++
 .../xml/filter/RelativePathXMLFilterTest.java      |  61 ++++++++++
 9 files changed, 712 insertions(+)