griddynamics / nexus-replication-plugin

Replication plugin for Sonatype Nexus
Apache License 2.0
10 stars 5 forks source link

Nexus replication plugin

As Nexus Admin I'd like to keep data (artifacts) even if Nexus was destroyed. For this I can setup 2 or more Nexus instances and pass artifacts to all of them when artifact is initially uploaded to one of them.

The plugin is going to be installed on both sending side that wants to pass an artifact and receiving side that can accept the artifact.

Documentation

User documentation

Contributor documentation

Mechanism

Given artifact is uploaded to one of the Nexus instances:

For this a REST service is implemented with path: service/local/artifact/maven/update.

To be done

Nice to have

Copyright and License

Copyright 2015, Grid Dynamics International, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at Apache License, Version 2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.