|
Project
|
IntelliJ IDEA
|
|
Priority
|
Normal |
|
Type
|
Bug |
|
Fix versions
|
No Fix versions |
|
State
|
Fixed |
|
Assignee
|
Anton Makeev |
|
Subsystem
|
Maven Integration |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
108.65 |
HTTP Status 404 - No view for result [error] exists for action [ViewIssue]
type Status report
message No view for result [error] exists for action [ViewIssue]
description The requested resource (No view for result [error] exists for action [ViewIssue]) is not available.
Instead of something user friendly, so I didn't know this bug was successfully filed.
This project has 3 modules: A, B, and C.
A depends on nothing, B depends on A, and C depends on A and B. In addition, B uses the build-helper plugin to add an additional source path (src2) , with another source path (src3) controlled by an optional profile. I see that moduleB correctly added src and src2, but did not add src3, which is the behavior I would expect.
However, I find it strange that all three modules have directories underneath them with the same name as themselves. In the screen shot, why aren't 'src', 'src2', and 'src3' directly under the moduleB module?