-
Notifications
You must be signed in to change notification settings - Fork 121
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
Maven Coordinates of latest release? #53
Comments
Use this one, i checked it it’s the same binary and sources: https://mvnrepository.com/artifact/xyz.cofe/jacob/1.20 |
Thank you, I will give it a try. Anyways, is JACOB dead or why is there no "official" upload? |
There is no official maven upload. There was never consensus on how the DLLs should be packaged and there was a time when maven was "going away" to be replaced by something else so I never re-investigated. When I used this in a production app 20 years ago we just pushed it to our cached corporate artifact repository. Releases are based on PRs submitted by others. There haven't been any accepted PRs in years. The open PRs have unresolved comments in them. If someone can describe exactly how the packaging should look and where and how this would get published then I'm open to making that happen. |
Maybe this guy is willing to submit a pull request https://github.com/gochaorg/jacob-project Dlls are uploaded too as type dll |
@freemansoft Tell me exactly what you need to know and I will give you all the answers you need. The Central Repository still is the de facto main source for dependencies, so putting an official up there is more or like a "must have" for all Java-based libraries. DLLs are simply uploaded as DLLs with the type specified as "dll". |
"ping" :-) |
The liked project does the nexus upload via a gradle pom.xml. Submit a PR with a pom.xml and I'll try and make it work. The build process can stay on ANT. |
Any update on releasing the latest as maven artifact? |
I am searching for the Maven Coordinates of the latest JACOB release (including precompiled DLLs for Windows 64 Bit).
The text was updated successfully, but these errors were encountered: