This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257659 - Maven goal can't be executed when there is an input required
Summary: Maven goal can't be executed when there is an input required
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-21 11:22 UTC by Christian Lenz
Modified: 2016-04-05 15:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen capture (66.05 KB, image/gif)
2016-03-02 10:17 UTC, Christian Lenz
Details
maven sample project (1.93 KB, application/octet-stream)
2016-03-02 10:19 UTC, Christian Lenz
Details
messages.log (483.94 KB, application/octet-stream)
2016-03-03 11:09 UTC, Christian Lenz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2016-01-21 11:22:02 UTC
When I have the navigator open after selecting a maven based project, I see all my goals which I can executed. I have a dependency called jgitflow, to use the gitflow workflow inside maven. On the console I call mvn jgitflow:hotfix-start. After some stuff it asked me how the new version is and I can hit enter to get the default one, which was shown. When I execute the goal inside netbeans, the output shows me the same and I hit enter but nothing happened. When I hit 3.1.3 (My version that I want), nothing happens. So the output doesn't use inputs and can't work properly.

So I expect, that the output can work with inputs after asking me something.


Regards

Chris
Comment 1 Tomas Stupka 2016-02-18 14:27:32 UTC
generally speaking - entering input via output window UI seems to work

please provide a sample project demonstrating your problem

thanks
Comment 2 Christian Lenz 2016-03-02 10:17:54 UTC
Created attachment 158707 [details]
screen capture

As you can see, I got the input question, I type test and hit enter and nothing happens. I can type but you see nothing.
Comment 3 Christian Lenz 2016-03-02 10:19:11 UTC
Created attachment 158708 [details]
maven sample project

This is a sample maven project with jgitflow dependencies and jgitflow plugin. I can type in but nothing happens after I hit enter.
Comment 4 Tomas Stupka 2016-03-03 10:46:31 UTC
running 
mvn jgitflow:feature-start
worked for me - i could type in some text and the execution continued

seems more like an output view issue than maven 
reassigning for further evaluation

reporter, please reproduce the problem and attach your messages.log to the issue
thanks
Comment 5 Christian Lenz 2016-03-03 11:06:45 UTC
I already reproduced the problem, because I added the sample project and checked it before. The messages.log is from 8 AM today and I started it now and there is no update
Comment 6 Christian Lenz 2016-03-03 11:09:11 UTC
Created attachment 158726 [details]
messages.log

Added it anyhow.