There you go. It looks like you installed that jar into your local repository and when you did so, you didn't use the pom that that jar comes with.
Where did you get that jar from? > -----Original Message----- > From: Kireniene [mailto:[email protected]] > Sent: Wednesday, June 27, 2012 2:06 PM > To: [email protected] > Subject: RE: The problem with import maven project > > right clicking on util.jar on eclipse i see this (util.jar have other > contents, see top): > > <?xml version="1.0" encoding="UTF-8"?> > <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/xsd/maven-4.0.0.xsd" > xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <modelVersion>4.0.0</modelVersion> > <groupId>ru.minogin</groupId> > <artifactId>util</artifactId> > <version>0.1</version> > <description>POM was created from install:install-file</description> > </project> > > -- > View this message in context: http://maven.40175.n5.nabble.com/The- > problem-with-import-maven-project-tp5712194p5712219.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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
