anyone knows how to skip dokka generation with the...
# announcements
n
anyone knows how to skip dokka generation with the maven plugin? just like i’d skip tests with
mvn package -DskipTests
trying
mvn package -Dskip
without success 😞
n
thanks but i don’t understand why “my” way doesn’t actually work... the parameter is named
skip
in the plugin
k
I'm not that familiar with maven, but I'd be surprised if the plugin exposed a global parameter
skip
, that way to general of a name.
n
exactly! still...