[
https://issues.jboss.org/browse/JBIDE-19047?page=com.atlassian.jira.plugi...
]
Fred Bricon commented on JBIDE-19047:
-------------------------------------
I can't see anything obviously wrong in the settings. Except the EAR facet version ==
1.3, which seems odd when deploying to wildfly. That can be changed with
maven-ear-plugin>configuration>version=7 then update project configuration. But that
really is unrelated to the deployment issue.
You could try to
* remove the ear from wildlfy
* stop server
* delete data, deployments, log, tmp folders from the WILDFLY_HOME/standalone/
* start the server
* add EAR
If application.xml exists in ear/target/m2e-wtp/ear-resources/META-INF, it should really
be deployed
Issue deploying EAR project from eclipse to Wildfly using JBoss Tools
Plugin
----------------------------------------------------------------------------
Key: JBIDE-19047
URL:
https://issues.jboss.org/browse/JBIDE-19047
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven, server, upstream
Environment: Ubuntu 14.04, Wildfly 8.2.0 FInal, Eclipse Luna
Reporter: Nick .
Assignee: Fred Bricon
Fix For: 4.3.x
Attachments: sample.zip, settings.zip
Hi,
I have a maven EAR project, which contains a couple of WAR and JAR files. I'm
using Eclipse Luna (tried STS and IntelliJ ) IDE with JBoss Tools 1.6.0 (latest).
When I try to deploy my EAR to Wildfly (as well as in EAP 6.2.0) with JBoss Tools
from eclipse i'm facing the following issues.
My Jars (external jars and project jar) are getting copied into WEB-INF/lib and EAR/lib,
where i expected it to be only in EAR/lib.
EAR application.xml is not getting copied into EAR/META-INF/ folder
But when i use command line to build my project , i'm not experiencing the above
issue.
FYI : We are using <skinnyWars>true</skinnyWars>.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)