Skip to content

Commit

Permalink
LRQA-60349 Use maven-archetype-plugin 3.1.2 to generate archetypes in…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
lawrence-lee authored and brianwulbern committed Jul 22, 2020
1 parent 22db6b5 commit c7f9b29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@ public void testBuildTemplateFormField72Maven() throws Exception {

List<String> completeArgs = new ArrayList<>();

completeArgs.add("archetype:generate");
completeArgs.add(
"org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate");
completeArgs.add("--batch-mode");

String archetypeArtifactId =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,8 @@ public default File buildTemplateWithMaven(

List<String> completeArgs = new ArrayList<>();

completeArgs.add("archetype:generate");
completeArgs.add(
"org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate");
completeArgs.add("--batch-mode");

String archetypeArtifactId =
Expand Down

0 comments on commit c7f9b29

Please sign in to comment.