[fedora-java] Help with build problem

Mikolaj Izdebski mizdebsk at redhat.com
Mon Feb 25 09:37:56 UTC 2013


> [WARNING] The POM for org.eclipse.jdt.core.compiler:ecj:jar:3.7.2 is
> missing, no dependency information available

No package in Fedora provides artifact org.eclipse.jdt.core.compiler:ecj,
so the build obviously fails.

To find what package(s) provide given artifact you can use repoquery
from yum-utils package, for example:
  repoquery -f 'mvn(groupId:artifactId)'
  repoquery -f 'mvn(org.eclipse.jdt.core.compiler:ecj)'

In this case repoquery returns nothing meaning that this artifact
is not provided by any package.

--
Mikolaj Izdebski


More information about the java-devel mailing list