class Buildr::Packaging::Java::WarTask

Extends the JarTask to create a WAR file.

Supports all the same options as JarTask, in additon to these two options:

For example:

package(:war).with(:libs=>'log4j:log4j:jar:1.1')

Attributes

classes[RW]

Directories with class files to include under WEB-INF/classes.

libs[RW]

Artifacts to include under WEB-INF/libs.