0 Replies Latest reply on Jan 14, 2015 1:53 AM by nick.sree

    Problem deploying EAR project from eclipse to EAP 6.2.0 using JBoss Tools Plugin

    nick.sree

      Hi,

             I have a maven EAR project, which contains a couple of WAR and JAR files. I'm using Spring STS IDE with JBoss Tools 1.6.0 (latest).

             When I try to deploy my EAR to JBoss 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 terminal to build my project and deploy EAR, i'm not experiencing these issue and JBoss starts without any problem