Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmini/repub-jar
Command line tool to republish existing jar to a maven repository
https://github.com/jmini/repub-jar
cli maven-central
Last synced: 13 days ago
JSON representation
Command line tool to republish existing jar to a maven repository
- Host: GitHub
- URL: https://github.com/jmini/repub-jar
- Owner: jmini
- License: epl-2.0
- Created: 2022-07-14T14:59:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T05:47:40.000Z (15 days ago)
- Last Synced: 2024-10-24T23:54:53.530Z (14 days ago)
- Topics: cli, maven-central
- Language: Java
- Homepage: https://jmini.github.io/repub-jar/
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: repub-jar
:project-name: RepubJar
:branch: master
:twitter-handle: j2r2b
:license: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
:license-name: Eclipse Public License - v 2.0:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{git-repository}/issues
//end::vardef[]//tag::header[]
= {project-name}
Jeremie BressonCommand line tool to republish existing jar to a maven repository.
//end::header[]
== Project Homepage
Visit the link:{homepage}[project home page] to know more this project.
//tag::contact-section[]
== Get in touchUse the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]//tag::license-section[]
== Licenselink:{license}[{license-name}]
//end::license-section[]