Describe the problem (the version used Java 1.6, Eclipse Indigo SR2, m2e 1.0.2, Apache maven plugin 3.0.4). (in the maven still a beginner) There is Mavan project, import it via Import -> Existing Maven Projects. The project has a pom.xml, and dependency:
<! - Util -> <dependency> <groupId> com.mycompany </ groupId> <artifactId> util </ artifactId> <version> 0.1 </ version> </ dependency> After building the project util-0.1.jar I have got the list of Maven Dependencies with util-0.1.jar, but the util-0.1.jar has its own pom.xml: util-0.1.jar\META-INF\maven\com.mycompany\util\pom.xml - and this child pom maven ignores (child pom have lot of important links in own pom in <dependency> ) - ultimately the project is not compiled. I have a suggestion that it may be in the library versions: util-0.1.jar\META-INF\maven\com.mycompany\util\pom.xml - that is, util-0.1.jar and \util\ - without the suffix version. If so, how do? Who can help answer plz. if need, can public pom-s. -- View this message in context: http://maven.40175.n5.nabble.com/The-problem-with-import-maven-project-tp5712194.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
