makePom
sbt で実行すると、次のようになります。
[warn] Skipped generating '<exclusion/>' for org.scalaz#*. Dependency exclusion should have both 'org' and 'module' to comply with Maven POM's schema.
[warn] Skipped generating '<exclusion/>' for com.jolbox#*. Dependency exclusion should have both 'org' and 'module' to comply with Maven POM's schema.
正しい除外が生成されるように、この問題を修正する最も簡単な方法は何ですか?
以下は機能しません- これは scalaz の除外規則に違反しています - おそらく、scalaz 7 は複数の jar で構成されているからだと思います:
ExclusionRule(organization = "org.scalaz", name="scalaz-core")
と
ExclusionRule(organization = "com.jolbox", name="bonecp")