I was wondering whether it is possible to use Maven2 to automatically configure a Glassfish 2.1 with JNDI Resources, Datasources and Mail-Sessions for my integration tests.
Also I wonder whether it is ...
In development, it's fairly common to want to deploy your war to your local app server, irrespective of whether it's already deployed (i.e. just deploy over the old version, if it's ...
Is there a way to use Cargo's artifactInstaller element to install a GlassFish container during maven-cargo-plugin's run goal?
More specifically, is there a ZIP artifact available in a Maven repository, which contains ...