[
https://issues.jboss.org/browse/JBIDE-24573?page=com.atlassian.jira.plugi...
]
Vojtech Prusa commented on JBIDE-24573:
---------------------------------------
Running mvn clean install i get unresolved dependency, more in log.
In devstudio i see these errors:
Description Resource Path Location Type
C:\Users\jbossqa\workspace\fixed-pfi-test
(1).zip_expanded\pfi-test\pfi\pfi-data\target\classes\META-INF\MANIFEST.MF (The system
cannot find the path specified) pom.xml /pfi-data line 1 Maven
Configuration Problem
Missing artifact it.capgemini.pfi:pfi-data:jar:0.0.1 pom.xml /pfi-web
line 50 Maven Dependency Problem
Missing artifact it.capgemini.pfi:pfi-ejb:jar:0.0.1 pom.xml /pfi-web
line 45 Maven Dependency Problem
The container 'Maven Dependencies' references non existing library
'C:\Users\jbossqa\.m2\repository\it\capgemini\pfi\pfi-ejb\0.0.1\pfi-ejb-0.0.1.jar'
pfi-web Build path Build Path Problem
The project cannot be built until build path errors are resolved pfi-web
Unknown Java Problem
Related dependency to error for which maven install fails should be:
pfi-web/pom.xml
<dependency>
[^mvn.log] <groupId>it.capgemini.pfi</groupId>
<artifactId>pfi-data</artifactId>
<version>0.0.1</version>
</dependency>
Can you give me any hint what am i doing wrong?
Issue deploying EAR project from eclipse to Wildfly using JBoss Tools
Plugin
----------------------------------------------------------------------------
Key: JBIDE-24573
URL:
https://issues.jboss.org/browse/JBIDE-24573
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven, server, upstream
Affects Versions: 4.4.4.Final
Environment: windows 7 eclipse neon maven
Reporter: stefano canu
Assignee: Vojtech Prusa
Fix For: 4.5.1.AM2
Attachments: fixed-pfi-test.zip, mvn.log, pfi-test.zip, pom.xml
I 'm tryng to deploy to wildfly 10 an ear project (maven) composed by one war and one
jar (ejb) project, but the ear deployed with eclipse wildfly connector is different form
one present in the target foleder, library in web-inf lib is missing.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)