Build success but no files in the target
I want to integrate IDE to kapua. For this purpose, I used the following tutorial: https://www.eclipse.org/kapua/docs/1.4.0/developer-guide/en/ide.html#eclipse
I imported kapua as a maven project, I execute mvn clean install and I get build success but no files are generated in the target and I have only three XML files in my target:
checkstyle-checker.xml checkstyle-result.xml checkstyle-suppressions.xml
I'm using IDE 2021-06
Hi, the applications is not supposed to produce the executable application like a jar inside the target folder you are talking about, if that was what you were expecting to find. Rather, the application creates the docker images that compose the application and that can be launched with the appropriate script, as stated in the documentation.