xerial / sbt-sonatype

A sbt plugin for publishing Scala/Java projects to the Maven central.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail early when sync requirements are not met

steinybot opened this issue · comments

If any of the sync requirements are not met (such as developers is empty) then it would be nice to know this as early as possible, such as when loading the project instead of at release time.

It's good to have unless custom Nexus repository is used, which would have no such requirements.