Hi!

Sounds good to me.

Cheers,
        -Brian

On Apr 26, 2009, at 11:26 PM, Michael Shadle wrote:

I own drizzle.org - if one of the seniors on the project approve this
move, just shoot me the alias / IP or cname and I'll get 'er done.

On Sun, Apr 26, 2009 at 11:04 PM, Marcus Eriksson <[email protected]> wrote:
Hi

I wonder if it would be possible to host a maven repository for drizzle-jdbc
at 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?

/Marcus

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



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

--
_______________________________________________________
Brian "Krow" Aker, brian at tangent.org
Seattle, Washington
http://krow.net/                     <-- Me
http://tangent.org/                <-- Software
_______________________________________________________
You can't grep a dead tree.




_______________________________________________
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