diff --git a/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java b/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java index f624be7..3e56f99 100644 --- a/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java +++ b/src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java @@ -306,7 +306,7 @@ protected void packageSources(List theProjects) throws MojoExecuti for (Artifact attachedArtifact : project.getAttachedArtifacts()) { if (isAlreadyAttached(attachedArtifact, project, getClassifier())) { getLog().error("We have duplicated artifacts attached."); - throw new MojoExecutionException("Presumably you have configured maven-source-plugn " + throw new MojoExecutionException("Presumably you have configured maven-source-plugin " + "to execute twice times in your build. You have to configure a classifier " + "for at least on of them."); }