You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get-involved and ref/available-components, converted with
doxia-converter. The YAML front matter is kept: it carries each page's
title and author, which the skin turns into <title> and
<meta name="author">.
404.xml stays xdoc on purpose. It carries a <head> block with a <base
href> and absolute stylesheet links, and Markdown front matter can only
produce <title> and <meta>; a 404 page is served from arbitrary URLs, so
the <base> cannot be dropped.
Verified by rendering the site before and after: both pages are identical
in title, author, visible text and every link target.
Generated-by: Claude Opus 5 (1M context)
Contributions are welcome. The full guide lives with the code: [CONTRIBUTING.md](https://github.com/codehaus-plexus/.github/blob/master/CONTRIBUTING.md). The short version is below.
30
+
31
+
## Where to ask
32
+
33
+
[GitHub issues](https://github.com/codehaus-plexus), on the repository concerned. That is where the maintainers are. There is no Plexus mailing list — if you find one referenced in older documentation on this site, it is defunct.
34
+
35
+
Each project on the [overview page](./index.html) links to its own repository. If you aren't sure which one owns the behaviour you're seeing, open the issue wherever seems closest and we'll move it.
36
+
37
+
## Building
38
+
39
+
`mvn verify`. No profile or local setup is required. CI builds across JDK 8, 21 and 25 on Linux, Windows and macOS.
40
+
41
+
## Code style
42
+
43
+
Formatting is enforced by the build, via [Spotless](https://github.com/diffplug/spotless) and [palantir-java-format](https://github.com/palantir/palantir-java-format). Don't hand-format, and don't reformat code you aren't otherwise touching. Before pushing:
44
+
45
+
```unknown
46
+
mvn spotless:apply
47
+
```
48
+
49
+
If CI fails on `spotless:check`, running that command and committing the result is the whole fix.
50
+
51
+
This page previously offered `maven-eclipse-codestyle.xml` and `maven-idea-codestyle.xml` for import into your IDE. Those predate Spotless and no longer match what the build enforces, so they are no longer linked from here. The files themselves are still served, so any existing link to them keeps working.
52
+
53
+
## Licence headers
54
+
55
+
New files take the standard header used by the files around them — Apache-2.0 for everything except Modello, which is MIT. Please do not update or normalise existing copyright headers, including the older Codehaus Foundation ones; they record who contributed what.
56
+
57
+
## Pull requests
58
+
59
+
One concern per pull request, a test where the change is testable, and an explanation of _why_ in the description. These libraries are consumed transitively across most of the Maven plugin ecosystem, so changes to public API need discussion in an issue first — deprecate rather than remove.
60
+
61
+
## Security
62
+
63
+
Please do not open a public issue for a vulnerability. See [SECURITY.md](https://github.com/codehaus-plexus/.github/blob/master/SECURITY.md).
<code>plexus-mail-sender</code>, <code>plexus-cache</code> and <code>plexus-swizzle</code> are all
45
-
gone or archived — and it listed none of the components that are actually maintained today.
46
-
Rather than leave that standing, the content has been removed and the overview page is now the
47
-
single index.
48
-
</p>
49
-
50
-
</section>
51
-
</body>
52
-
</document>
26
+
27
+
# Available Plexus Components
28
+
29
+
**This page is out of date and is kept only so existing links to it keep working.**
30
+
31
+
The current list of Plexus libraries and components, with links to their sites, is on the [overview page](../index.html).
32
+
33
+
The list that used to be here described the components as they stood when Plexus was still an IoC container. Most of what it advertised no longer exists in any form — `plexus-cli`, `plexus-spring`, `plexus-contextualizer`, `plexus-xwork-integration`, `plexus-mail-sender`, `plexus-cache` and `plexus-swizzle` are all gone or archived — and it listed none of the components that are actually maintained today. Rather than leave that standing, the content has been removed and the overview page is now the single index.
0 commit comments