Did you try make-pom
from sbt?
It generates basic POM for the current project at the ./target.
To customize generation, you can override pomExtra
, pomIncludeRepository
and pomPostProcess
at the project definition.
Did you try make-pom
from sbt?
It generates basic POM for the current project at the ./target.
To customize generation, you can override pomExtra
, pomIncludeRepository
and pomPostProcess
at the project definition.