java Programming Glossary: staging.dir
Executable war file that starts jetty without maven http://stackoverflow.com/questions/2458440/executable-war-file-that-starts-jetty-without-maven war description Creates self executing war property name staging.dir location basedir staging property name webapp.dir location basedir.. name webapp.dir location basedir src webapp mkdir dir staging.dir assumes you have all of your war content excluding classes and.. webapp WEB INF classes my.properties etc ... copy todir staging.dir fileset dir webapp.dir includes copy unjar dest staging.dir..
|