On Wed, Sep 3, 2008 at 11:09 AM, Gary Weaver <[EMAIL PROTECTED]> wrote:

> For example, right now I'd like to use a simple in-memory HTTP Server of
> some sort for serving RSS. While there is a simple HTTPServer built into
> Java 6 (
> http://java.sun.com/javase/6/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/package-summary.html),
>  a good number of the projects described on
> http://java-source.net/open-source/web-servers like Rupy, Simple, etc.
> don't have artifacts deployed to http://repo1.maven.org/maven2/ . While I
> could install/deploy the required jar(s) locally for my own projects, I
> would like to use this in an open-source project without requiring others to
> have to manually deploy the jar via installing it specifically or via
> deployment to their m2 repo (if they have one setup).


Yeah, I played with a few of these, but I just ended up using the Sun one --
although I only needed it for testing, so my requirements weren't incredibly
stringent.


> Are there any of you out there that have open-source projects where you
> couldn't find a dependency in a public Maven 2 repo, and if you, how did you
> handle it?
>

http://furiouspurpose.blogspot.com/2008/05/subetha-smtp-maven-and-community.html
-- 
Geoffrey Wiseman

Reply via email to