Hi Paul,

On 02/04/17 14:45, Paul Hammant wrote:
Apache hosts https://repo.maven.apache.org/maven2/ but there's no web app,
just a raw index.

For what purpose is a web app needed...This is Maven Central...which is Maven Repository...which is intended to be consumed by Maven and many other tools...

Also take a look here:

https://maven.apache.org/repository/index.html


>
If we wanted to host a skinny but useful application
there, how would we go about that?

To get someting into Maven Central start here:

http://central.sonatype.org/
http://central.sonatype.org/pages/requirements.html
https://maven.apache.org/guides/mini/guide-central-repository-upload.html

But it is not about hosting a web app etc. which mean running an application inside something similar like Tomcat/JBoss. It's just a repository to host a jar/zip/war which are avaible for consuming by application developers (dependencies) etc. but it is not for running an application...


Of course there are
* http://search.maven.org (hosted by Sonatype)

This is the search engine for Maven Central...human useable engine..

https://repo.maven.apache.org/maven2/ machine consumable part...


* https://mvnrepository.com

This is not related to Apache Software Foundation...

PS.: This is more a question for the user mailing list and not for the developers mailing list....
Kind regards
Karl Heinz Marbaise

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to