]
Jeff MAURY updated JBIDE-23864:
-------------------------------
Fix Version/s: 4.4.4.AM1
MavenResolver dont find project pom.xml
---------------------------------------
Key: JBIDE-23864
URL:
https://issues.jboss.org/browse/JBIDE-23864
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: arquillian
Environment: Eclipse Neon Release 4.6.2
Reporter: Daniel Reis
Fix For: 4.4.4.AM1
Arquillian plugin cant find pom.xml of the project and dont recognize the classes addeds
to archive, displaying many warnings.
The lines that start the warnings are:
File[] files =
Maven.resolver().loadPomFromFile("pom.xml").importRuntimeDependencies().resolve().withTransitivity().asFile();
return
ShrinkWrap.create(WebArchive.class).addAsLibraries(files).addAsManifestResource(EmptyAsset.INSTANCE, "beans.xml");
Thanks,
Daniel