[jbosstools-issues] [JBoss JIRA] (JBIDE-23864) MavenResolver dont find project pom.xml

Daniel Reis (JIRA) issues at jboss.org
Sat Feb 4 18:56:00 EST 2017


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)


More information about the jbosstools-issues mailing list