Skip to content

Commit 0571a80

Browse files
committed
Fix generate-app-project batch invocation for older Maven Invoker
1 parent 3722629 commit 0571a80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maven/codenameone-maven-plugin/src/main/java/com/codename1/maven/GenerateAppProjectMojo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ private void generateProject() throws MojoExecutionException{
9696
request.setGoals( Collections.singletonList( "archetype:generate" ) );
9797

9898
request.setBatchMode(true);
99-
request.setInteractive(false);
10099

101100
String[] propsArr = {
102101
"interactiveMode=false",

0 commit comments

Comments
 (0)