ericluoliu opened a new pull request, #153: URL: https://github.com/apache/apisix-java-plugin-runner/pull/153
Please answer these questions before submitting a pull request - Why submit this pull request? - [ ] Bugfix - [x] New feature provided - [ ] Improve performance ___ ### New feature or improvement Updated pom.xml files to allow deployment of JAR to Maven Central Repository. This will allow users to download the JAR from the Maven Repository and build their plugins without having to clone the source code. I have deployed a test JAR to Maven Central (https://search.maven.org/search?q=io.github.ericluoliu) under my GAV coordinates, and I have used this JAR by referencing it as a dependency in pom.xml to build a functional (end-to-end) demo plugin in a new Java SpringBoot project. - Source branch: main branch on https://github.com/ericluoliu/apisix-java-plugin-runner - Related commits and pull requests: N/A - Target branch: main branch on https://github.com/apache/apisix-java-plugin-runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
