can it cleanup repository?  I am doing daily release, and one a while to
need to
remove unused artifacts ( only milestone ones stay).  Currently I
selectively remove
the version folders but leave meta data file untouch.

Can this app fix up my metadata files?

Thanks

-Dan




On 2/8/06, Brian E. Fox <[EMAIL PROTECTED]> wrote:
>
> I've been meaning to try this out. How much of the functionality listed
> below is usable in some form? (I know it's still being developed)
>
> -----Original Message-----
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 08, 2006 5:40 PM
> To: Maven Developers List
> Subject: repository manager overview
>
> Some folks seem interested, so I wanted to give a quick overview of the
> repository manager.
>
> It is an application that runs either standalone or as a webapp with the
> following functionality:
> - repository search
> - repository/artifact browsing and display of artifacts and their
> relationships
> - repository health reports (missing transitive dependencies,
> incorrect/missing checksums, incorrect/missing digital signatures, out
> of place artifacts, missing poms, etc)
> - maven-proxy like support
> - repository conversion
>
> It has the following modules:
> - discovery: walks a repository and finds all the artifacts in it so you
> can perform a certain action on each, or just the ones that are
> new/deleted since last walked.
> - indexer: used to add artifacts and metadata to the lucene index.
> Includes elements of the POM and checksums
> - converter: copy artifacts from one repository to the other, changing
> layout, converting metadata if required.
> - artifact-applet: applet to allow you to checksum a large artifact on
> your local machine and upload the checksum to the server to search
> - reports-standard: a bunch of reports on the status of an artifact in
> the repository
> - proxy: maven-proxy like functionality
> - utils: checksum, pathing, etc
> - webapp: webwork 2 and plexus based webapp for running it all
>
> Any questions?
>
> - Brett
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
> commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to