xml-maven-plugin icon indicating copy to clipboard operation
xml-maven-plugin copied to clipboard

XML Maven Plugin

Results 11 xml-maven-plugin issues
Sort by recently updated
recently updated
newest added

While `org.apache.xml.resolver.tools.CatalogResolver` is able to resolve entries through classpath lookup `xml-maven-plugin` fails to first accept element which rely on classpath itself. It makes catalog file distribution hard, as plugin dependencies...

enhancement

When using the [Saxon-HE command line](https://www.saxonica.com/documentation10/index.html#!using-xsl/commandline) (currently version 10.5), one can make a call as follows: `saxon -it -xsl:my-stylesheet.xsl -o:output.xml` For the command above, by default the template with name...

We are using this plugin to validate a bunch of XML files (1200+ files) whenever changes are made. We have recently had a networking issue that caused a 30 second...

I suddenly got the following error when executing `validate` in build which has previously worked for many years: ``` [ERROR] Failed to execute goal org.codehaus.mojo:xml-maven-plugin:1.0.2:validate (default) on project X: While...

In release 1.0.1, setting these was silently ignored (which was itself technically a bug - see issue #46 for some background). In release 1.0.2 these cause an error because the...

enhancement

The FAQ state the [following](https://www.mojohaus.org/xml-maven-plugin/faq.html#ClassLoader_Resources): >The plugin attempts to resolve resources through the class loader automatically. Alternatively, you can enforce using the class loader, if you specify your resource with...

At the moment, defining an `` of the `validate` or `transform` goals in a **parent POM**, meant to be reused across various child projects, is really cumbersome since is requires...

Hello, I configured transformationSet in the following way: ` config_file ${project.build.directory}/path/to/my/config.xml ` Being executed on linux, it is failing with an error: ERROR: 'opt' ERROR: 'File not found: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: opt'...

When checking (X)HTML documents for correct indentation, I run into some strange false-positives. The following minimal (X)HTML document is the result of some systematic exploration on my part. It should...