JArduino icon indicating copy to clipboard operation
JArduino copied to clipboard

JArduino mvn clean install cannot succed

Open AlexmMark opened this issue 1 year ago • 0 comments
trafficstars

At jarduino.serial, the following dependency :

<dependency>
            <groupId>org.kevoree.extra</groupId>
            <artifactId>org.kevoree.extra.osgi.rxtx</artifactId>
            <version>2.2.0</version>
</dependency>

Cannot be resolved.

I have tried maven version 3.6.3 and the latest 3.9.+

The error I get is:

error: error reading /Users/{user}/.m2/repository/org/kevoree/extra/org.kevoree.extra.osgi.rxtx/2.2.0/org.kevoree.extra.osgi.rxtx-2.2.0.jar; zip END header not found

Is this an issue with the dependency itself? Is there a solution?

Thanks

AlexmMark avatar Jan 30 '24 18:01 AlexmMark