After having created the Maven- / Gradle- project...

Three steps to execute

After having created the project you need to...

In more detail – step by step

Import the project into your Java-IDE

Build the project

Maven

As result you should see some result output within the project's “/target” directory – this output includes an un-packaged version of the web application with all its resolved dependencies. You may take a look into the “/WEB-INF/lib” folder to see the resolved “.jar”-files.

Gradle

As result you should see some result output within the project's “/build/libs” directory – the .war-file should have been generated here.

Reload the project within the CaptainCasa tool-set

From now on