-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish Maven artifact to Central #98
Comments
Happy to do that. I'm totally new to Maven. Can you give me some pointers/links? |
Excellent! I'm mostly familiar with Maven through the usage of existing libraries, so I cannot help much but to point you to their web page. Perhaps particularly to this section. Edit: Sorry, accidentally clicked close instead of just comment :-) |
So is this already in a maven repository? |
@tjerkw Nope. Couldn't find time to dive in to Maven yet. If someone wants to help I'm totally open to it. |
I found the for RoboBillingLibrary which also has support for Amazon billing. It is also mavenized. Not in a central repo, but easy to install in your own repo: https://github.com/christopherperry/RoboBillingLibrary Maybe the pom.xml files from that library could help. Cool project btw! |
It would be very useful if you could make an official maven artifact available through Central.
Currently, using ABL in a Maven project breaks the flow (requires code embedding or "system scope" dependency).
Thanks!
The text was updated successfully, but these errors were encountered: