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

download not-jars from maven or other repositories #4

Open
mkoohafkan opened this issue Dec 14, 2023 · 0 comments
Open

download not-jars from maven or other repositories #4

mkoohafkan opened this issue Dec 14, 2023 · 0 comments

Comments

@mkoohafkan
Copy link

mkoohafkan commented Dec 14, 2023

I'm trying to download a dependency for some java classes that is actually a shared object in a zip file. It has all the info etc. but jar-download-action can't retrieve it, I think because the extension is not .jar .

Any chance we could add an "extension" or "packaging" property to the action that defaults to jar but could support other extensions like zip?

For reference, the dependency is question lives here:

https://www.hec.usace.army.mil/nexus/#browse/browse:maven-public:mil%2Farmy%2Fusace%2Fhec%2FjavaHeclib%2F7-IS-linux-x86_64

<dependency>
  <groupId>mil.army.usace.hec</groupId>
  <artifactId>javaHeclib</artifactId>
  <version>7-IS-linux-x86_64</version>
</dependency>
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

1 participant