eclipse - Why is that JAR missing for m2e, but not for Maven? -
i have problem have, colleagues don't have it. it's not related normal maven build (which works on machine) , it's not related our nexus repository.
in every project open has dependency our util-io
, error message in eclipse
missing artifact ch.ipi:util-io:jar:1.16.0-snapshot
in m2e maven log, see following:
[warn] pom ch.ipi:util-io:jar:1.16.0-snapshot missing, no dependency information available
now, tried cleaning local repo (that is, removing util-io
), didn't help. i'm sure new installation of eclipse help, configuration, takes long.
as mentioned, if build project maven cli, works without problem. somehow communication between nexus, m2e , index must wrong.
here's directory listing of local repo:
c:\jp\maven-repository\ch\ipi\util-io\1.16.0-snapshot>dir m2e-lastupdated.properties maven-metadata-repository.central.xml maven-metadata-repository.central.xml.sha1 resolver-status.properties util-io-1.16.0-20140320.134029-102-sources.jar util-io-1.16.0-20140320.134029-102-sources.jar.sha1 util-io-1.16.0-20140320.134029-102.jar util-io-1.16.0-20140320.134029-102.jar.sha1 util-io-1.16.0-20140320.134029-102.pom util-io-1.16.0-20140320.134029-102.pom.sha1 util-io-1.16.0-20140320.180430-103.jar util-io-1.16.0-20140320.180430-103.jar.sha1 util-io-1.16.0-20140320.180430-103.pom util-io-1.16.0-20140320.180430-103.pom.sha1 util-io-1.16.0-20140323.180440-107.jar util-io-1.16.0-20140323.180440-107.jar.sha1 util-io-1.16.0-20140323.180440-107.pom util-io-1.16.0-20140323.180440-107.pom.sha1 util-io-1.16.0-20140324.103410-108.jar util-io-1.16.0-20140324.103410-108.jar.sha1 util-io-1.16.0-20140324.103410-108.pom util-io-1.16.0-20140324.103410-108.pom.sha1 util-io-1.16.0-20140324.123208-109.jar util-io-1.16.0-20140324.123208-109.jar.sha1 util-io-1.16.0-20140324.123208-109.pom util-io-1.16.0-20140324.123208-109.pom.sha1 util-io-1.16.0-snapshot-sources.jar util-io-1.16.0-snapshot.jar util-io-1.16.0-snapshot.pom _maven.repositories
any hint appreciated!
Comments
Post a Comment