One modular feature framework for your entire Velocity network.
- Place
ProxyFeatures.jarin your Velocityplugins/directory. - Install dependencies:
dataregistryanddataprovider. - Start the proxy once to generate defaults.
- Enable the features you want in
config.yml. - Restart and go live.
- Java 21
- Velocity 3.5.0
- [Recommended]
DataRegistryplugin - [Recommended]
DataProviderplugin
Add GitHub Packages credentials for Maven server id github in ~/.m2/settings.xml:
<settings>
<servers>
<server>
<id>github</id>
<username>YOUR_GITHUB_USERNAME</username>
<password>YOUR_TOKEN</password>
</server>
</servers>
</settings>Use a token with read:packages (and repo if the package source repositories are private), then run:
mvn -B packageOutput jar: target/ProxyFeatures.jar