1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Plexus Containers
============
[](https://search.maven.org/artifact/org.codehaus.plexus/plexus-containers)
Plexus IoC Container core with companion tools.
## Attention
We have changed the default branch in GitHub repository from `plexus-containers-1.x` to `master`
## Release Notes
You can find details about the different releases in the [Release Notes](https://github.com/codehaus-plexus/plexus-containers/blob/master/ReleaseNotes.md).
* [Release 2.1.1](https://github.com/codehaus-plexus/plexus-containers/blob/master/ReleaseNotes.md#plexus-containers-211).
* [Release 2.1.0](https://github.com/codehaus-plexus/plexus-containers/blob/master/ReleaseNotes.md#plexus-containers-210).
* [Release 2.0.0](https://github.com/codehaus-plexus/plexus-containers/blob/master/ReleaseNotes.md#plexus-containers-200).
## Site publishing
For publishing [the site](https://codehaus-plexus.github.io/plexus-containers/) do the following:
```
mvn -Preporting verify site site:stage
mvn scm-publish:publish-scm
```
|