| Priority |
Normal |
| Type | Bug |
| State | Fixed |
| Assignee | Anton Makeev |
| Subsystem | Maven Integration |
| Affected versions |
No affected versions
|
| Fixed in |
No fix versions
|
| Fixed in build |
Next build |
| Build |
7648
|
| Fixed in build |
8244
|
| Severity |
0
|
IDEA-42482 |
Modules with no source that are dependencies of WAR modules generate error when building project |
|
EmptyModuleMavenTest.zip
(2 KB)
|
The better way to share dependencies is to use inheritance and set packaging method to 'pom'.
http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Project_Inheritance
Will that resolve your problem?