Skip to content

Commit 1edeea4

Browse files
NotMyFaultmichael-o
authored andcommitted
[MSOURCES-139] Fix typo in AbstractSourceJarMojo exception
1 parent 436966e commit 1edeea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ protected void packageSources(List<MavenProject> theProjects) throws MojoExecuti
306306
for (Artifact attachedArtifact : project.getAttachedArtifacts()) {
307307
if (isAlreadyAttached(attachedArtifact, project, getClassifier())) {
308308
getLog().error("We have duplicated artifacts attached.");
309-
throw new MojoExecutionException("Presumably you have configured maven-source-plugn "
309+
throw new MojoExecutionException("Presumably you have configured maven-source-plugin "
310310
+ "to execute twice times in your build. You have to configure a classifier "
311311
+ "for at least on of them.");
312312
}

0 commit comments

Comments
 (0)