Skip to content

Commit

Permalink
(doc) Drop maven version from message
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and michael-o committed Jun 14, 2020
1 parent f8f2b1f commit 2a288fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public void generateArchetype( ArchetypeGenerationRequest request, File archetyp
if ( outputDirectoryFile.exists() && pom.exists() )
{
throw new ProjectDirectoryExists(
"A Maven 2 project already exists in the directory " + outputDirectoryFile.getPath() );
"A Maven project already exists in the directory " + outputDirectoryFile.getPath() );
}

if ( outputDirectoryFile.exists() )
Expand Down

0 comments on commit 2a288fb

Please sign in to comment.