i new buildr. trying create war file using buildr installed jruby , buildr on system not able build war file.
buildfile content:
repositories.remote << "http://repo1.maven.org/maven2" define "sample", :version=>"1.0.0" package :war end
i run command
buildr build
from cmd showing result like
building sample completed in xx seconds
but not able see war file
kindly me not sure missing or doing wrong step
thanks.
the build
command doesn't package .war file.
try buildr package
.
Comments
Post a Comment