Deploy to some Maven repository
Status: Pre-Alpha
Brought to you by:
charliehubbard
Hi !
I am using your library in my application (ggc.sf.net) as means for displaying some simple web pages. I am very satisfied with library.
We plan to move our build/deploy to maven, and I was wondering if it would be possible for you to deploy this to some repository. Since it is open source repository, you could use oss.sonatype.org site (free for OS projects).
Plese let me know what you intend to do...
Take care,
Andy
Since I don't know if this project is still alive, I decided to do this myself... This is now maven artifact in OSS repository from Sonata, I used GropupId root of my project, but this can be later changed...
<dependency>
<groupId>net.sf.ggc.pygmy-httpd</groupId>
<artifactId>pygmy-core</artifactId>
<version>0.2</version>
</dependency>
<dependency>
<groupId>net.sf.ggc.pygmy-httpd</groupId>
<artifactId>pygmy-handlers</artifactId>
<version>0.2</version>
</dependency>
This should be available in few hours...
Take care,
Andy