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

http://www.gillius.org/maven2 Forbidden #8

Closed
DigitalArcSystems opened this issue May 11, 2016 · 3 comments
Closed

http://www.gillius.org/maven2 Forbidden #8

DigitalArcSystems opened this issue May 11, 2016 · 3 comments

Comments

@DigitalArcSystems
Copy link

Unable to utilize maven repository because http://www.gillius.org/maven2 is forbidden.

@gillius
Copy link
Owner

gillius commented May 11, 2016

The only thing that is forbidden is directory listings, which is true across my whole server. It should not prevent downloads and I also don't believe that should impact the ability to proxy from a manager like Nexus OSS. For example I can access these links:

http://gillius.org/maven2/org/gillius/jfxutils/maven-metadata.xml
http://gillius.org/maven2/org/gillius/jfxutils/0.4-SNAPSHOT/maven-metadata.xml
http://gillius.org/maven2/org/gillius/jfxutils/0.4-SNAPSHOT/jfxutils-0.4-20160511.022320-4.jar (latest snapshot)
http://gillius.org/maven2/org/gillius/jfxutils/0.3/jfxutils-0.3.jar (latest release)

My goal in the near term is to deploy to the central repository so my repo isn't needed anymore. I might also make a 1.0 release after cleaning some issues from recent changes (#4 and #5).

Do you have an example from mvn command line where it tries to hit a specific URL that it cannot access? As far as I know all that's needed is the maven-metadata.xml and artifacts themselves.

@gillius
Copy link
Owner

gillius commented May 13, 2016

I have set up an account on the Central Repository now and 1.0-SNAPSHOT is deployed there. If you are using the latest jfxutils code (it is stable) then let me know if you can access the snapshot from there. Soon I plan on putting the 0.3 release up and 1.0 as well when 1.0 is ready.

gillius added a commit that referenced this issue May 17, 2016
All artifacts from 0.3.1 and later will be deployed to Central only.
@gillius
Copy link
Owner

gillius commented May 17, 2016

0.3.1 is now released to Maven Central with the same code as 0.3.0. Now that the latest release and snapshot versions are available there, there is no longer a need for Gillius.org repository.

@gillius gillius closed this as completed May 17, 2016
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

2 participants