https://github.com/aparise1217/excite
Extensible XML-based Content and Information Transformation Engine
https://github.com/aparise1217/excite
groovy transformation xml xml-schema
Last synced: 5 months ago
JSON representation
Extensible XML-based Content and Information Transformation Engine
- Host: GitHub
- URL: https://github.com/aparise1217/excite
- Owner: AParise1217
- License: mit
- Created: 2019-06-13T17:32:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T16:21:22.000Z (over 1 year ago)
- Last Synced: 2025-04-01T15:21:54.226Z (about 1 year ago)
- Topics: groovy, transformation, xml, xml-schema
- Language: Groovy
- Size: 54.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EXCITE
[](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%com.parisesoftware.excite-core%22) [](http://https://opensource.org/licenses/MIT)
*Extensible XML-based Content and Information Transformation Engine*
## XML Transformations made *groovy*!
___
# Releasing to Maven Central
## Performing a Release Deployment
*Note: This must occur prior to the Release Deployment!*
Make sure the "release-sign-artifacts" and "ossrh"
Maven profiles are active.
1) `mvn clean`
2) `mvn release:prepare -Possrh,release-sign-artifacts`
3) `mvn release:perform -Possrh,release-sign-artifacts`
* await the release process to finish *
4) `git push --tags`
5) `git push origin master`
## Updating the Release Version
1) `mvn versions:set -DnewVersion=1.2.3`