I am not necessarily a big fan of Maven, but I like the concept of the Maven release repository. I use Ant and Ivy, for example, and we store our own releases in our local Maven repository to give our tech team easy access to our software, so they can install it.

I'd like to be able to add files to our Maven release repository and be able to pull releases out via Perl. I searched the CPAN repository for a Maven API, but didn't find one.

I could write one my self, but that's hard work (lazy). Besides, I've got better things to do (hubris), and I don't want this to take forever (impatient).

On second thought, this might be my chance to make a big splash and get noticed. If I wrote a Perl Maven Repository module, it could be the only one in CPAN. I would become rich and famous, and maybe Sheryl a few cubes down from me will finally notice me.

So, is there a CPAN module that talks to a Maven repository, or do I have to roll my own? And, how is Jackrabbit related to Maven? When I searched for Maven, a lot of stuff for Jackrabbit got pulled up.


In reply to Perl Maven Access Module? by qazwart

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.