Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
be explicit in description about merging with manually crafted files
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Oct 23, 2019
1 parent a720647 commit 5a189ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

/**
* Generates a Plexus <tt>components.xml</tt> component descriptor file from source (javadoc) or
* class annotations.
* class annotations and manually crafted descriptor files.
*
* @author Jason van Zyl
* @author Trygve Laugst&oslash;l
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void execute()
}
catch ( IOException e )
{
throw new MojoExecutionException( "Error while executing component descritor creator.", e );
throw new MojoExecutionException( "Error while executing component descriptor creator.", e );
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

/**
* Generates a Plexus <tt>components.xml</tt> component descriptor file from test source (javadoc)
* or test class annotations.
* or test class annotations and manually crafted descriptor files.
*
* @author Jason van Zyl
* @author Trygve Laugst&oslash;l
Expand Down
6 changes: 4 additions & 2 deletions plexus-component-metadata/src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ ${project.name}
The Plexus Component Metadata Maven Plugin has 3 goals:

* {{{./generate-metadata-mojo.html}plexus-component-metadata:generate-metadata}} generates
a Plexus components.xml component descriptor file from source (javadoc) or class annotations,
a Plexus components.xml component descriptor file from source (javadoc) or class annotations
and manually crafted descriptor files,

* {{{./generate-test-metadata-mojo.html}plexus-component-metadata:generate-test-metadata}} generates
a Plexus components.xml component descriptor file from test source (javadoc) or class annotations,
a Plexus components.xml component descriptor file from test source (javadoc) or class annotations
and manually crafted descriptor files,

* {{{./merge-metadata-mojo.html}plexus-component-metadata:merge-metadata}} merges
a set of Plexus descriptors into one descriptor file.
Expand Down

0 comments on commit 5a189ee

Please sign in to comment.