Results 1 to 2 of 2

Thread: Maven WAR Overlay not working with STS + tc Server

  1. #1

    Default Maven WAR Overlay not working with STS + tc Server

    STS:
    Version: 2.3.2.RELEASE
    Build Id: 201003230009


    I use "maven-war-plugin" 2.1

    Project A
    pom.xml - packaging "WAR"
    /src/webapp/index.jsp

    Project B
    has Project A as dependency <type>WAR</type>


    on using command line "mvn install"
    Project B has "index.jsp" of project A correctly in packacked WAR.
    -> MAVEN WAR overlay is working "basically"


    But on using STS servers "SpringSource tc Server"
    index.jsp is NOT there

    I assumed deploying "Project B" to tc Server in STS would also put "maven overlay" to use. But in

    /tc-server-6.0.20.C/wtpwebapps/

    there is NO index.jsp

  2. #2
    Join Date
    Feb 2009
    Location
    Lynchburg, VA
    Posts
    1

    Default Will someone respond?

    I am developing a webapp that builds with Maven, and has a war overlay dependency. When SpringSource tc Server Developer Edition v2.0 starts the webapp, it does not copy down the overlay war.

    Is this a bug? Do I need to configure something?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •