sviperll / adt4j

adt4j - Algebraic Data Types for Java
BSD 3-Clause "New" or "Revised" License
143 stars 8 forks source link

universal-maven-parent not deployed to Central #36

Closed io7m closed 8 years ago

io7m commented 8 years ago

Hello.

I attempted to use 3.0-rc1 today, but discovered that the parent of the adt4j-maven-parent project isn't in Maven Central yet, and so the package can't be used.

Failed to collect dependencies at com.github.sviperll:adt4j-shaded:jar:3.0-rc1: Failed to read artifact descriptor for com.github.sviperll:adt4j-shaded:jar:3.0-rc1: Could not find artifact com.github.sviperll:universal-maven-parent:pom:0.18

sviperll commented 8 years ago

3.0-rc2 should work. Sorry for inconvenience.

io7m commented 8 years ago

No problem. Thanks!

talios commented 8 years ago

And 3.0.1 fails for a similar reason:

dependencies at com.github.sviperll:adt4j:jar:3.0.1 -> com.github.sviperll:chicory-core:jar:0.29:
Failed to read artifact descriptor for com.github.sviperll:chicory-core:jar:0.29: Could not find artifact
com.github.sviperll:maven-parent:pom:0.17 in Nexus

Will raise this separately tho,