You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Chris Helck <Ch...@us.icap.com> on 2007/08/23 17:55:17 UTC

M2 How to populate internal repository?

I need to populate an inhouse repository so it can act as a stand alone
repository. It needs to include the standard maven plugins. I don't want
to rsync Ibiblio.

I've tried using the assembly plugin to create a repository but it does
not include the plugins. 

What should I do?

Thanks,
C. Helck


**********************************************************************
This communication and all information (including, but not limited to,
 market prices/levels and data) contained therein (the "Information") is
 for informational purposes only, is confidential, may be legally
 privileged and is the intellectual property of ICAP plc and its affiliates
 ("ICAP") or third parties. No confidentiality or privilege is waived or
 lost by any mistransmission. The Information is not, and should not
 be construed as, an offer, bid or solicitation in relation to any
 financial instrument or as an official confirmation of any transaction.
 The Information is not warranted, including, but not limited, as to
 completeness, timeliness or accuracy and is subject to change
 without notice. ICAP assumes no liability for use or misuse of the
 Information. All representations and warranties are expressly
 disclaimed. The Information does not necessarily reflect the views of
 ICAP. Access to the Information by anyone else other than the
 recipient is unauthorized and any disclosure, copying, distribution or
 any action taken or omitted to be taken in reliance on it is prohibited. If
 you receive this message in error, please immediately delete it and all
 copies of it from your system, destroy any hard copies of it and
 notify the sender.
**********************************************************************


Re: M2 How to populate internal repository?

Posted by Wendy Smoak <ws...@gmail.com>.
On 8/23/07, Chris Helck <Ch...@us.icap.com> wrote:
> I need to populate an inhouse repository so it can act as a stand alone
> repository. It needs to include the standard maven plugins. I don't want
> to rsync Ibiblio.
>
> I've tried using the assembly plugin to create a repository but it does
> not include the plugins.
>
> What should I do?

You don't mention a reason for not wanting to rsync ibiblio.  Size?
Security? Governance?

If it's just that you don't want the whole thing, you can use one of
the repository managers to proxy the central repository, establishing
an internal cache of the artifacts you use.  Archiva, Artifactory and
Proximity are examples.

I'm fairly sure there is a tool somewhere that will "convert" a local
repository into a remote one.  (The metadata is different.)

Otherwise, let us know more about your requirements.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: M2 How to populate internal repository?

Posted by Stuart McCulloch <st...@jayway.net>.
On 23/08/07, Chris Helck <Ch...@us.icap.com> wrote:
>
> I need to populate an inhouse repository so it can act as a stand alone
> repository. It needs to include the standard maven plugins. I don't want
> to rsync Ibiblio.
>
> I've tried using the assembly plugin to create a repository but it does
> not include the plugins.
>
> What should I do?


if you're using linux then here's some shell scripts that can quickly
convert your local repository into a shared or mirrored repository:

   http://wiki.ops4j.org/confluence/x/CIAO

once converted, the repository can of course be used cross-platform
these scripts aren't supported and come with the usual disclaimers :)

Thanks,
> C. Helck
>
>
> **********************************************************************
> This communication and all information (including, but not limited to,
> market prices/levels and data) contained therein (the "Information") is
> for informational purposes only, is confidential, may be legally
> privileged and is the intellectual property of ICAP plc and its affiliates
> ("ICAP") or third parties. No confidentiality or privilege is waived or
> lost by any mistransmission. The Information is not, and should not
> be construed as, an offer, bid or solicitation in relation to any
> financial instrument or as an official confirmation of any transaction.
> The Information is not warranted, including, but not limited, as to
> completeness, timeliness or accuracy and is subject to change
> without notice. ICAP assumes no liability for use or misuse of the
> Information. All representations and warranties are expressly
> disclaimed. The Information does not necessarily reflect the views of
> ICAP. Access to the Information by anyone else other than the
> recipient is unauthorized and any disclosure, copying, distribution or
> any action taken or omitted to be taken in reliance on it is prohibited.
> If
> you receive this message in error, please immediately delete it and all
> copies of it from your system, destroy any hard copies of it and
> notify the sender.
> **********************************************************************
>
>


-- 
Cheers, Stuart