This repository was archived by the owner on Dec 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
plexus-component-metadata/src
main/java/org/codehaus/plexus/maven/plugin Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3030
3131/**
3232 * Generates a Plexus <tt>components.xml</tt> component descriptor file from source (javadoc) or
33- * class annotations.
33+ * class annotations and manually crafted descriptor files .
3434 *
3535 * @author Jason van Zyl
3636 * @author Trygve Laugstøl
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public void execute()
7979 }
8080 catch ( IOException e )
8181 {
82- throw new MojoExecutionException ( "Error while executing component descritor creator." , e );
82+ throw new MojoExecutionException ( "Error while executing component descriptor creator." , e );
8383 }
8484 }
8585}
Original file line number Diff line number Diff line change 3030
3131/**
3232 * Generates a Plexus <tt>components.xml</tt> component descriptor file from test source (javadoc)
33- * or test class annotations.
33+ * or test class annotations and manually crafted descriptor files .
3434 *
3535 * @author Jason van Zyl
3636 * @author Trygve Laugstøl
Original file line number Diff line number Diff line change @@ -37,10 +37,12 @@ ${project.name}
3737 The Plexus Component Metadata Maven Plugin has 3 goals:
3838
3939 * {{{./generate-metadata-mojo.html}plexus-component-metadata:generate-metadata}} generates
40- a Plexus components.xml component descriptor file from source (javadoc) or class annotations,
40+ a Plexus components.xml component descriptor file from source (javadoc) or class annotations
41+ and manually crafted descriptor files,
4142
4243 * {{{./generate-test-metadata-mojo.html}plexus-component-metadata:generate-test-metadata}} generates
43- a Plexus components.xml component descriptor file from test source (javadoc) or class annotations,
44+ a Plexus components.xml component descriptor file from test source (javadoc) or class annotations
45+ and manually crafted descriptor files,
4446
4547 * {{{./merge-metadata-mojo.html}plexus-component-metadata:merge-metadata}} merges
4648 a set of Plexus descriptors into one descriptor file.
You can’t perform that action at this time.
0 commit comments