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 30
30
31
31
/**
32
32
* 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 .
34
34
*
35
35
* @author Jason van Zyl
36
36
* @author Trygve Laugstøl
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public void execute()
79
79
}
80
80
catch ( IOException e )
81
81
{
82
- throw new MojoExecutionException ( "Error while executing component descritor creator." , e );
82
+ throw new MojoExecutionException ( "Error while executing component descriptor creator." , e );
83
83
}
84
84
}
85
85
}
Original file line number Diff line number Diff line change 30
30
31
31
/**
32
32
* 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 .
34
34
*
35
35
* @author Jason van Zyl
36
36
* @author Trygve Laugstøl
Original file line number Diff line number Diff line change @@ -37,10 +37,12 @@ ${project.name}
37
37
The Plexus Component Metadata Maven Plugin has 3 goals:
38
38
39
39
* {{{./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,
41
42
42
43
* {{{./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,
44
46
45
47
* {{{./merge-metadata-mojo.html}plexus-component-metadata:merge-metadata}} merges
46
48
a set of Plexus descriptors into one descriptor file.
You can’t perform that action at this time.
0 commit comments