• Stars
    star
    136
  • Rank 260,462 (Top 6 %)
  • Language
    Java
  • License
    Eclipse Public Li...
  • Created almost 10 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tools for interacting with Maven repositories

simpligility technologies inc. presents

Maven Repository Tools

Introduction

A collection of tools to work with Maven repositories.

Maven Repository Provisioner

a command line tool and library to provision a component and all its transitive dependencies from a source Maven repository to a target Maven repository. See more in the readme file of the module.

Repository Provisioner Maven Plugin

a maven plugin for the same task - to be done.

Requirememts

All tools require Java 11 or higher.

Download

Everything is available from the Central Repository in the simpligility space:

Roadmap, Issues, Changes

Check out the issues list for upcoming changes, existing problems and so on.

For past releases and already implemented changes, see the changelog as well as the commit history.

License

Eclipse Public License - v 1.0

For full text see the LICENSE file or https://www.eclipse.org/legal/epl-v10.html

Building

Run

mvn clean install

Verify full build for release with

mvn clean deploy -P release

Release with the usual

mvn release:prepare release:perform

Contributions

are very welcome. Send a pull request or report issues on GitHub. Even just a spelling fix in the readme or anything else really is a welcome help.

Contributors