Class | Buildr::Packaging::Java::WarTask |
In: |
lib/buildr/java/packaging.rb
(CVS)
|
Parent: | JarTask |
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')
classes | [RW] | Directories with class files to include under WEB-INF/classes. |
libs | [RW] | Artifacts to include under WEB-INF/libs. |