diff --git a/src/site/apt/toolchains/custom.apt b/src/site/apt/toolchains/custom.apt index c912b43..6fdb931 100644 --- a/src/site/apt/toolchains/custom.apt +++ b/src/site/apt/toolchains/custom.apt @@ -28,7 +28,7 @@ Custom Toolchains You can create custom toolchains to use with standard plugins (such as the maven-compiler-plugin) or with custom plugins. A full working sample is included in the <<>> integration tests, which are part of - {{{../source-repository.html}the plugin source tree}}: + {{{../scm.html}the plugin source tree}}: * See <<>> for the custom toolchain and plugin, @@ -51,9 +51,8 @@ Custom Toolchains which is an internal requirement, * a {{{/ref/current/maven-core/apidocs/org/apache/maven/toolchain/ToolchainFactory.html}<<>>}}, - provided as Plexus component: Plexus {{{http://plexus.codehaus.org/plexus-containers/plexus-component-annotations/}<<<@Component>>>}} - annotation in the class is extracted by {{{http://plexus.codehaus.org/plexus-containers/plexus-component-metadata/}<<>>}} - plugin. + provided as {{{https://maven.apache.org/maven-jsr330.html}JSR-330 component}} annotated with <<<@Named("")>>> + (e.g. <<<@Named("custom")>>>) and <<<@Singleton>>>. []