This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/maven-xinclude-extension.git
commit 5d56e25f193ef34eb05052de3db15e4f44aed8e8 Merge: 4e9e4b8 e411ee3 Author: Guillaume Nodet <[email protected]> AuthorDate: Thu Sep 12 13:21:22 2024 +0200 Merge pull request #1 from apache/github-workflow Add GitHub workflow .github/workflows/maven-verify.yml | 31 +++++++++++++++++ pom.xml | 25 ++++---------- src/it/entities-xinclude/.mvn/extensions.xml | 26 +++++++++++++++ src/it/entities-xinclude/child/pom.xml | 36 ++++++++++++++++++++ src/it/entities-xinclude/foo.dtd | 20 +++++++++++ src/it/entities-xinclude/pom.xml | 39 ++++++++++++++++++++++ src/it/entities-xinclude/snippets.xml | 31 +++++++++++++++++ src/it/entities-xinclude/version.xml | 19 +++++++++++ src/it/settings.xml | 25 ++++++++++++++ .../maven/xinclude/XIncludeModelXmlFactory.java | 2 +- .../maven/xinclude/stax/XIncludeStreamReader.java | 1 + .../apache/maven/xinclude/stax/XPointerParser.java | 1 + 12 files changed, 236 insertions(+), 20 deletions(-)
