Skip to content
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

Open
mkarg opened this issue Jan 26, 2024 · 8 comments
Open

Maven Coordinates of latest release? #53

mkarg opened this issue Jan 26, 2024 · 8 comments

Comments

@mkarg
Copy link

mkarg commented Jan 26, 2024

I am searching for the Maven Coordinates of the latest JACOB release (including precompiled DLLs for Windows 64 Bit).

@wildberrylillet
Copy link

Use this one, i checked it it’s the same binary and sources: https://mvnrepository.com/artifact/xyz.cofe/jacob/1.20

@mkarg
Copy link
Author

mkarg commented Feb 22, 2024

Thank you, I will give it a try.

Anyways, is JACOB dead or why is there no "official" upload?

@freemansoft
Copy link
Owner

freemansoft commented Feb 22, 2024

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.

@wildberrylillet
Copy link

Maybe this guy is willing to submit a pull request https://github.com/gochaorg/jacob-project

Dlls are uploaded too as type dll

@mkarg
Copy link
Author

mkarg commented Feb 24, 2024

@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".

@mkarg
Copy link
Author

mkarg commented Mar 17, 2024

"ping" :-)

@freemansoft
Copy link
Owner

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.

@gvasanka
Copy link

Any update on releasing the latest as maven artifact?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants