Daniel Reis created JBIDE-23864:
-----------------------------------
Summary: 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
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
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)