We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436966e commit 1edeea4Copy full SHA for 1edeea4
src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java
@@ -306,7 +306,7 @@ protected void packageSources(List<MavenProject> theProjects) throws MojoExecuti
306
for (Artifact attachedArtifact : project.getAttachedArtifacts()) {
307
if (isAlreadyAttached(attachedArtifact, project, getClassifier())) {
308
getLog().error("We have duplicated artifacts attached.");
309
- throw new MojoExecutionException("Presumably you have configured maven-source-plugn "
+ throw new MojoExecutionException("Presumably you have configured maven-source-plugin "
310
+ "to execute twice times in your build. You have to configure a classifier "
311
+ "for at least on of them.");
312
}
0 commit comments