https://github.com/mojohaus/xml-maven-plugin
XML Maven Plugin
https://github.com/mojohaus/xml-maven-plugin
hacktoberfest java maven maven-plugin mojohaus validation xml xml-schema
Last synced: 14 days ago
JSON representation
XML Maven Plugin
- Host: GitHub
- URL: https://github.com/mojohaus/xml-maven-plugin
- Owner: mojohaus
- License: apache-2.0
- Created: 2015-05-15T23:02:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-11-11T09:25:04.000Z (about 2 months ago)
- Last Synced: 2025-11-11T11:22:16.489Z (about 2 months ago)
- Topics: hacktoberfest, java, maven, maven-plugin, mojohaus, validation, xml, xml-schema
- Language: Java
- Homepage: https://www.mojohaus.org/xml-maven-plugin/
- Size: 2.09 MB
- Stars: 23
- Watchers: 13
- Forks: 22
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Notice: NOTICE.txt
Awesome Lists containing this project
README
# MojoHaus XML Maven Plugin
This is the [xml-maven-plugin](https://www.mojohaus.org/xml-maven-plugin/).
[](https://www.apache.org/licenses/)
[](https://search.maven.org/artifact/org.codehaus.mojo/xml-maven-plugin)
[](https://github.com/mojohaus/xml-maven-plugin/actions/workflows/maven.yml)
## Releasing
* Make sure `gpg-agent` is running.
* Execute `mvn -B release:prepare release:perform`
For publishing the site do the following:
```
cd target/checkout
mvn site
mvn scm-publish:publish-scm
```