Skip to content

Commit

Permalink
Add missing space in exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and slawekjaranowski committed Sep 27, 2022
1 parent 8ac4923 commit 05f243d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ protected void update( ModifiedPomXMLEventReader pom )
{
if ( this.ignoreRemoteDependencies && this.ignoreRemoteDependencyManagement )
{
throw new MojoFailureException( " ignoreRemoteDependencies and ignoreRemoteDependencyManagement"
throw new MojoFailureException( " ignoreRemoteDependencies and ignoreRemoteDependencyManagement "
+ "are both set to true. At least one of these needs to be false " );
}

Expand Down

0 comments on commit 05f243d

Please sign in to comment.