Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1edeea4

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/main/java/org/apache/maven/plugins/source/AbstractSourceJarMojo.java
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.