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 repository doesn't work? #97

Open
gdubya opened this issue Feb 12, 2020 · 4 comments
Open

Maven repository doesn't work? #97

gdubya opened this issue Feb 12, 2020 · 4 comments

Comments

@gdubya
Copy link

@gdubya gdubya commented Feb 12, 2020

Is the URL mentioned in the README correct?

https://packagecloud.io/utplsql/utplsql-java-api/maven2 does not seem to work

@pesse
Copy link
Member

@pesse pesse commented Feb 12, 2020

This URL is just the base-path for the Maven repository (which works fine for me). It is normal that the base URL of a Maven repo doesn't return anything.
Maven will expect several files to be existent based from the given artifact description. For version 3.1.7 for the API, for example, it will request
https://packagecloud.io/utplsql/utplsql-java-api/maven2/org/utplsql/java-api/3.1.7/java-api-3.1.7.pom (which works).

To see what JARs and versions are available, you can visit https://packagecloud.io/utPLSQL/utPLSQL-java-api

Does that solve your issue?

@gdubya
Copy link
Author

@gdubya gdubya commented Feb 12, 2020

Thanks for the fast response @pesse!

I'm trying to set up the repo as a mirror in Artifactory, but when i test the connection Artifactory returns 404, which is the same as i see in the browser so i assumed it was a problem. Perhaps it can be ignored then.

image

@gdubya gdubya closed this Feb 12, 2020
@gdubya gdubya reopened this Feb 12, 2020
@gdubya
Copy link
Author

@gdubya gdubya commented Feb 12, 2020

Actually i was a bit too hasty. It appears as thought it does not work for Artifactory for some reason:
image

@gdubya
Copy link
Author

@gdubya gdubya commented Feb 12, 2020

Crosspost, since this seems more like an Artifactory / packagecloud issue than utplsql: https://stackoverflow.com/questions/60187305/how-to-configure-a-packagecloud-io-maven-repository-as-an-artifactory-mirror

I'll update this thread with an answer if / when i find it.

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.