IBM / JTOpen

IBM Toolbox for Java, an IBM i communications library
https://ibm.github.io/JTOpen/
Other
60 stars 28 forks source link

Missing artefacts in Maven repository for classifier java8, java11 and native #156

Closed MNeuling closed 8 months ago

MNeuling commented 8 months ago

It is not possible to use a Java 8 or Java 11 dependency for jt400 in a Maven POM . The artifacts for the classifiers java8, java11 and native are missing. https://mvnrepository.com/artifact/net.sf.jt400

Therefore a dependency declaration as follows doesn't work.

<dependency>
    <groupId>net.sf.jt400</groupId>
    <artifactId>jt400</artifactId>
    <version>20.0.6</version>
    <classifier>java8</classifier>
</dependency>

Please add the missing classifiers to the distribution configuration.

NicolaIsotta commented 8 months ago

The artifacts exist, just look here: https://repo1.maven.org/maven2/net/sf/jt400/jt400/20.0.6/

MNeuling commented 8 months ago

Sorry, I was wrong.