Marcus Eriksson wrote:
> Hi
> 
> I wonder if it would be possible to host a maven repository for
> drizzle-jdbc at drizzle.org <http://drizzle.org>?
> 
> Maven is a build tool (etc.) for java (etc.) projects, and the
> repository is simply a directory structure with the built files + an xml
> file describing the dependencies for the project. For example, if
> someone wants to use drizzle-jdbc, they add the following to their build
> file:
> 
> <dependency>
>       <groupId>org.drizzle.jdbc</groupId>
>       <artifactId>drizzle-jdbc</artifactId>
>       <version>0.1</version>
> </dependency>
> 
> and maven would download the dependency (+any dependencies drizzle-jdbc
> might have) automatically. More information here: http://maven.apache.org
> 
> So what is needed technically is a web server and a directory with
> directory listing allowed which is rsynced against my local maven
> repository. That directory should in turn be rsynced to the official
> maven repository but we can worry about that later. Maybe an url like
> http://jdbc.drizzle.org/mavenrepo/ could work?

++


_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to