-
Aug 30th, 2010, 05:11 AM
#1
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
-
Oct 5th, 2010, 03:38 PM
#2
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
-
Forum Rules