telosys-tools-bricks / telosys-cli

Telosys CLI - Command Line Interface
https://www.telosys.org/
GNU Lesser General Public License v3.0
166 stars 23 forks source link

Maven: Could not resolve dependencies #14

Closed divlv closed 5 years ago

divlv commented 5 years ago

Trying to build project with Maven, got the following error:

[ERROR] Failed to execute goal on project telosys-cli: Could not resolve dependencies for project org.telosys:telosys-cli:jar:3.1.0-001: Could not find artifact org.telosys:telosys-tools-all:jar:3.1.0 in central (https://repo.maven.apache.org/maven2) -> [Help 1]

@l-gu How can I build the code? Thanks.

l-gu commented 5 years ago

Normal, the Telosys jars are not published on Maven Central

If you want to compile the project you'll have to build all the "bricks" located in the "https://github.com/telosys-tools-bricks" organization
The artefact "org.telosys:telosys-tools-all" is a "fat jar" built with "org.telosys:telosys-tools-all" and used by CLI and Eclipse Plugin