markdownj on maven repository

71 views
Skip to first unread message

David Bernard

unread,
Feb 10, 2009, 5:57:51 PM2/10/09
to MarkdownJ
Is the jar available on any maven repository ?
If not can I host it on http://scala-tools.org/repo-releases ? there
is at least 2 projects (lift (a web framework) and vscaladoc (an api
doc generator for scala)) that would like to provide support to
markdown syntax.

myabc

unread,
Feb 10, 2009, 6:19:55 PM2/10/09
to MarkdownJ
On Feb 10, 11:57 pm, David Bernard <david.bernard...@gmail.com> wrote:
> Is the jar available on any maven repository ?
> If not can I host it onhttp://scala-tools.org/repo-releases? there
> is at least 2 projects (lift (a web framework) and vscaladoc (an api
> doc generator for scala)) that would like to provide support to
> markdown syntax.

Hi David,

The answer is not yet. It was my intention to start pushing out 0.4-
SNAPSHOTS and host them on Google Code (using this wagon-svn recipe:
http://www.jroller.com/mrdon/entry/maven_enabled_project_hosting_with).

I had decided on these for groupId/artifactId:
<groupId>org.markdownj</groupId>
<artifactId>markdownj</artifactId>

But, I have to admit that I have been sidetracked. If this is a
priority for you (and others), then I can dedicate time later this
month.

I hadn't decided how to handle older/already released jars --
suggestions are welcomed.

You are, of course, welcome to host the jars and maven metadata
yourself (although IANAL, I am pretty confident there are no legal
issues with this!) If you decide to do so, I'm happy to link back to
scala-tools.org until we can get MarkdownJ either its own repository
(or mirrored into a centralized repository).

Alex

David Bernard

unread,
Feb 27, 2009, 5:24:24 AM2/27/09
to MarkdownJ
(I repost my reply (previous post seems to be forgot))

Thanks for reply.
I plan to do a release near (end of the week). So I'll deploy on scala-
tools.org existing version with

<groupId>org.markdownj</groupId>
<artifactId>markdownj</artifactId>
<packaging>jar</packaging>
<version>0.3.0-1.0.2b4</version>

to follow the future convention (and see 0.4 as an higher version)

If you're interesting :
* scala-tools.org provide 2 repository repo-releases and repo-
snapshots.
* some groupId of repo-releases are mirrored to central repo (follow
the groupId requierement, owning domains,...)
* repository are manage through nexus, so deployement could be done
via http, no need to configure wagon extension.

/davidB

Alex Coles

unread,
Mar 12, 2009, 8:14:29 AM3/12/09
to mark...@googlegroups.com
On Fri, Feb 27, 2009 at 11:24 AM, David Bernard
<david.be...@gmail.com> wrote:
>
> (I repost my reply (previous post seems to be forgot))
>
> Thanks for reply.
> I plan to do a release near (end of the week). So I'll deploy on scala-
> tools.org existing version with
>
>    <groupId>org.markdownj</groupId>
>    <artifactId>markdownj</artifactId>
>    <packaging>jar</packaging>
>    <version>0.3.0-1.0.2b4</version>
>
> to follow the future convention (and see 0.4 as an higher version)
>
> If you're interesting :
> * scala-tools.org provide 2 repository repo-releases and repo-
> snapshots.
> * some groupId of repo-releases are mirrored to central repo (follow
> the groupId requierement, owning domains,...)
> * repository are manage through nexus, so deployement could be done
> via http, no need to configure wagon extension.
>
> /davidB

Hi David,

Great. We'll add a link to your Maven repository.

Alex

Reply all
Reply to author
Forward
0 new messages