News from May, 2011

  2011/05/19
download,install,configure a container and deploy webapp just using all-in-one maven plugin
Last changed: May 19, 2011 01:14 by Bartolomeo Sorrentino

During my work experience i've understood the importance of the "Software Distribution Management" aspect. My company actively uses maven to develop software but (until now) didn't use it to distribute/install software to the customer.

A bit a time ago i've found an amazing maven plugin cargo plugin from Codehaus that helps a lot the distribution management process.

MAVEN CARGO PLUGIN

Mission

Cargo is a thin wrapper that allows you to manipulate Java EE containers in a standard way.

Tools

Cargo provides the following Tools and APIs:

  • A Java API to start/stop/configure Java Containers and deploy modules into them.
  • A Java API to parse/create/merge Java EE Modules
  • Ant tasks and Maven 2/Maven 3 plugins.
  • Intellij IDEA and Netbeans plugins are in the sandbox.

I've planned to write some stuff based on my experience on this helpful plugin

Posted at 19 May @ 12:39 AM by Bartolomeo Sorrentino | 0 Comments