For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi, I modified after_build hook script to add below line.
const output = fs.createWriteStream('EcovuesDashboard.war');
After ojet build it's generating WAR file, but how do we include WEB-INF folder with web.xml to war. Thanks, Shankar