maven « Exception « Spring Q&A





1. Creating double-clickable 'uber' jar that pulls in other jars of a spring application    stackoverflow.com

I have a mavenized, multi-module spring-based(3.0.1) application that runs in tomcat. I'm trying to create a standalone tool that I can distribute to users via a single jar(so they can ...

2. Publish maven project to Tomcat (via Servers) OutOfMemory Exceptions    forum.springsource.org

Everytime I try to publish (or start) Tomcat within the Server's tool in STS (2.5.2, 2.6.1 SR1), I keep getting OutOfMemory Exceptions usually right when the container starts. here's my STS.ini: ...

3. Exception while testing with maven    forum.springsource.org

Exception while testing with maven Hello, I am using maven to build a multimodule webapplication project. For that i am moduling the totla project as four part. First the core classes,compiling ...

4. testing using maven results spring exception    forum.springsource.org

testing using maven results spring exception Hi , We are developing a webapplication project where we are using Spring'S dependency management feature. We can build the application using ANT. Currently we ...