Distribute through maven central and change groupId and base package
See original GitHub issueCurrent groupId of bucket4j is com.github
, but Maven Central requires that groupId of artefact should be a controlled(by author) domain, so groupId should be changed, else it is not possible to publish artefacts to Maven Central:
- Change groupId from
com.github
tocom.github.vladimir-bukhtoyarov
- Rename java package from
com.github.bucket4j
toio.github.bucket4j
, domain for this package already reserved. - Contact to Bintray support as mentioned in this topic in stackoverflow How to change groupid if project is already uploaded to bintray
- Integrate Bucket4j Bintray repo with Maven Central.
This issue originally raised in jhipster#5388
Proposed to release 2.0
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
Maven – Guide to uploading artifacts to the Central Repository
Guide to uploading artifacts to the Central Repository. In order for users of Maven to utilize artifacts produced by your project, you must...
Read more >Introduction to Repositories - Apache Maven
A repository in Maven holds build artifacts and dependencies of varying types. There are exactly two types of repositories: local and remote: ......
Read more >Maven Getting Started Guide
pom.xml contains the Project Object Model (POM) for this project. The POM is the basic unit of work in Maven. This is important...
Read more >Guide to relocation - Apache Maven
Copy all foo -related files from /bar/foo/ in your Maven 2 repository to a temporary location. · Change the groupId to org. ·...
Read more >Guide to Naming Conventions - Apache Maven
Guide to naming conventions on groupId, artifactId, and version. groupId uniquely identifies your project across all projects. A group ID should follow ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry, I didn’t realize your package name was different from your groupId, and in fact it should be, otherwise that’s quite confusing. What you could do, is what we did for for the JHipster library:
Bucket4j has been published to Maven Central: