derrickoswald / CIMSpark

Spark access to Common Information Model (CIM) files
MIT License
15 stars 1 forks source link

builds fail using Maven Central with CIMReader dependency #19

Closed derrickoswald closed 5 years ago

derrickoswald commented 5 years ago

The CIMReader is now a module (in the maven sense) of CIMSpark. But the Maven Central repo only has CIMReader and not it's parent CIMSpark.

This leads to build failures:

Failed to read artifact descriptor for ch.ninecode.cim:CIMReader:jar:2.11-2.4.3-3.6.0: Failure to find ch.ninecode.cim:CIMSpark:pom:2.11-2.4.3-3.6.0

because the CIMSpark pom is not available.

This issue is meant to track a solution, either by uploading CIMSpark (pom only project) to Maven Central, or some other (better) mechanism.

derrickoswald commented 5 years ago

The CIMSpark POM is now released on the master branch (currently version 2.11-2.4.3-4.0.1) and cim16 branch (currently version 2.11-2.4.3-3.6.0) with commits: 564852e498590ace5654c447332c2e7f8e7c69bd and d5f8f7084b96502a9fadb0e0eda1b45631353fd8

derrickoswald commented 5 years ago

CIMExport is also a required dependency.

derrickoswald commented 5 years ago

Added CIMExport for the master branch (version 2.11-2.4.3-4.0.1) and cim16 branch (version 2.11-2.4.3-3.6.0) with commits: 57861a168fed7bf6a037a57a4c68434782852dab and 3c84125052d8a3e71dbe27bbc6e9f78b6ab4b9a2