I am using Springsource Tool Suite for the web apps, and I figured I could
have the same folder structure in the deployed web app with sources and
resources, and even its own local .m2 repository. mvn install would work
the same as it does in STS and the war file deployed to the /webapps
directory
Hi!
What about the source code needed for the web app? How do you plan to make
it available for the Maven process so the actual web app can be built?
/Thomas
On Fri, Dec 23, 2011 at 22:55, Michael Oliver wrote:
> Hi,
>
> I have been using Maven for some time, particularly with Spring Web
> Appl
Hi,
I have been using Maven for some time, particularly with Spring Web
Applications with AspectJ. Frankly I know some developers, even some of
mine still prefer Ant, but that's another story.
I am writing because I want to explore another use case for Maven.
I want to actually deploy Maven wit