mirror of https://github.com/sbt/sbt.git
**Problem** PomGenerator (introduced in #8873) was missing <description> and <url> elements that the old Ivy-based MakePom included. Setting `description` and `homepage` in build.sbt had no effect on the generated pom.xml. **Solution** Add makeDescription and makeHomePage helpers to PomGenerator, matching the behavior of MakePom. Add test assertions for both fields. Fixes #9054 |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||