Skip to content

Commit 89ea5a2

Browse files
committed
Fix typos
1 parent 6a9c443 commit 89ea5a2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public abstract class AbstractSourceJarMojo implements Mojo {
102102
* Archiver Reference</a>. <br/>
103103
* <b>Note: Since 3.0.0 the resulting archives contain a maven descriptor. If you need to suppress the generation of
104104
* the maven descriptor you can simply achieve this by using the
105-
* <a href="http://maven.apache.org/shared/maven-archiver/index.html#archive">archiver configuration</a>.</b>.
105+
* <a href="http://maven.apache.org/shared/maven-archiver/index.html#archive">archiver configuration</a></b>.
106106
*
107107
* @since 2.1
108108
*/
@@ -501,7 +501,7 @@ protected String getExtension() {
501501

502502
/**
503503
* @param p {@link Project}
504-
* @return The execution projet.
504+
* @return the execution project
505505
*/
506506
protected Project getProject(Project p) {
507507
return projectManager.getExecutionProject(p).orElse(p);
@@ -542,10 +542,10 @@ private String[] getCombinedIncludes(List<String> additionalIncludes) {
542542

543543
/**
544544
* Combines the user parameter {@link #excludes}, the default excludes from plexus FileUtils, and the contents of
545-
* the parameter addionalExcludes.
545+
* the parameter additionalExcludes.
546546
*
547-
* @param additionalExcludes Additional excludes to add to the array
548-
* @return The combined list of excludes.
547+
* @param additionalExcludes additional excludes to add to the array
548+
* @return the combined list of excludes
549549
*/
550550
private String[] getCombinedExcludes(List<String> additionalExcludes) {
551551
List<String> combinedExcludes = new ArrayList<>();

0 commit comments

Comments
 (0)