Answer the question
In order to leave comments, you need to log in
Maven - why doesn't it find classes from a neighboring module?
Immediately to the code, because I don’t understand)
In the parent memo:
<modules>
<module>WebContent</module>
<module>ServiceLayer</module>
<module>Repository</module>
<module>Entities</module>
</modules>
<parent>
<artifactId>Idet-poisk</artifactId>
<groupId>Idet-poisk</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Repository</artifactId>
<dependencies>
<dependency>
<groupId>Idet-poisk</groupId>
<artifactId>Entities</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question