description = "maxkey-web-wiki" apply plugin: 'war' apply plugin: 'eclipse-wtp' eclipse { wtp { component { //define context path, default to project folder name contextPath = 'maxkey-wiki' } } }