Search Results

0
votes

How can I automate (script) creating a war file in eclipse?

You could also setup a Maven build for your web project. Typing mvn package from the command line would then build the project for you. For integration between Maven and Eclipse, see …