[jbosstools-issues] [JBoss JIRA] (JBIDE-24573) Issue deploying EAR project from eclipse to Wildfly using JBoss Tools Plugin

Vojtech Prusa (JIRA) issues at jboss.org
Thu Sep 21 07:31:00 EDT 2017


    [ https://issues.jboss.org/browse/JBIDE-24573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466085#comment-13466085 ] 

Vojtech Prusa edited comment on JBIDE-24573 at 9/21/17 7:30 AM:
----------------------------------------------------------------

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?
I was told that you may be using some private repo. I did not find the repo at https://maven.repository.redhat.com/earlyaccess/all/ nor at https://maven.repository.redhat.com/earlyaccess/all/it/ . Could you point me to right direction  [~iostream82] ,[~rob.stryker] , [~fbricon] ?


was (Author: vprusa):
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)


More information about the jbosstools-issues mailing list