No JAR file in target folder after openHAB-core build

  • Platform information:

    • Hardware:X86 Ryzen 7/16GB/512GB SSD_
    • OS: Ubuntu 20.04
    • Java Runtime Environment: OpenJDK 11
    • openHAB version: 3
  • Issue of the topic: I am trying to build openHAB-core in VSCode IDE using Maven tool.
    Build is successful but it’s not having any output binary in target folder.

Screenshot attached for target folder

The core project consists of a lot of separate bundles present in the subdirectories. Each has its own jar file. Therefore there is no single jar and no jar in the root target directory. If you are looking into starting up openHAB I would recommend reading the development documentation. It might not answer all your questions, but might be a starting point.

1 Like