Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public abstract class AbstractJarMojo implements org.apache.maven.api.plugin.Moj
protected AbstractJarMojo() {}

/**
* Specifies whether to attach the jar to the project
* Specifies whether to attach the jar to the project.
*
* @since 4.0.0-beta-2
*/
Expand Down Expand Up @@ -210,7 +210,7 @@ protected final Log getLog() {
* Returns the JAR file to generate, based on an optional classifier.
*
* @param basedir the output directory
* @param resultFinalName the name of the ear file
* @param resultFinalName the name of the JAR file
* @param classifier an optional classifier
* @return the file to generate
*/
Expand Down Expand Up @@ -341,7 +341,7 @@ private boolean projectHasAlreadySetAnArtifact() {
}

/**
* Return {@code true} in case where the classifier is not {@code null} and contains something else than white spaces.
* Return {@code true} if the classifier is not {@code null} and contains something other than white spaces.
*
* @param classifier the classifier to verify
* @return {@code true} if the classifier is set
Expand Down